From d9a069c414a321e7a3f3638a32ecf8a37ec2d188 Mon Sep 17 00:00:00 2001 From: ccurme Date: Thu, 13 Feb 2025 15:57:44 -0800 Subject: [PATCH] tests[patch]: release 0.3.12 (#29797) --- 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 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" },