release(langchain): 0.3.28 (#35607)

Patch release for langchain 0.3.28.

Created with [Deep Agents
CLI](https://docs.langchain.com/oss/python/deepagents/cli/overview).
This commit is contained in:
Eugene Yurtsev
2026-03-06 16:52:45 -05:00
committed by GitHub
parent b0add1f989
commit 8d9ecb18a1
2 changed files with 2 additions and 2 deletions

View File

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

View File

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