community[patch]: release 0.3.19 (#30104)

This commit is contained in:
ccurme 2025-03-04 11:12:03 -05:00 committed by GitHub
parent ba5ddb218f
commit 577c0d0715
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 7 deletions

View File

@ -7,8 +7,8 @@ authors = []
license = { text = "MIT" }
requires-python = "<4.0,>=3.9"
dependencies = [
"langchain-core<1.0.0,>=0.3.37",
"langchain<1.0.0,>=0.3.19",
"langchain-core<1.0.0,>=0.3.41",
"langchain<1.0.0,>=0.3.20",
"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.18"
version = "0.3.19"
description = "Community contributed LangChain integrations."
readme = "README.md"

View File

@ -1491,7 +1491,7 @@ wheels = [
[[package]]
name = "langchain"
version = "0.3.19"
version = "0.3.20"
source = { editable = "../langchain" }
dependencies = [
{ name = "async-timeout", marker = "python_full_version < '3.11'" },
@ -1598,7 +1598,7 @@ typing = [
[[package]]
name = "langchain-community"
version = "0.3.18"
version = "0.3.19"
source = { editable = "." }
dependencies = [
{ name = "aiohttp" },
@ -1744,7 +1744,7 @@ typing = [
[[package]]
name = "langchain-core"
version = "0.3.40"
version = "0.3.41"
source = { editable = "../core" }
dependencies = [
{ name = "jsonpatch" },
@ -1802,7 +1802,7 @@ typing = [
[[package]]
name = "langchain-tests"
version = "0.3.12"
version = "0.3.13"
source = { editable = "../standard-tests" }
dependencies = [
{ name = "httpx" },