Skip to content

Commit

Permalink
xai[minor]: release 0.2 (#29132)
Browse files Browse the repository at this point in the history
Update `langchain-openai` to 0.3. See [release
notes](https://github.com/langchain-ai/langchain/releases/tag/langchain-openai%3D%3D0.3.0)
for details. Should only impact default values of `temperature`, `n`,
and `max_retries`.
  • Loading branch information
ccurme authored Jan 10, 2025
1 parent 6e63ccb commit f3d3707
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions libs/partners/xai/poetry.lock

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

6 changes: 3 additions & 3 deletions libs/partners/xai/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "langchain-xai"
version = "0.1.1"
version = "0.2.0"
description = "An integration package connecting xAI and LangChain"
authors = []
readme = "README.md"
Expand All @@ -20,8 +20,8 @@ disallow_untyped_defs = "True"

[tool.poetry.dependencies]
python = ">=3.9,<4.0"
langchain-openai = ">=0.2,<0.3"
langchain-core = "^0.3.27"
langchain-openai = ">=0.3,<0.4"
langchain-core = "^0.3.29"
requests = ">=2,<3"
aiohttp = ">=3.9.1,<4"

Expand Down

0 comments on commit f3d3707

Please sign in to comment.