fix: update version of wx_key

This commit is contained in:
H3CoF6
2026-02-27 22:45:40 +08:00
Unverified
parent 7446cca3b9
commit 9ef2301ef9
2 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ dependencies = [
"zstandard>=0.23.0",
"pilk>=0.2.4",
"pypinyin>=0.53.0",
"wx_key",
"wx_key>=1.1.0",
"packaging",
"httpx",
]
Generated
+6 -6
View File
@@ -911,7 +911,7 @@ requires-dist = [
{ name = "requests", specifier = ">=2.32.4" },
{ name = "typing-extensions", specifier = ">=4.8.0" },
{ name = "uvicorn", extras = ["standard"], specifier = ">=0.24.0" },
{ name = "wx-key" },
{ name = "wx-key", specifier = ">=1.1.0" },
{ name = "zstandard", specifier = ">=0.23.0" },
]
provides-extras = ["build"]
@@ -927,13 +927,13 @@ wheels = [
[[package]]
name = "wx-key"
version = "1.0.0"
version = "1.1.0"
source = { registry = "tools/key_wheels" }
wheels = [
{ path = "wx_key-1.0.0-cp311-cp311-win_amd64.whl" },
{ path = "wx_key-1.0.0-cp312-cp312-win_amd64.whl" },
{ path = "wx_key-1.0.0-cp313-cp313-win_amd64.whl" },
{ path = "wx_key-1.0.0-cp314-cp314-win_amd64.whl" },
{ path = "wx_key-1.1.0-cp311-cp311-win_amd64.whl" },
{ path = "wx_key-1.1.0-cp312-cp312-win_amd64.whl" },
{ path = "wx_key-1.1.0-cp313-cp313-win_amd64.whl" },
{ path = "wx_key-1.1.0-cp314-cp314-win_amd64.whl" },
]
[[package]]