Merge branch 'master' of github.com:langchain-ai/langchain

This commit is contained in:
Mason Daugherty 2025-07-24 10:24:17 -04:00
commit 71ad451e1f
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ dependencies = [
"async-timeout<5.0.0,>=4.0.0; python_version < \"3.11\"",
]
name = "langchain"
version = "0.3.26"
version = "0.3.27"
description = "Building applications with LLMs through composability"
readme = "README.md"

View File

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