Skip to content

Commit

Permalink
constricting marshmallow to v3 and higher: (#93)
Browse files Browse the repository at this point in the history
Signed-off-by: Allison Suarez Miranda <asuarezmiranda@lyft.com>
  • Loading branch information
allisonsuarez authored Feb 26, 2021
1 parent ea3a0af commit ad333a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
# long as they have a version of pyfoobar equal to or greater than 1.x
# and less than 2.x installed.
'flask>=1.0.2',
'marshmallow>=2.15.3,<=3.6',
'marshmallow>=3.0,<=3.6',
'marshmallow-annotations'
],
python_requires=">=3.6",
Expand Down

0 comments on commit ad333a0

Please sign in to comment.