release(langchain): 0.3.27 (#32227)

This commit is contained in:
Mason Daugherty 2025-07-24 10:20:20 -04:00 committed by GitHub
parent 622bb05751
commit 0e139fb9a6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 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'" },
@ -2705,7 +2705,7 @@ wheels = [
[[package]]
name = "langchain-core"
version = "0.3.70"
version = "0.3.72"
source = { editable = "../core" }
dependencies = [
{ name = "jsonpatch" },