langchain[patch]: release 0.3.19 (#29851)

This commit is contained in:
ccurme 2025-02-17 13:36:23 -05:00 committed by GitHub
parent c9061162a1
commit 8a3b05ae69
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 4 additions and 3 deletions

View File

@ -473,6 +473,7 @@ _SUPPORTED_PROVIDERS = {
"google_anthropic_vertex",
"deepseek",
"ibm",
"xai",
}

View File

@ -7,7 +7,7 @@ authors = []
license = { text = "MIT" }
requires-python = "<4.0,>=3.9"
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",
"langsmith<0.4,>=0.1.17",
"pydantic<3.0.0,>=2.7.4",
@ -21,7 +21,7 @@ dependencies = [
"async-timeout<5.0.0,>=4.0.0; python_version < \"3.11\"",
]
name = "langchain"
version = "0.3.18"
version = "0.3.19"
description = "Building applications with LLMs through composability"
readme = "README.md"

View File

@ -2240,7 +2240,7 @@ wheels = [
[[package]]
name = "langchain"
version = "0.3.18"
version = "0.3.19"
source = { editable = "." }
dependencies = [
{ name = "aiohttp" },