feat: integrate flask-orjson for improved JSON serialization performance (#23935)

This commit is contained in:
-LAN- 2025-08-14 19:50:59 +08:00 committed by GitHub
commit e340fccafb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 64 additions and 27 deletions

View file

@ -18,6 +18,7 @@ dependencies = [
"flask-cors~=6.0.0",
"flask-login~=0.6.3",
"flask-migrate~=4.0.7",
"flask-orjson~=2.0.0",
"flask-restful~=0.3.10",
"flask-sqlalchemy~=3.1.1",
"gevent~=24.11.1",