From b015c248ea6cad81abff5a7cedfcb5c57308524d Mon Sep 17 00:00:00 2001 From: Junyan Qin Date: Wed, 10 Dec 2025 14:02:23 +0800 Subject: [PATCH] chore: bump langbot-plugin to 0.2.3 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7d5e007d..ba5a6c0c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -63,7 +63,7 @@ dependencies = [ "langchain-text-splitters>=0.0.1", "chromadb>=0.4.24", "qdrant-client (>=1.15.1,<2.0.0)", - "langbot-plugin==0.2.1", + "langbot-plugin==0.2.3", "asyncpg>=0.30.0", "line-bot-sdk>=3.19.0", "tboxsdk>=0.0.10",