diff --git a/libs/standard-tests/pyproject.toml b/libs/standard-tests/pyproject.toml index 7e4e7eb711b..9cdb2f5e7fe 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 = "<4.0,>=3.9" dependencies = [ - "langchain-core<1.0.0,>=0.3.34", + "langchain-core<1.0.0,>=0.3.35", "pytest<9,>=7", "pytest-asyncio<1,>=0.20", "httpx<1,>=0.25.0", @@ -17,7 +17,7 @@ dependencies = [ "numpy<3,>=1.26.2; python_version >= \"3.12\"", ] name = "langchain-tests" -version = "0.3.11" +version = "0.3.12" description = "Standard tests for LangChain implementations" readme = "README.md" diff --git a/libs/standard-tests/uv.lock b/libs/standard-tests/uv.lock index 335c8af6922..e3e94d33dd3 100644 --- a/libs/standard-tests/uv.lock +++ b/libs/standard-tests/uv.lock @@ -345,7 +345,7 @@ typing = [ [[package]] name = "langchain-tests" -version = "0.3.11" +version = "0.3.12" source = { editable = "." } dependencies = [ { name = "httpx" },