mirror of
https://github.com/hwchase17/langchain
synced 2024-11-13 19:10:52 +00:00
Merge branch 'langchain-ai:master' into snova-jorgep/bind_tools_sambanova_chat_models
This commit is contained in:
commit
5ed332beba
4
libs/partners/xai/poetry.lock
generated
4
libs/partners/xai/poetry.lock
generated
@ -720,7 +720,7 @@ files = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "langchain-core"
|
name = "langchain-core"
|
||||||
version = "0.3.17"
|
version = "0.3.18"
|
||||||
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"
|
||||||
@ -2071,4 +2071,4 @@ propcache = ">=0.2.0"
|
|||||||
[metadata]
|
[metadata]
|
||||||
lock-version = "2.0"
|
lock-version = "2.0"
|
||||||
python-versions = ">=3.9,<4.0"
|
python-versions = ">=3.9,<4.0"
|
||||||
content-hash = "954aeccc9bb5a2c79b1fd5affaab2303d588dcda6447db5e866430de7f759823"
|
content-hash = "1f77714ec9420ce148ab90de835585ddf87ce68f2d28240f63fcea47c9bccf6c"
|
||||||
|
@ -21,7 +21,7 @@ disallow_untyped_defs = "True"
|
|||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
python = ">=3.9,<4.0"
|
python = ">=3.9,<4.0"
|
||||||
langchain-openai = ">=0.2,<0.3"
|
langchain-openai = ">=0.2,<0.3"
|
||||||
langchain-core = ">=0.3,<0.4"
|
langchain-core = ">=0.3.18,<0.4"
|
||||||
requests = ">=2,<3"
|
requests = ">=2,<3"
|
||||||
aiohttp = ">=3.9.1,<4"
|
aiohttp = ">=3.9.1,<4"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user