mirror of
https://github.com/hwchase17/langchain.git
synced 2025-07-21 03:51:42 +00:00
langchain[patch]: release 0.3.19 (#29851)
This commit is contained in:
parent
c9061162a1
commit
8a3b05ae69
@ -473,6 +473,7 @@ _SUPPORTED_PROVIDERS = {
|
|||||||
"google_anthropic_vertex",
|
"google_anthropic_vertex",
|
||||||
"deepseek",
|
"deepseek",
|
||||||
"ibm",
|
"ibm",
|
||||||
|
"xai",
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -7,7 +7,7 @@ authors = []
|
|||||||
license = { text = "MIT" }
|
license = { text = "MIT" }
|
||||||
requires-python = "<4.0,>=3.9"
|
requires-python = "<4.0,>=3.9"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"langchain-core<1.0.0,>=0.3.34",
|
"langchain-core<1.0.0,>=0.3.35",
|
||||||
"langchain-text-splitters<1.0.0,>=0.3.6",
|
"langchain-text-splitters<1.0.0,>=0.3.6",
|
||||||
"langsmith<0.4,>=0.1.17",
|
"langsmith<0.4,>=0.1.17",
|
||||||
"pydantic<3.0.0,>=2.7.4",
|
"pydantic<3.0.0,>=2.7.4",
|
||||||
@ -21,7 +21,7 @@ dependencies = [
|
|||||||
"async-timeout<5.0.0,>=4.0.0; python_version < \"3.11\"",
|
"async-timeout<5.0.0,>=4.0.0; python_version < \"3.11\"",
|
||||||
]
|
]
|
||||||
name = "langchain"
|
name = "langchain"
|
||||||
version = "0.3.18"
|
version = "0.3.19"
|
||||||
description = "Building applications with LLMs through composability"
|
description = "Building applications with LLMs through composability"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
|
|
||||||
|
@ -2240,7 +2240,7 @@ wheels = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "langchain"
|
name = "langchain"
|
||||||
version = "0.3.18"
|
version = "0.3.19"
|
||||||
source = { editable = "." }
|
source = { editable = "." }
|
||||||
dependencies = [
|
dependencies = [
|
||||||
{ name = "aiohttp" },
|
{ name = "aiohttp" },
|
||||||
|
Loading…
Reference in New Issue
Block a user