release(langchain): release 0.3.30 (#37241)

release 0.3.0
This commit is contained in:
Eugene Yurtsev
2026-05-07 11:43:46 -04:00
committed by GitHub
parent c4db9c0042
commit 4cf62a51a8
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.29"
version = "0.3.30"
description = "Building applications with LLMs through composability"
readme = "README.md"

View File

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