partners/xai: release 0.1.1 (#28806)

This commit is contained in:
Erick Friis 2024-12-18 14:15:24 -08:00 committed by GitHub
parent ba8c1b0d8c
commit cc616de509
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 630 additions and 574 deletions

File diff suppressed because it is too large Load Diff

View File

@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
[tool.poetry]
name = "langchain-xai"
version = "0.1.0"
version = "0.1.1"
description = "An integration package connecting xAI and LangChain"
authors = []
readme = "README.md"
@ -21,7 +21,7 @@ disallow_untyped_defs = "True"
[tool.poetry.dependencies]
python = ">=3.9,<4.0"
langchain-openai = ">=0.2,<0.3"
langchain-core = ">=0.3.18,<0.4"
langchain-core = "^0.3.27"
requests = ">=2,<3"
aiohttp = ">=3.9.1,<4"
@ -76,9 +76,11 @@ langchain-openai = { path = "../openai", develop = true }
langchain-core = { path = "../../core", develop = true }
langchain-tests = { path = "../../standard-tests", develop = true }
[tool.poetry.group.codespell.dependencies]
codespell = "^2.2.0"
[tool.poetry.group.test_integration.dependencies]
[[tool.poetry.group.test_integration.dependencies.numpy]]
version = "^1"
@ -88,13 +90,16 @@ python = "<3.12"
version = "^1.26.0"
python = ">=3.12"
[tool.poetry.group.lint.dependencies]
ruff = "^0.5"
[tool.poetry.group.typing.dependencies]
mypy = "^1.10"
types-requests = "^2"
langchain-core = { path = "../../core", develop = true }
[tool.poetry.group.dev.dependencies]
langchain-core = { path = "../../core", develop = true }