release(xai): 1.0.0a1 (#33223)

Drop Python 3.9
This commit is contained in:
Mason Daugherty
2025-10-02 17:00:14 -04:00
committed by GitHub
parent 89b4d7b6c1
commit b8c9b20db4
2 changed files with 94 additions and 77 deletions

View File

@@ -13,7 +13,7 @@ dependencies = [
"aiohttp>=3.9.1,<4.0.0",
]
name = "langchain-xai"
version = "0.2.5"
version = "1.0.0a1"
description = "An integration package connecting xAI and LangChain"
readme = "README.md"
@@ -49,9 +49,6 @@ langchain-openai = { path = "../openai", editable = true }
[tool.mypy]
disallow_untyped_defs = "True"
[tool.ruff]
target-version = "py39"
[tool.ruff.format]
docstring-code-format = true
docstring-code-line-length = 100