mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-22 23:00:00 +00:00
xai: release 0.2.4 (#31380)
This commit is contained in:
parent
8b1f54c419
commit
5bff018951
@ -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"
|
||||
|
||||
|
@ -1,5 +1,4 @@
|
||||
version = 1
|
||||
revision = 1
|
||||
requires-python = ">=3.9"
|
||||
resolution-markers = [
|
||||
"python_full_version >= '3.13'",
|
||||
@ -614,7 +613,7 @@ wheels = [
|
||||
|
||||
[[package]]
|
||||
name = "langchain-core"
|
||||
version = "0.3.56"
|
||||
version = "0.3.62"
|
||||
source = { editable = "../../core" }
|
||||
dependencies = [
|
||||
{ name = "jsonpatch" },
|
||||
@ -629,10 +628,9 @@ dependencies = [
|
||||
[package.metadata]
|
||||
requires-dist = [
|
||||
{ name = "jsonpatch", specifier = ">=1.33,<2.0" },
|
||||
{ name = "langsmith", specifier = ">=0.1.125,<0.4" },
|
||||
{ name = "langsmith", specifier = ">=0.1.126,<0.4" },
|
||||
{ name = "packaging", specifier = ">=23.2,<25" },
|
||||
{ name = "pydantic", marker = "python_full_version < '3.12.4'", specifier = ">=2.5.2,<3.0.0" },
|
||||
{ name = "pydantic", marker = "python_full_version >= '3.12.4'", specifier = ">=2.7.4,<3.0.0" },
|
||||
{ name = "pydantic", specifier = ">=2.7.4" },
|
||||
{ name = "pyyaml", specifier = ">=5.3" },
|
||||
{ name = "tenacity", specifier = ">=8.1.0,!=8.4.0,<10.0.0" },
|
||||
{ name = "typing-extensions", specifier = ">=4.7" },
|
||||
@ -673,7 +671,7 @@ typing = [
|
||||
|
||||
[[package]]
|
||||
name = "langchain-openai"
|
||||
version = "0.3.14"
|
||||
version = "0.3.18"
|
||||
source = { editable = "../openai" }
|
||||
dependencies = [
|
||||
{ name = "langchain-core" },
|
||||
@ -759,7 +757,7 @@ typing = [
|
||||
|
||||
[[package]]
|
||||
name = "langchain-xai"
|
||||
version = "0.2.3"
|
||||
version = "0.2.4"
|
||||
source = { editable = "." }
|
||||
dependencies = [
|
||||
{ name = "aiohttp" },
|
||||
|
Loading…
Reference in New Issue
Block a user