release(xai): 1.2.0 (#34555)

This commit is contained in:
ccurme
2025-12-31 16:37:21 -05:00
committed by GitHub
parent 0b91774263
commit 9da28bac86
2 changed files with 9 additions and 9 deletions

View File

@@ -9,11 +9,11 @@ license = { text = "MIT" }
readme = "README.md"
authors = []
version = "1.1.0"
version = "1.2.0"
requires-python = ">=3.10.0,<4.0.0"
dependencies = [
"langchain-openai>=1.1.0,<2.0.0",
"langchain-core>=1.1.0,<2.0.0",
"langchain-openai>=1.1.6,<2.0.0",
"langchain-core>=1.2.5,<2.0.0",
"requests>=2.0.0,<3.0.0",
"aiohttp>=3.9.1,<4.0.0",
]