chore(deps): pin published plugin SDK 0.6.0b3

This commit is contained in:
RockChinQ
2026-09-18 16:30:33 +00:00
parent 804c089d20
commit cd1188a62d
2 changed files with 11 additions and 7 deletions
+1 -4
View File
@@ -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.0b2",
"langbot-plugin==0.6.0b3",
"asyncpg>=0.30.0",
"line-bot-sdk>=3.19.0",
"matrix-nio>=0.25.2",
@@ -233,6 +233,3 @@ skip-magic-trailing-comma = false
# Like Black, automatically detect the appropriate line ending.
line-ending = "auto"
[tool.uv.sources]
langbot-plugin = { git = "https://github.com/langbot-app/langbot-plugin-sdk", rev = "ab06fd2daac8d2f9493377ffee9721a814b34e44" }
Generated
+10 -3
View File
@@ -16,6 +16,9 @@ resolution-markers = [
"python_full_version < '3.12' and sys_platform != 'emscripten' and sys_platform != 'win32'",
]
[options]
prerelease-mode = "allow"
[[package]]
name = "aenum"
version = "3.1.16"
@@ -2180,7 +2183,7 @@ requires-dist = [
{ name = "ebooklib", specifier = ">=0.18" },
{ name = "gewechat-client", specifier = ">=0.1.5" },
{ name = "html2text", specifier = ">=2024.2.26" },
{ name = "langbot-plugin", git = "https://github.com/langbot-app/langbot-plugin-sdk?rev=ab06fd2daac8d2f9493377ffee9721a814b34e44" },
{ name = "langbot-plugin", specifier = "==0.6.0b3" },
{ name = "langchain", specifier = ">=1.3.9" },
{ name = "langchain-core", specifier = ">=1.3.3" },
{ name = "langchain-text-splitters", specifier = ">=1.1.2" },
@@ -2250,8 +2253,8 @@ dev = [
[[package]]
name = "langbot-plugin"
version = "0.6.0b2"
source = { git = "https://github.com/langbot-app/langbot-plugin-sdk?rev=ab06fd2daac8d2f9493377ffee9721a814b34e44#ab06fd2daac8d2f9493377ffee9721a814b34e44" }
version = "0.6.0b3"
source = { registry = "https://pypi.org/simple" }
dependencies = [
{ name = "aiofiles" },
{ name = "aiohttp" },
@@ -2271,6 +2274,10 @@ dependencies = [
{ name = "watchdog" },
{ name = "websockets" },
]
sdist = { url = "https://files.pythonhosted.org/packages/dc/6c/198eee31ef8b1ada209cc3c1588637ae3649f16fb4c0c41acc8296559cfb/langbot_plugin-0.6.0b3.tar.gz", hash = "sha256:2becc1de2b2543c29609c88b7cd2de9267b94d11d2d055dfd46ecfb9e9bbd496", size = 607092, upload-time = "2026-09-18T16:20:37.564Z" }
wheels = [
{ url = "https://files.pythonhosted.org/packages/7c/f0/41ffb773c114924d95cc78824d218d76a7d7973c79dc3b43a12d4e93992b/langbot_plugin-0.6.0b3-py3-none-any.whl", hash = "sha256:a4aa0c7427267685fed8b96c8f02457dad81728758f75373816f0146c4f72c8c", size = 404923, upload-time = "2026-09-18T16:20:35.972Z" },
]
[[package]]
name = "langchain"