Skip to content

Commit

Permalink
fix: Increase upper bound on marshmallow-sqlalchemy
Browse files Browse the repository at this point in the history
  • Loading branch information
spike77453 committed Feb 7, 2024
1 parent 3263e1a commit e85ad2c
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 @@ -81,7 +81,7 @@ marshmallow==3.20.1
# via
# Flask-AppBuilder (setup.py)
# marshmallow-sqlalchemy
marshmallow-sqlalchemy==0.26.1
marshmallow-sqlalchemy==0.28.2
# via Flask-AppBuilder (setup.py)
mdurl==0.1.2
# via markdown-it-py
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-JWT-Extended>=4.0.0, <5.0.0",
"jsonschema>=3, <5",
"marshmallow>=3.18.0, <4",
"marshmallow-sqlalchemy>=0.22.0, <0.27.0",
"marshmallow-sqlalchemy>=0.22.0, <0.29.0",
"python-dateutil>=2.3, <3",
"prison>=0.2.1, <1.0.0",
"PyJWT>=2.0.0, <3.0.0",
Expand Down

0 comments on commit e85ad2c

Please sign in to comment.