diff --git a/pyproject.toml b/pyproject.toml index 973d55160..7304d10e7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -71,7 +71,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.2", + "langbot-plugin==0.6.3", "asyncpg>=0.30.0", "line-bot-sdk>=3.19.0", "matrix-nio>=0.25.2", diff --git a/tests/integration/plugin/test_certified_plugin_admission.py b/tests/integration/plugin/test_certified_plugin_admission.py index 8e4c21498..0a5126ad9 100644 --- a/tests/integration/plugin/test_certified_plugin_admission.py +++ b/tests/integration/plugin/test_certified_plugin_admission.py @@ -133,6 +133,7 @@ async def test_oss_admits_unresolvable_declaration_on_the_dedicated_profile() -> binding, artifact_package=package, enabled=True, + execution_mode=PluginExecutionMode.DEDICATED, ) diff --git a/uv.lock b/uv.lock index 03ddf5086..19c8e30ab 100644 --- a/uv.lock +++ b/uv.lock @@ -2185,7 +2185,7 @@ requires-dist = [ { name = "gewechat-client", specifier = ">=0.1.5" }, { name = "html2text", specifier = ">=2024.2.26" }, { name = "httpx", extras = ["socks"], specifier = ">=0.28.1" }, - { name = "langbot-plugin", specifier = "==0.6.2" }, + { name = "langbot-plugin", specifier = "==0.6.3" }, { name = "langchain", specifier = ">=1.3.9" }, { name = "langchain-core", specifier = ">=1.3.3" }, { name = "langchain-text-splitters", specifier = ">=1.1.2" }, @@ -2255,7 +2255,7 @@ dev = [ [[package]] name = "langbot-plugin" -version = "0.6.2" +version = "0.6.3" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "aiofiles" }, @@ -2276,9 +2276,9 @@ dependencies = [ { name = "watchdog" }, { name = "websockets" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/48/df/376749b79b133a3f9e65975243c1b4a734f072cbdbb2a3f5d5add7dc800c/langbot_plugin-0.6.2.tar.gz", hash = "sha256:64dc0f47b625c3595028dadea3e500ee123cb0e5481c97fecd7f4308d703623c", size = 639489, upload-time = "2026-09-25T12:16:11.18Z" } +sdist = { url = "https://files.pythonhosted.org/packages/ba/01/c45f438206802c15ada87277fb1a219c4f88b8149a899ba0a0d8b47b28f8/langbot_plugin-0.6.3.tar.gz", hash = "sha256:73ff8e2d3efa88c0a6ccc7166e270b9c6f9b3fe9bb598932614be54c6ff8d920", size = 653192, upload-time = "2026-09-25T19:06:20.892Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/d3/6e/d7f725ff4c42e7092368d2651354a84d5f195baf4dfbd5c537979b6d50aa/langbot_plugin-0.6.2-py3-none-any.whl", hash = "sha256:65845f20e65e32b4daeffdf69119b35be8775ce902d9e050e38f2cf5d77e5203", size = 419610, upload-time = "2026-09-25T12:16:09.973Z" }, + { url = "https://files.pythonhosted.org/packages/05/77/1aa9f9374690ffb5d1d5fa266afd10485c92d7c5f0bf22e37bed82a639ea/langbot_plugin-0.6.3-py3-none-any.whl", hash = "sha256:8afbe883fbf2e61a8d927ffaedabc66a7fab9dc9135b1657662226319cb5b34e", size = 426068, upload-time = "2026-09-25T19:06:19.597Z" }, ] [[package]]