xai: release 0.2.2 (#30403)

This commit is contained in:
ccurme
2025-03-20 16:25:16 -04:00
committed by GitHub
parent e194902994
commit d8145dda95
2 changed files with 12 additions and 13 deletions

View File

@@ -7,13 +7,13 @@ authors = []
license = { text = "MIT" }
requires-python = "<4.0,>=3.9"
dependencies = [
"langchain-openai<0.4,>=0.3.6",
"langchain-core<1.0.0,>=0.3.35",
"langchain-openai<0.4,>=0.3.9",
"langchain-core<1.0.0,>=0.3.47",
"requests<3,>=2",
"aiohttp<4,>=3.9.1",
]
name = "langchain-xai"
version = "0.2.1"
version = "0.2.2"
description = "An integration package connecting xAI and LangChain"
readme = "README.md"