chore: Bump version to 4.8.4 and update langbot-plugin dependency to 0.2.6

This commit is contained in:
Junyan Qin
2026-02-23 23:32:43 +08:00
parent 9df50d2cab
commit d6c10763a8
2 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
[project]
name = "langbot"
version = "4.8.3"
version = "4.8.4"
description = "Production-grade platform for building agentic IM bots"
readme = "README.md"
license-files = ["LICENSE"]
@@ -64,7 +64,7 @@ dependencies = [
"chromadb>=0.4.24",
"qdrant-client (>=1.15.1,<2.0.0)",
"pyseekdb==1.0.0b7",
"langbot-plugin==0.2.5",
"langbot-plugin==0.2.6",
"asyncpg>=0.30.0",
"line-bot-sdk>=3.19.0",
"tboxsdk>=0.0.10",