From 43bee469ce3c5e19a81936b2e7b069bf6492a4ce Mon Sep 17 00:00:00 2001 From: ccurme Date: Thu, 5 Jun 2025 11:28:18 -0400 Subject: [PATCH] standard-tests: release 0.3.20 (#31499) --- libs/standard-tests/pyproject.toml | 4 ++-- libs/standard-tests/uv.lock | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/libs/standard-tests/pyproject.toml b/libs/standard-tests/pyproject.toml index e8dce7b9180..a2faa983d52 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" dependencies = [ - "langchain-core<1.0.0,>=0.3.53", + "langchain-core<1.0.0,>=0.3.63", "pytest<9,>=7", "pytest-asyncio<1,>=0.20", "httpx<1,>=0.25.0", @@ -21,7 +21,7 @@ dependencies = [ "numpy>=2.1.0; python_version>='3.13'", ] name = "langchain-tests" -version = "0.3.19" +version = "0.3.20" description = "Standard tests for LangChain implementations" readme = "README.md" diff --git a/libs/standard-tests/uv.lock b/libs/standard-tests/uv.lock index b753767a931..d904c754929 100644 --- a/libs/standard-tests/uv.lock +++ b/libs/standard-tests/uv.lock @@ -362,7 +362,7 @@ typing = [ [[package]] name = "langchain-tests" -version = "0.3.19" +version = "0.3.20" source = { editable = "." } dependencies = [ { name = "httpx" },