xai[minor]: release 0.2 (#29132)

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`.
This commit is contained in:
ccurme
2025-01-10 11:47:27 -05:00
committed by GitHub
parent 6e63ccba84
commit f3d370753f
2 changed files with 8 additions and 8 deletions

View File

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