From 44b8354dfdb0fd39a2072245894c98660213d35f Mon Sep 17 00:00:00 2001 From: Junyan Qin Date: Mon, 30 Mar 2026 23:59:55 +0800 Subject: [PATCH] fix(deps): update langbot-plugin version to 0.3.6 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 446097b9..292242fc 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.5", + "langbot-plugin==0.3.6", "asyncpg>=0.30.0", "line-bot-sdk>=3.19.0", "tboxsdk>=0.0.10",