Skip to content
This repository was archived by the owner on Jan 22, 2025. It is now read-only.

Commit 58d2dd3

Browse files
committed
upgrade flask
1 parent dc73c15 commit 58d2dd3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ classifiers = [
2222
]
2323
keywords = ['flask', 'swagger', 'openapi', 'python', 'api', 'rest', 'openapi3']
2424
dependencies = [
25-
"Flask>=2.1.2",
25+
"Flask>=2.3.1",
2626
"PyYAML==6.0",
2727
"jsonschema==4.17.3",
2828
"mistune==2.0.4",

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Flask==2.1.2
1+
Flask==2.3.1
22
jsonschema==4.17.3
33
mistune==2.0.4
44
PyYAML==6.0

src/flask_openapi/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
Response,
2929
url_for,
3030
)
31-
from flask.json import JSONEncoder
31+
from json import JSONEncoder
3232
from flask.views import MethodView
3333
from werkzeug.datastructures import Authorization
3434

0 commit comments

Comments
 (0)