xai: release 0.2.3 (#30790)

This commit is contained in:
ccurme
2025-04-11 10:05:11 -04:00
committed by GitHub
parent 9cfb95e621
commit d9b628e764
2 changed files with 10 additions and 5 deletions

View File

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