xai: release 0.2.4 (#31380)

This commit is contained in:
ccurme
2025-05-27 14:33:36 -04:00
committed by GitHub
parent 8b1f54c419
commit 5bff018951
2 changed files with 8 additions and 10 deletions

View File

@@ -7,13 +7,13 @@ authors = []
license = { text = "MIT" }
requires-python = ">=3.9"
dependencies = [
"langchain-openai<0.4,>=0.3.12",
"langchain-core<1.0.0,>=0.3.51",
"langchain-openai<0.4,>=0.3.18",
"langchain-core<1.0.0,>=0.3.62",
"requests<3,>=2",
"aiohttp<4,>=3.9.1",
]
name = "langchain-xai"
version = "0.2.3"
version = "0.2.4"
description = "An integration package connecting xAI and LangChain"
readme = "README.md"