release(langchain): 0.3.28

This commit is contained in:
Eugene Yurtsev
2026-03-06 16:35:09 -05:00
parent b0add1f989
commit df7bf98196
2 changed files with 3 additions and 3 deletions

View File

@@ -7,7 +7,7 @@ authors = []
license = { text = "MIT" }
requires-python = ">=3.9.0,<4.0.0"
dependencies = [
"langchain-core>=0.3.72,<1.0.0",
"langchain-core>=0.3.73,<1.0.0",
"langchain-text-splitters>=0.3.9,<1.0.0",
"langsmith>=0.1.17,<1.0.0",
"pydantic>=2.7.4,<3.0.0",
@@ -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'" },