Skip to content

Commit

Permalink
Loosen dependency versions (#273)
Browse files Browse the repository at this point in the history
* Loosen requirements
  • Loading branch information
epenet authored Sep 12, 2024
1 parent 4edbfb4 commit f9a65df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@
python_requires=">=3.8",
install_requires=[
"marshmallow>=3.18.0,",
"typing-inspect~=0.9.0",
"typeguard~=4.0.0",
"typing-inspect>=0.9.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 f9a65df

Please sign in to comment.