feat(infra): add CI check for out of date lockfiles (#34397)

This commit is contained in:
Mason Daugherty
2025-12-16 22:23:25 -05:00
committed by GitHub
parent 37d8666276
commit 71778cb721
7 changed files with 72 additions and 16 deletions

View File

@@ -1,5 +1,5 @@
version = 1
revision = 2
revision = 3
requires-python = ">=3.10.0, <4.0.0"
resolution-markers = [
"python_full_version >= '3.14' and platform_python_implementation == 'PyPy'",
@@ -2102,7 +2102,7 @@ wheels = [
[[package]]
name = "langchain-core"
version = "1.2.1"
version = "1.2.2"
source = { editable = "../core" }
dependencies = [
{ name = "jsonpatch" },
@@ -2283,7 +2283,7 @@ wheels = [
[[package]]
name = "langchain-openai"
version = "1.1.3"
version = "1.1.4"
source = { editable = "../partners/openai" }
dependencies = [
{ name = "langchain-core" },
@@ -2346,7 +2346,7 @@ wheels = [
[[package]]
name = "langchain-tests"
version = "1.1.0"
version = "1.1.1"
source = { editable = "../standard-tests" }
dependencies = [
{ name = "httpx" },