diff --git a/libs/standard-tests/pyproject.toml b/libs/standard-tests/pyproject.toml index 2c6c1deaf0d..e87d46c1f23 100644 --- a/libs/standard-tests/pyproject.toml +++ b/libs/standard-tests/pyproject.toml @@ -7,7 +7,7 @@ authors = [{ name = "Erick Friis", email = "erick@langchain.dev" }] license = { text = "MIT" } requires-python = ">=3.9.0,<4.0.0" dependencies = [ - "langchain-core>=0.3.75,<2.0.0", + "langchain-core>=0.3.77,<2.0.0", "pytest>=7.0.0,<9.0.0", "pytest-asyncio>=0.20.0,<2.0.0", "httpx>=0.28.1,<1.0.0", @@ -21,7 +21,7 @@ dependencies = [ "numpy>=2.1.0; python_version>='3.13'", ] name = "langchain-tests" -version = "0.3.21" +version = "0.3.22" description = "Standard tests for LangChain implementations" readme = "README.md" diff --git a/libs/standard-tests/uv.lock b/libs/standard-tests/uv.lock index 801b28a8d9c..42cd490746b 100644 --- a/libs/standard-tests/uv.lock +++ b/libs/standard-tests/uv.lock @@ -1,5 +1,5 @@ version = 1 -revision = 3 +revision = 2 requires-python = ">=3.9.0, <4.0.0" resolution-markers = [ "python_full_version >= '3.13' and platform_python_implementation == 'PyPy'", @@ -303,7 +303,7 @@ wheels = [ [[package]] name = "langchain-core" -version = "0.3.76" +version = "0.3.77" source = { editable = "../core" } dependencies = [ { name = "jsonpatch" }, @@ -361,7 +361,7 @@ typing = [ [[package]] name = "langchain-tests" -version = "0.3.21" +version = "0.3.22" source = { editable = "." } dependencies = [ { name = "httpx" },