langchain: release 0.3.21 (#30348)

This commit is contained in:
ccurme 2025-03-18 15:13:20 -04:00 committed by GitHub
parent 958f85d541
commit 2909b49045
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@ authors = []
license = { text = "MIT" }
requires-python = "<4.0,>=3.9"
dependencies = [
"langchain-core<1.0.0,>=0.3.41",
"langchain-core<1.0.0,>=0.3.45",
"langchain-text-splitters<1.0.0,>=0.3.6",
"langsmith<0.4,>=0.1.17",
"pydantic<3.0.0,>=2.7.4",
@ -17,7 +17,7 @@ dependencies = [
"async-timeout<5.0.0,>=4.0.0; python_version < \"3.11\"",
]
name = "langchain"
version = "0.3.20"
version = "0.3.21"
description = "Building applications with LLMs through composability"
readme = "README.md"

View File

@ -2344,7 +2344,7 @@ wheels = [
[[package]]
name = "langchain"
version = "0.3.20"
version = "0.3.21"
source = { editable = "." }
dependencies = [
{ name = "async-timeout", marker = "python_full_version < '3.11'" },