From a65b7ad413a9a541c8cb29826af69b07bfeb161a Mon Sep 17 00:00:00 2001 From: Junyan Qin Date: Fri, 30 Jan 2026 13:39:36 +0800 Subject: [PATCH] chore(deps): update pyseekdb version to 1.0.0b7 in pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a9dfab35..08fe2c62 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)", - "pyseekdb>=0.1.0", + "pyseekdb==1.0.0b7", "langbot-plugin==0.2.4", "asyncpg>=0.30.0", "line-bot-sdk>=3.19.0",