修复:argon2库已过时,无法在3.12运行

This commit is contained in:
LIghtJUNction
2026-03-21 01:03:39 +08:00
committed by GitHub
parent af77f82c51
commit 6e3273dbec

View File

@@ -66,7 +66,7 @@ dependencies = [
"packaging>=24.2",
"quart-cors>=0.8.0",
"anyio>=4.12.1",
"argon2>=0.1.10",
"argon2-cffi>=23.1.0",
]
[dependency-groups]