xai[patch]: update dependencies (#28067)

This commit is contained in:
Vadym Barda 2024-11-12 16:15:17 -05:00 committed by GitHub
parent a646f1c383
commit 09e85c7c4b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 8 deletions

View File

@ -720,7 +720,7 @@ files = [
[[package]]
name = "langchain-core"
version = "0.3.16"
version = "0.3.17"
description = "Building applications with LLMs through composability"
optional = false
python-versions = ">=3.9,<4.0"
@ -745,7 +745,7 @@ url = "../../core"
[[package]]
name = "langchain-openai"
version = "0.2.7"
version = "0.2.8"
description = "An integration package connecting OpenAI and LangChain"
optional = false
python-versions = ">=3.9,<4.0"
@ -753,7 +753,7 @@ files = []
develop = true
[package.dependencies]
langchain-core = "^0.3.16"
langchain-core = "^0.3.17"
openai = "^1.54.0"
tiktoken = ">=0.7,<1"
@ -2071,4 +2071,4 @@ propcache = ">=0.2.0"
[metadata]
lock-version = "2.0"
python-versions = ">=3.9,<4.0"
content-hash = "352c1db7e0ce9fd87b2acf92db83e72dec6e82b2e83cb1678f47b175d982eacf"
content-hash = "954aeccc9bb5a2c79b1fd5affaab2303d588dcda6447db5e866430de7f759823"

View File

@ -20,10 +20,10 @@ disallow_untyped_defs = "True"
[tool.poetry.dependencies]
python = ">=3.9,<4.0"
langchain-openai = "^0.2"
langchain-core = "^0.3"
requests = "^2"
aiohttp = "^3.9.1"
langchain-openai = ">=0.2,<0.3"
langchain-core = ">=0.3,<0.4"
requests = ">=2,<3"
aiohttp = ">=3.9.1,<4"
[tool.ruff.lint]
select = ["E", "F", "I", "D"]