Skip to content

Commit

Permalink
set jsonschema to 4.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
hughhhh committed Jan 12, 2022
1 parent 9ff9be7 commit 2814303
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jinja2==2.11.3
# via
# flask
# flask-babel
jsonschema==4.4.0
jsonschema==4.0.0
# via Flask-AppBuilder (setup.py)
markupsafe==2.0.1
# via
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def desc():
"Flask-SQLAlchemy>=2.4, <3",
"Flask-WTF>=0.14.2, <0.15.0",
"Flask-JWT-Extended>=3.18, <4",
"jsonschema>=4.3.3, <5",
"jsonschema>=3, <5",
"marshmallow>=3, <4",
"marshmallow-enum>=1.5.1, <2",
"marshmallow-sqlalchemy>=0.22.0, <0.27.0",
Expand Down

0 comments on commit 2814303

Please sign in to comment.