1
0
mirror of https://github.com/hwchase17/langchain.git synced 2025-04-30 12:55:25 +00:00

langchain: release 0.3.24 ()

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
libs/langchain

View File

@ -7,7 +7,7 @@ authors = []
license = { text = "MIT" } license = { text = "MIT" }
requires-python = "<4.0,>=3.9" requires-python = "<4.0,>=3.9"
dependencies = [ 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", "langchain-text-splitters<1.0.0,>=0.3.8",
"langsmith<0.4,>=0.1.17", "langsmith<0.4,>=0.1.17",
"pydantic<3.0.0,>=2.7.4", "pydantic<3.0.0,>=2.7.4",
@ -17,7 +17,7 @@ dependencies = [
"async-timeout<5.0.0,>=4.0.0; python_version < \"3.11\"", "async-timeout<5.0.0,>=4.0.0; python_version < \"3.11\"",
] ]
name = "langchain" name = "langchain"
version = "0.3.23" version = "0.3.24"
description = "Building applications with LLMs through composability" description = "Building applications with LLMs through composability"
readme = "README.md" readme = "README.md"

View File

@ -1,5 +1,4 @@
version = 1 version = 1
revision = 1
requires-python = ">=3.9, <4.0" requires-python = ">=3.9, <4.0"
resolution-markers = [ resolution-markers = [
"python_full_version >= '3.13' and platform_python_implementation == 'PyPy'", "python_full_version >= '3.13' and platform_python_implementation == 'PyPy'",
@ -2346,7 +2345,7 @@ wheels = [
[[package]] [[package]]
name = "langchain" name = "langchain"
version = "0.3.23" version = "0.3.24"
source = { editable = "." } source = { editable = "." }
dependencies = [ dependencies = [
{ name = "async-timeout", marker = "python_full_version < '3.11'" }, { name = "async-timeout", marker = "python_full_version < '3.11'" },
@ -2511,7 +2510,6 @@ requires-dist = [
{ name = "requests", specifier = ">=2,<3" }, { name = "requests", specifier = ">=2,<3" },
{ name = "sqlalchemy", specifier = ">=1.4,<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] [package.metadata.requires-dev]
codespell = [{ name = "codespell", specifier = ">=2.2.0,<3.0.0" }] codespell = [{ name = "codespell", specifier = ">=2.2.0,<3.0.0" }]
@ -2705,7 +2703,7 @@ wheels = [
[[package]] [[package]]
name = "langchain-core" name = "langchain-core"
version = "0.3.52" version = "0.3.55"
source = { editable = "../core" } source = { editable = "../core" }
dependencies = [ dependencies = [
{ name = "jsonpatch" }, { name = "jsonpatch" },
@ -2883,7 +2881,7 @@ wheels = [
[[package]] [[package]]
name = "langchain-openai" name = "langchain-openai"
version = "0.3.13" version = "0.3.14"
source = { editable = "../partners/openai" } source = { editable = "../partners/openai" }
dependencies = [ dependencies = [
{ name = "langchain-core" }, { name = "langchain-core" },
@ -2945,7 +2943,7 @@ wheels = [
[[package]] [[package]]
name = "langchain-tests" name = "langchain-tests"
version = "0.3.18" version = "0.3.19"
source = { editable = "../standard-tests" } source = { editable = "../standard-tests" }
dependencies = [ dependencies = [
{ name = "httpx" }, { name = "httpx" },