fix: stabilize cli and mcp dependency compatibility

This commit is contained in:
lda
2026-06-29 16:33:41 +07:00 Verified
parent 746e4f7a2a
commit 99f733c5ea
8 changed files with 208 additions and 7 deletions
Generated
+5 -3
View File
@@ -43,14 +43,14 @@ wheels = [
[[package]]
name = "anyio"
version = "4.14.1"
version = "4.13.0"
source = { registry = "https://pypi.org/simple" }
dependencies = [
{ name = "idna" },
]
sdist = { url = "https://files.pythonhosted.org/packages/3b/72/5562aabb8dd7181e8e860622a38bea08d17842b99ecd4c91f84ac95251b0/anyio-4.14.1.tar.gz", hash = "sha256:8d648a3544c1a700e3ff78615cd679e4c5c3f149904287e73687b2596963629e", size = 254831, upload-time = "2026-06-24T20:56:06.017Z" }
sdist = { url = "https://files.pythonhosted.org/packages/19/14/2c5dd9f512b66549ae92767a9c7b330ae88e1932ca57876909410251fe13/anyio-4.13.0.tar.gz", hash = "sha256:334b70e641fd2221c1505b3890c69882fe4a2df910cba14d97019b90b24439dc", size = 231622, upload-time = "2026-03-24T12:59:09.671Z" }
wheels = [
{ url = "https://files.pythonhosted.org/packages/b0/7b/90df4a0a816d98d6ea26f559d87836d494a2cf1fcf063be67df50a7bcc30/anyio-4.14.1-py3-none-any.whl", hash = "sha256:4e5533c5b8ff0a24f5d7a176cbe6877129cd183893f66b537f8f227d10527d72", size = 124875, upload-time = "2026-06-24T20:56:04.413Z" },
{ url = "https://files.pythonhosted.org/packages/da/42/e921fccf5015463e32a3cf6ee7f980a6ed0f395ceeaa45060b61d86486c2/anyio-4.13.0-py3-none-any.whl", hash = "sha256:08b310f9e24a9594186fd75b4f73f4a4152069e3853f1ed8bfbf58369f4ad708", size = 114353, upload-time = "2026-03-24T12:59:08.246Z" },
]
[[package]]
@@ -632,6 +632,7 @@ name = "lda-wf"
version = "0.0.1"
source = { editable = "." }
dependencies = [
{ name = "anyio" },
{ name = "authlib" },
{ name = "fastapi-jsonrpc" },
{ name = "fastmcp" },
@@ -657,6 +658,7 @@ dev = [
[package.metadata]
requires-dist = [
{ name = "anyio", specifier = "<4.14" },
{ name = "authlib", specifier = ">=1.7.0" },
{ name = "fastapi-jsonrpc", specifier = ">=3.5.0" },
{ name = "fastmcp", specifier = ">=3.2.4" },