mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-09-26 11:26:55 +08:00
Merge pull request #2569 from langbot-app/fix/pin-sdk-0.6.1b2
fix(deps): pin SDK 0.6.1b2
This commit is contained in:
+1
-1
@@ -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.0b6",
|
||||
"langbot-plugin==0.6.1b2",
|
||||
"asyncpg>=0.30.0",
|
||||
"line-bot-sdk>=3.19.0",
|
||||
"matrix-nio>=0.25.2",
|
||||
|
||||
@@ -2180,7 +2180,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.0b6" },
|
||||
{ name = "langbot-plugin", specifier = "==0.6.1b2" },
|
||||
{ name = "langchain", specifier = ">=1.3.9" },
|
||||
{ name = "langchain-core", specifier = ">=1.3.3" },
|
||||
{ name = "langchain-text-splitters", specifier = ">=1.1.2" },
|
||||
@@ -2250,7 +2250,7 @@ dev = [
|
||||
|
||||
[[package]]
|
||||
name = "langbot-plugin"
|
||||
version = "0.6.0b6"
|
||||
version = "0.6.1b2"
|
||||
source = { registry = "https://pypi.org/simple" }
|
||||
dependencies = [
|
||||
{ name = "aiofiles" },
|
||||
@@ -2271,9 +2271,9 @@ dependencies = [
|
||||
{ name = "watchdog" },
|
||||
{ name = "websockets" },
|
||||
]
|
||||
sdist = { url = "https://files.pythonhosted.org/packages/30/eb/c082264d0982a2e755f3e6730d6bcfeec6cd5025cbb65c5a897630d85707/langbot_plugin-0.6.0b6.tar.gz", hash = "sha256:98a6a99017e5b0c32d742f0be4de76f88825c31bee011291fdf2dfab5091f9ce", size = 614315, upload-time = "2026-09-23T10:50:36.948Z" }
|
||||
sdist = { url = "https://files.pythonhosted.org/packages/72/52/30f280f7f1e8e2133188e538872f418dec619efb3abdc3481fc8a60afc84/langbot_plugin-0.6.1b2.tar.gz", hash = "sha256:f7904c780d82df4aec981764a4f1316633dfea9e8e2c249b8c5ff991bb65a0cc", size = 625438, upload-time = "2026-09-24T05:06:00.421Z" }
|
||||
wheels = [
|
||||
{ url = "https://files.pythonhosted.org/packages/cf/4a/e30153597cd7d226b1397ba6b7c4d9bd790500539d7582322c0b5248e8cf/langbot_plugin-0.6.0b6-py3-none-any.whl", hash = "sha256:0d1691ba2f7473fe7ebca0e0dd87f9ad9800a7751a89ddf15f4a00e1058e67bd", size = 408849, upload-time = "2026-09-23T10:50:35.312Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/cc/e0/0fb25b0e32b81792e271a4715d356c32294ed912b8065922b29712419215/langbot_plugin-0.6.1b2-py3-none-any.whl", hash = "sha256:64b9b201366563766e08ec2db47e93d4c82c00c061de9de27847ddc4902590d6", size = 413851, upload-time = "2026-09-24T05:05:59.276Z" },
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
||||
Reference in New Issue
Block a user