xai[patch]: release 0.2.1 (#29854)

This commit is contained in:
ccurme
2025-02-17 14:30:41 -05:00
committed by GitHub
parent 83dcef234d
commit 5034a8dc5c
2 changed files with 7 additions and 7 deletions

View File

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