mirror of
https://github.com/hwchase17/langchain.git
synced 2025-07-03 19:57:51 +00:00
community[patch]: Release 0.3.15 (#29325)
This commit is contained in:
parent
ec5fae76d4
commit
536b44a47f
6
libs/community/poetry.lock
generated
6
libs/community/poetry.lock
generated
@ -1817,7 +1817,7 @@ files = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "langchain"
|
name = "langchain"
|
||||||
version = "0.3.14"
|
version = "0.3.15"
|
||||||
description = "Building applications with LLMs through composability"
|
description = "Building applications with LLMs through composability"
|
||||||
optional = false
|
optional = false
|
||||||
python-versions = ">=3.9,<4.0"
|
python-versions = ">=3.9,<4.0"
|
||||||
@ -1827,7 +1827,7 @@ develop = true
|
|||||||
[package.dependencies]
|
[package.dependencies]
|
||||||
aiohttp = "^3.8.3"
|
aiohttp = "^3.8.3"
|
||||||
async-timeout = {version = "^4.0.0", markers = "python_version < \"3.11\""}
|
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"
|
langchain-text-splitters = "^0.3.3"
|
||||||
langsmith = ">=0.1.17,<0.4"
|
langsmith = ">=0.1.17,<0.4"
|
||||||
numpy = [
|
numpy = [
|
||||||
@ -4731,4 +4731,4 @@ type = ["pytest-mypy"]
|
|||||||
[metadata]
|
[metadata]
|
||||||
lock-version = "2.0"
|
lock-version = "2.0"
|
||||||
python-versions = ">=3.9,<4.0"
|
python-versions = ">=3.9,<4.0"
|
||||||
content-hash = "eaa65b1c4bcd4422270ae4da27fa1726a39066f691aeb49c41576fc075ceadb3"
|
content-hash = "81411c2177eec007fce10d2c1773247155a09ace08e361f72da23b9027e5afba"
|
||||||
|
@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
|
|||||||
|
|
||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "langchain-community"
|
name = "langchain-community"
|
||||||
version = "0.3.14"
|
version = "0.3.15"
|
||||||
description = "Community contributed LangChain integrations."
|
description = "Community contributed LangChain integrations."
|
||||||
authors = []
|
authors = []
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
@ -33,8 +33,8 @@ ignore-words-list = "momento,collison,ned,foor,reworkd,parth,whats,aapply,mysogy
|
|||||||
|
|
||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
python = ">=3.9,<4.0"
|
python = ">=3.9,<4.0"
|
||||||
langchain-core = "^0.3.29"
|
langchain-core = "^0.3.31"
|
||||||
langchain = "^0.3.14"
|
langchain = "^0.3.15"
|
||||||
SQLAlchemy = ">=1.4,<3"
|
SQLAlchemy = ">=1.4,<3"
|
||||||
requests = "^2"
|
requests = "^2"
|
||||||
PyYAML = ">=5.3"
|
PyYAML = ">=5.3"
|
||||||
|
Loading…
Reference in New Issue
Block a user