diff --git a/libs/standard-tests/pyproject.toml b/libs/standard-tests/pyproject.toml index f026d6fb7d6..29ab14b09d1 100644 --- a/libs/standard-tests/pyproject.toml +++ b/libs/standard-tests/pyproject.toml @@ -9,7 +9,7 @@ authors = [ license = {text = "MIT"} requires-python = "<4.0,>=3.9" dependencies = [ - "langchain-core<1.0.0,>=0.3.33", + "langchain-core<1.0.0,>=0.3.34", "pytest<9,>=7", "pytest-asyncio<1,>=0.20", "httpx<1,>=0.25.0", @@ -19,7 +19,7 @@ dependencies = [ "numpy<3,>=1.26.2; python_version >= \"3.12\"", ] name = "langchain-tests" -version = "0.3.10" +version = "0.3.11" description = "Standard tests for LangChain implementations" readme = "README.md" diff --git a/libs/standard-tests/uv.lock b/libs/standard-tests/uv.lock index f1c3e179a2b..fb850739089 100644 --- a/libs/standard-tests/uv.lock +++ b/libs/standard-tests/uv.lock @@ -287,7 +287,7 @@ wheels = [ [[package]] name = "langchain-core" -version = "0.3.34rc1" +version = "0.3.34" source = { directory = "../core" } dependencies = [ { name = "jsonpatch" }, @@ -345,7 +345,7 @@ typing = [ [[package]] name = "langchain-tests" -version = "0.3.10" +version = "0.3.11" source = { editable = "." } dependencies = [ { name = "httpx" }, @@ -376,7 +376,7 @@ typing = [ [package.metadata] requires-dist = [ { name = "httpx", specifier = ">=0.25.0,<1" }, - { name = "langchain-core", specifier = ">=0.3.33,<1.0.0" }, + { name = "langchain-core", specifier = ">=0.3.34,<1.0.0" }, { name = "numpy", marker = "python_full_version < '3.12'", specifier = ">=1.24.0,<2.0.0" }, { name = "numpy", marker = "python_full_version >= '3.12'", specifier = ">=1.26.2,<3" }, { name = "pytest", specifier = ">=7,<9" },