Skip to content

Commit

Permalink
Allow later marshmallow-dataclass versions
Browse files Browse the repository at this point in the history
  • Loading branch information
azvoleff committed Jan 27, 2025
1 parent eb2ddeb commit 6bd0c29
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 @@ -33,7 +33,7 @@
install_requires=[
"defusedxml>=0.7.1",
"marshmallow>=3.21.3",
"marshmallow-dataclass[enum, union]==8.7.0",
"marshmallow-dataclass[enum, union]>=8.7.0",
],
extras_require={
"dev": ["check-manifest"],
Expand Down

0 comments on commit 6bd0c29

Please sign in to comment.