From 7c1445051b582423f1c0dbe3c0831953eda4334f Mon Sep 17 00:00:00 2001 From: dadachann <185672915+dadachann@users.noreply.github.com> Date: Tue, 15 Sep 2026 09:55:03 +0000 Subject: [PATCH] build(deps): pin published plugin SDK 0.6.0b2 --- pyproject.toml | 2 +- uv.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 4d85e7b51..73c15cae4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -69,7 +69,7 @@ dependencies = [ "langchain-text-splitters>=1.1.2", "chromadb>=1.0.0,<2.0.0", "qdrant-client (>=1.15.1,<2.0.0)", - "langbot-plugin==0.6.0-beta.1", + "langbot-plugin==0.6.0b2", "asyncpg>=0.30.0", "line-bot-sdk>=3.19.0", "matrix-nio>=0.25.2", diff --git a/uv.lock b/uv.lock index fc4e3b7c7..b18ae9598 100644 --- a/uv.lock +++ b/uv.lock @@ -2119,7 +2119,7 @@ requires-dist = [ { name = "ebooklib", specifier = ">=0.18" }, { name = "gewechat-client", specifier = ">=0.1.5" }, { name = "html2text", specifier = ">=2024.2.26" }, - { name = "langbot-plugin", specifier = "==0.6.0b1" }, + { name = "langbot-plugin", specifier = "==0.6.0b2" }, { name = "langchain", specifier = ">=1.3.9" }, { name = "langchain-core", specifier = ">=1.3.3" }, { name = "langchain-text-splitters", specifier = ">=1.1.2" }, @@ -2184,7 +2184,7 @@ dev = [ [[package]] name = "langbot-plugin" -version = "0.6.0b1" +version = "0.6.0b2" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "aiofiles" }, @@ -2205,9 +2205,9 @@ dependencies = [ { name = "watchdog" }, { name = "websockets" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/a4/6b/f4dcf44a681ea2bd02cab1a52ffd2599f7a423d7df29d3340e418c64d6ef/langbot_plugin-0.6.0b1.tar.gz", hash = "sha256:8bd100992acc10d80176588221b97e213f9d845d62b2e07847070ec5548c7921", size = 600194 } +sdist = { url = "https://files.pythonhosted.org/packages/bf/d9/fc410f8b7c754196ca72124ca9a76a41a334114487938137795099130bd9/langbot_plugin-0.6.0b2.tar.gz", hash = "sha256:f895ab6da4e9ab3e1c7dd037b610b5303ed1a9946129b3b776643452a6ec1caf", size = 600560 } wheels = [ - { url = "https://files.pythonhosted.org/packages/3e/ef/8d25a218cd05edf2d35a7985e1552226898e226ddb79aff8731f9073bf82/langbot_plugin-0.6.0b1-py3-none-any.whl", hash = "sha256:6a1282294cd991ea552ceaf563c0e4050e55821bb8333d3687df5fd3ec33983a", size = 400116 }, + { url = "https://files.pythonhosted.org/packages/9f/4f/2ad61ed4eeca03f532def1c5385cf0cdc0802b98207ef6efe82b4625238b/langbot_plugin-0.6.0b2-py3-none-any.whl", hash = "sha256:9890f8cfd9089b5fdf54597ea019cd30a426d5ea5f75f0fa378014e7ed52fcbe", size = 400234 }, ] [[package]]