From 9c659ce8fa17043e20207a74aff0db7650bd11f6 Mon Sep 17 00:00:00 2001 From: Junyan Qin Date: Mon, 23 Mar 2026 22:14:41 +0800 Subject: [PATCH] fix: update langbot-plugin dependency to version 0.3.4 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b63b3624..31f1a7b8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -64,7 +64,7 @@ dependencies = [ "chromadb>=1.0.0,<2.0.0", "qdrant-client (>=1.15.1,<2.0.0)", "pyseekdb==1.1.0.post3", - "langbot-plugin==0.3.3", + "langbot-plugin==0.3.4", "asyncpg>=0.30.0", "line-bot-sdk>=3.19.0", "tboxsdk>=0.0.10",