Flask 3.1.2 upgrade fix by Avoids using current_user in background thread (#24290)

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
This commit is contained in:
Eric Guo
2025-08-22 14:47:13 +08:00
committed by GitHub
parent 6b01b0b165
commit 455f842785
5 changed files with 10 additions and 29 deletions

View File

@@ -13,7 +13,7 @@ dependencies = [
"cachetools~=5.3.0",
"celery~=5.5.2",
"chardet~=5.1.0",
"flask~=3.1.0",
"flask~=3.1.2",
"flask-compress~=1.17",
"flask-cors~=6.0.0",
"flask-login~=0.6.3",