From c235328b3923738809517a45c870fc610b6bee33 Mon Sep 17 00:00:00 2001 From: Sydney Runkle Date: Fri, 4 Apr 2025 09:31:51 -0400 Subject: [PATCH] Revert "update langchain version and bump min core v" This reverts commit d0f154dbaa578d930c22a4ffb3450902d764b714. --- libs/langchain/pyproject.toml | 4 ++-- libs/langchain/uv.lock | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/libs/langchain/pyproject.toml b/libs/langchain/pyproject.toml index 7ff65a2d293..009ced2df1d 100644 --- a/libs/langchain/pyproject.toml +++ b/libs/langchain/pyproject.toml @@ -7,7 +7,7 @@ authors = [] license = { text = "MIT" } requires-python = "<4.0,>=3.9" dependencies = [ - "langchain-core<1.0.0,>=0.3.51", + "langchain-core<1.0.0,>=0.3.49", "langchain-text-splitters<1.0.0,>=0.3.7", "langsmith<0.4,>=0.1.17", "pydantic<3.0.0,>=2.7.4", @@ -17,7 +17,7 @@ dependencies = [ "async-timeout<5.0.0,>=4.0.0; python_version < \"3.11\"", ] name = "langchain" -version = "0.3.23" +version = "0.3.22" description = "Building applications with LLMs through composability" readme = "README.md" diff --git a/libs/langchain/uv.lock b/libs/langchain/uv.lock index 53d6c8f4d01..8c989b7e03b 100644 --- a/libs/langchain/uv.lock +++ b/libs/langchain/uv.lock @@ -2345,7 +2345,7 @@ wheels = [ [[package]] name = "langchain" -version = "0.3.23" +version = "0.3.22" source = { editable = "." } dependencies = [ { name = "async-timeout", marker = "python_full_version < '3.11'" }, @@ -2665,7 +2665,7 @@ wheels = [ [[package]] name = "langchain-core" -version = "0.3.51" +version = "0.3.50" source = { editable = "../core" } dependencies = [ { name = "jsonpatch" },