chore: release 4.11.0-beta.1 with SDK 0.6.0-beta.1

This commit is contained in:
dadachann
2026-09-14 16:47:47 +00:00
parent 184037a427
commit 89d42bedaa
2 changed files with 10 additions and 11 deletions
+2 -6
View File
@@ -1,6 +1,6 @@
[project]
name = "langbot"
version = "4.11.0"
version = "4.11.0-beta.1"
description = "Production-grade platform for building agentic IM bots"
readme = "README.md"
license-files = ["LICENSE"]
@@ -69,7 +69,7 @@ dependencies = [
"langchain-text-splitters>=1.1.2",
"chromadb>=1.0.0,<2.0.0",
"qdrant-client (>=1.15.1,<2.0.0)",
"langbot-plugin==0.5.5",
"langbot-plugin==0.6.0-beta.1",
"asyncpg>=0.30.0",
"line-bot-sdk>=3.19.0",
"matrix-nio>=0.25.2",
@@ -229,7 +229,3 @@ skip-magic-trailing-comma = false
# Like Black, automatically detect the appropriate line ending.
line-ending = "auto"
[tool.uv.sources]
# Development contract: update to the matching SDK release before publishing.
langbot-plugin = { git = "https://github.com/langbot-app/langbot-plugin-sdk", rev = "c67e6c85a0cde8ae2b20cbd89e33805a68382563" }