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

@ -51,6 +51,7 @@ def initialize_extensions(app: DifyApp):
ext_login,
ext_mail,
ext_migrate,
ext_orjson,
ext_otel,
ext_proxy_fix,
ext_redis,
@ -67,6 +68,7 @@ def initialize_extensions(app: DifyApp):
ext_logging,
ext_warnings,
ext_import_modules,
ext_orjson,
ext_set_secretkey,
ext_compress,
ext_code_based_extension,