diff --git a/libs/standard-tests/pyproject.toml b/libs/standard-tests/pyproject.toml index f80c81ee309..7ee6dd59c98 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.35", + "langchain-core<1.0.0,>=0.3.41", "pytest<9,>=7", "pytest-asyncio<1,>=0.20", "httpx<1,>=0.25.0", @@ -16,7 +16,7 @@ dependencies = [ "numpy<3,>=1.26.2", ] name = "langchain-tests" -version = "0.3.12" +version = "0.3.13" description = "Standard tests for LangChain implementations" readme = "README.md" diff --git a/libs/standard-tests/uv.lock b/libs/standard-tests/uv.lock index f5b50003365..936bd25ac4c 100644 --- a/libs/standard-tests/uv.lock +++ b/libs/standard-tests/uv.lock @@ -288,7 +288,7 @@ wheels = [ [[package]] name = "langchain-core" -version = "0.3.40" +version = "0.3.41" source = { editable = "../core" } dependencies = [ { name = "jsonpatch" }, @@ -346,7 +346,7 @@ typing = [ [[package]] name = "langchain-tests" -version = "0.3.12" +version = "0.3.13" source = { editable = "." } dependencies = [ { name = "httpx" },