community[patch]: Release 0.3.15 (#29325)

This commit is contained in:
Bagatur 2025-01-20 19:10:07 -08:00 committed by GitHub
parent ec5fae76d4
commit 536b44a47f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 6 deletions

View File

@ -1817,7 +1817,7 @@ files = [
[[package]]
name = "langchain"
version = "0.3.14"
version = "0.3.15"
description = "Building applications with LLMs through composability"
optional = false
python-versions = ">=3.9,<4.0"
@ -1827,7 +1827,7 @@ develop = true
[package.dependencies]
aiohttp = "^3.8.3"
async-timeout = {version = "^4.0.0", markers = "python_version < \"3.11\""}
langchain-core = "^0.3.29"
langchain-core = "^0.3.31"
langchain-text-splitters = "^0.3.3"
langsmith = ">=0.1.17,<0.4"
numpy = [
@ -4731,4 +4731,4 @@ type = ["pytest-mypy"]
[metadata]
lock-version = "2.0"
python-versions = ">=3.9,<4.0"
content-hash = "eaa65b1c4bcd4422270ae4da27fa1726a39066f691aeb49c41576fc075ceadb3"
content-hash = "81411c2177eec007fce10d2c1773247155a09ace08e361f72da23b9027e5afba"

View File

@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
[tool.poetry]
name = "langchain-community"
version = "0.3.14"
version = "0.3.15"
description = "Community contributed LangChain integrations."
authors = []
license = "MIT"
@ -33,8 +33,8 @@ ignore-words-list = "momento,collison,ned,foor,reworkd,parth,whats,aapply,mysogy
[tool.poetry.dependencies]
python = ">=3.9,<4.0"
langchain-core = "^0.3.29"
langchain = "^0.3.14"
langchain-core = "^0.3.31"
langchain = "^0.3.15"
SQLAlchemy = ">=1.4,<3"
requests = "^2"
PyYAML = ">=5.3"