From 94aa175c1a9acafc7624727b9b1f5b9f5fd7cb85 Mon Sep 17 00:00:00 2001 From: Junyan Qin Date: Wed, 5 Nov 2025 12:11:46 +0800 Subject: [PATCH] chore: bump langbot-plugin to 0.1.7 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1f24c1b4..0b472da8 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.1.6", + "langbot-plugin==0.1.7", "asyncpg>=0.30.0", "line-bot-sdk>=3.19.0", "tboxsdk>=0.0.10",