PY: fix admin error (#16827)

### Summary

Sync code from EE

Signed-off-by: Jin Hai <haijin.chn@gmail.com>
This commit is contained in:
Jin Hai
2026-07-11 14:57:26 +08:00
committed by GitHub
parent 4060cd1440
commit e6e99b86a6
3 changed files with 6 additions and 4 deletions

View File

@@ -8,7 +8,7 @@ readme = "README.md"
requires-python = ">=3.13,<3.14"
dependencies = [
"requests>=2.30.0,<3.0.0",
"beartype>=0.20.0,<1.0.0",
"beartype>=0.22.9,<1.0.0",
"pycryptodomex>=3.10.0",
"lark>=1.1.0",
"requests-toolbelt>=1.0.0",