Merge branch 'langchain-ai:master' into snova-jorgep/bind_tools_sambanova_chat_models

This commit is contained in:
Jorge Piedrahita Ortiz 2024-11-13 12:52:52 -05:00 committed by GitHub
commit 5ed332beba
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -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"

View File

@ -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"