Skip to content

Commit

Permalink
xai[patch]: update dependencies (#28067)
Browse files Browse the repository at this point in the history
  • Loading branch information
vbarda authored Nov 12, 2024
1 parent a646f1c commit 09e85c7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions libs/partners/xai/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions libs/partners/xai/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit 09e85c7

Please sign in to comment.