langchain: release 0.3.24 (#30959)

This commit is contained in:
ccurme 2025-04-22 11:23:34 -04:00 committed by GitHub
parent a43df006de
commit b8c454b42b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 8 deletions

View File

@ -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"

View File

@ -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" },