langchain: release 0.3.25 (#31101)

This commit is contained in:
ccurme 2025-05-02 13:42:32 -04:00 committed by GitHub
parent 77ecf47f6d
commit 6268ae8db0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 7 deletions

View File

@ -7,7 +7,7 @@ authors = []
license = { text = "MIT" }
requires-python = ">=3.9"
dependencies = [
"langchain-core<1.0.0,>=0.3.55",
"langchain-core<1.0.0,>=0.3.58",
"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.24"
version = "0.3.25"
description = "Building applications with LLMs through composability"
readme = "README.md"

View File

@ -1,5 +1,4 @@
version = 1
revision = 1
requires-python = ">=3.9"
resolution-markers = [
"python_full_version >= '3.13' and platform_python_implementation == 'PyPy'",
@ -2346,7 +2345,7 @@ wheels = [
[[package]]
name = "langchain"
version = "0.3.24"
version = "0.3.25"
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.56"
version = "0.3.58"
source = { editable = "../core" }
dependencies = [
{ name = "jsonpatch" },
@ -2883,7 +2881,7 @@ wheels = [
[[package]]
name = "langchain-openai"
version = "0.3.14"
version = "0.3.15"
source = { editable = "../partners/openai" }
dependencies = [
{ name = "langchain-core" },