mirror of
https://github.com/hwchase17/langchain.git
synced 2026-06-09 10:17:00 +00:00
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user