From b8c454b42bb6cc2ef0a0dd26736c8444c71c42c5 Mon Sep 17 00:00:00 2001
From: ccurme <chester.curme@gmail.com>
Date: Tue, 22 Apr 2025 11:23:34 -0400
Subject: [PATCH] langchain: release 0.3.24 (#30959)

---
 libs/langchain/pyproject.toml |  4 ++--
 libs/langchain/uv.lock        | 10 ++++------
 2 files changed, 6 insertions(+), 8 deletions(-)

diff --git a/libs/langchain/pyproject.toml b/libs/langchain/pyproject.toml
index 17652111fde..e3073d3d784 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.55",
     "langchain-text-splitters<1.0.0,>=0.3.8",
     "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.24"
 description = "Building applications with LLMs through composability"
 readme = "README.md"
 
diff --git a/libs/langchain/uv.lock b/libs/langchain/uv.lock
index 8394efee3aa..7f830e57202 100644
--- a/libs/langchain/uv.lock
+++ b/libs/langchain/uv.lock
@@ -1,5 +1,4 @@
 version = 1
-revision = 1
 requires-python = ">=3.9, <4.0"
 resolution-markers = [
     "python_full_version >= '3.13' and platform_python_implementation == 'PyPy'",
@@ -2346,7 +2345,7 @@ wheels = [
 
 [[package]]
 name = "langchain"
-version = "0.3.23"
+version = "0.3.24"
 source = { editable = "." }
 dependencies = [
     { name = "async-timeout", marker = "python_full_version < '3.11'" },
@@ -2511,7 +2510,6 @@ requires-dist = [
     { name = "requests", specifier = ">=2,<3" },
     { name = "sqlalchemy", specifier = ">=1.4,<3" },
 ]
-provides-extras = ["community", "anthropic", "openai", "azure-ai", "cohere", "google-vertexai", "google-genai", "fireworks", "ollama", "together", "mistralai", "huggingface", "groq", "aws", "deepseek", "xai", "perplexity"]
 
 [package.metadata.requires-dev]
 codespell = [{ name = "codespell", specifier = ">=2.2.0,<3.0.0" }]
@@ -2705,7 +2703,7 @@ wheels = [
 
 [[package]]
 name = "langchain-core"
-version = "0.3.52"
+version = "0.3.55"
 source = { editable = "../core" }
 dependencies = [
     { name = "jsonpatch" },
@@ -2883,7 +2881,7 @@ wheels = [
 
 [[package]]
 name = "langchain-openai"
-version = "0.3.13"
+version = "0.3.14"
 source = { editable = "../partners/openai" }
 dependencies = [
     { name = "langchain-core" },
@@ -2945,7 +2943,7 @@ wheels = [
 
 [[package]]
 name = "langchain-tests"
-version = "0.3.18"
+version = "0.3.19"
 source = { editable = "../standard-tests" }
 dependencies = [
     { name = "httpx" },