try flask_restful -> flask_restx (#24310)

Signed-off-by: -LAN- <laipz8200@outlook.com>
Co-authored-by: -LAN- <laipz8200@outlook.com>
This commit is contained in:
Asuka Minato 2025-08-24 14:45:47 +09:00 committed by GitHub
commit 18dce66443
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
141 changed files with 176 additions and 168 deletions

View file

@ -65,7 +65,7 @@ class ChatAudioApi(InstalledAppResource):
class ChatTextApi(InstalledAppResource):
def post(self, installed_app):
from flask_restful import reqparse
from flask_restx import reqparse
app_model = installed_app.app
try: