From 3c258194ae041f1b621b5ad53d4fcbc68bab2ab2 Mon Sep 17 00:00:00 2001 From: ccurme Date: Fri, 7 Mar 2025 13:34:05 -0500 Subject: [PATCH] tests[patch]: release 0.3.14 (#30165) --- libs/standard-tests/pyproject.toml | 4 ++-- libs/standard-tests/uv.lock | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/libs/standard-tests/pyproject.toml b/libs/standard-tests/pyproject.toml index 7ee6dd59c98..619120e4a23 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.41", + "langchain-core<1.0.0,>=0.3.42", "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.13" +version = "0.3.14" description = "Standard tests for LangChain implementations" readme = "README.md" diff --git a/libs/standard-tests/uv.lock b/libs/standard-tests/uv.lock index 936bd25ac4c..3b73955f8d5 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.41" +version = "0.3.42" source = { editable = "../core" } dependencies = [ { name = "jsonpatch" }, @@ -346,7 +346,7 @@ typing = [ [[package]] name = "langchain-tests" -version = "0.3.13" +version = "0.3.14" source = { editable = "." } dependencies = [ { name = "httpx" },