Skip to content

Commit

Permalink
Remove pin on transitive dependency typing.inspect.
Browse files Browse the repository at this point in the history
Add pin for marshmallow_dataclass>=8.5.9 which has been fixed
to work with latest typing.inspect.

Ref: #1058, 9e7a3ce, and 949d9d8.
  • Loading branch information
dairiki committed Oct 4, 2022
1 parent 4ad75dd commit 5299db6
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -45,18 +45,13 @@ install_requires =
Jinja2>=3.0
MarkupSafe
marshmallow
marshmallow_dataclass
marshmallow_dataclass>=8.5.9
mistune>=0.7.0,<3
pip
python-slugify
pytz
requests
setuptools
# Temporary (hopefully) fix for breakage of marshmallow_dataclass
# by latest typing.inspect.
#
# See https://github.com/lovasoa/marshmallow_dataclass/issues/206
typing-inspect < 0.8.0
watchdog
Werkzeug>=2.1.0,<3

Expand Down

0 comments on commit 5299db6

Please sign in to comment.