Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
epenet authored Sep 12, 2024
1 parent cda9ecc commit b1feefc
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 @@ -49,7 +49,7 @@
install_requires=[
"marshmallow>=3.18.0,",
"typing-inspect>=0.9.0",
"typeguard>=4.0.0",
"typeguard>=4.0,<5",
# Need `dataclass_transform(field_specifiers)`
"typing-extensions>=4.2.0; python_version<'3.11'",
],
Expand Down

0 comments on commit b1feefc

Please sign in to comment.