1
0
mirror of https://github.com/hwchase17/langchain.git synced 2025-05-06 15:48:39 +00:00

community: release 0.3.20 ()

This commit is contained in:
ccurme 2025-03-18 17:57:12 -04:00 committed by GitHub
parent 168f1dfd93
commit 9fb0db6937
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 8 deletions
libs/community

View File

@ -7,8 +7,8 @@ authors = []
license = { text = "MIT" }
requires-python = "<4.0,>=3.9"
dependencies = [
"langchain-core<1.0.0,>=0.3.41",
"langchain<1.0.0,>=0.3.20",
"langchain-core<1.0.0,>=0.3.45",
"langchain<1.0.0,>=0.3.21",
"SQLAlchemy<3,>=1.4",
"requests<3,>=2",
"PyYAML>=5.3",
@ -21,7 +21,7 @@ dependencies = [
"numpy<3,>=1.26.2",
]
name = "langchain-community"
version = "0.3.19"
version = "0.3.20"
description = "Community contributed LangChain integrations."
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.12.4' and platform_python_implementation == 'PyPy'",
@ -1492,7 +1491,7 @@ wheels = [
[[package]]
name = "langchain"
version = "0.3.20"
version = "0.3.21"
source = { editable = "../langchain" }
dependencies = [
{ name = "async-timeout", marker = "python_full_version < '3.11'" },
@ -1510,6 +1509,7 @@ requires-dist = [
{ name = "async-timeout", marker = "python_full_version < '3.11'", specifier = ">=4.0.0,<5.0.0" },
{ name = "langchain-anthropic", marker = "extra == 'anthropic'" },
{ name = "langchain-aws", marker = "extra == 'aws'" },
{ name = "langchain-azure-ai", marker = "extra == 'azure-ai'" },
{ name = "langchain-cohere", marker = "extra == 'cohere'" },
{ name = "langchain-community", marker = "extra == 'community'" },
{ name = "langchain-core", editable = "../core" },
@ -1531,7 +1531,6 @@ requires-dist = [
{ name = "requests", specifier = ">=2,<3" },
{ name = "sqlalchemy", specifier = ">=1.4,<3" },
]
provides-extras = ["community", "anthropic", "openai", "cohere", "google-vertexai", "google-genai", "fireworks", "ollama", "together", "mistralai", "huggingface", "groq", "aws", "deepseek", "xai"]
[package.metadata.requires-dev]
codespell = [{ name = "codespell", specifier = ">=2.2.0,<3.0.0" }]
@ -1600,7 +1599,7 @@ typing = [
[[package]]
name = "langchain-community"
version = "0.3.19"
version = "0.3.20"
source = { editable = "." }
dependencies = [
{ name = "aiohttp" },
@ -1840,7 +1839,7 @@ typing = [
[[package]]
name = "langchain-text-splitters"
version = "0.3.6"
version = "0.3.7"
source = { editable = "../text-splitters" }
dependencies = [
{ name = "langchain-core" },