release(xai): 1.0.0 (#33591)

This commit is contained in:
Mason Daugherty
2025-10-17 17:42:29 -04:00
committed by GitHub
parent 1d056487c7
commit 7aef3388d9
2 changed files with 8 additions and 7 deletions

View File

@@ -7,13 +7,13 @@ authors = []
license = { text = "MIT" }
requires-python = ">=3.10.0,<4.0.0"
dependencies = [
"langchain-openai>=1.0.0a3,<2.0.0",
"langchain-core>=1.0.0a7,<2.0.0",
"langchain-openai>=1.0.0,<2.0.0",
"langchain-core>=1.0.0,<2.0.0",
"requests>=2.0.0,<3.0.0",
"aiohttp>=3.9.1,<4.0.0",
]
name = "langchain-xai"
version = "1.0.0a1"
version = "1.0.0"
description = "An integration package connecting xAI and LangChain"
readme = "README.md"