Skip to content

Commit

Permalink
Pin typing.inspect<0.8.0 to avoid breakage of marshmallow_dataclass
Browse files Browse the repository at this point in the history
  • Loading branch information
dairiki committed Aug 31, 2022
1 parent 8db4f43 commit 9e7a3ce
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,14 @@ These are all the changes in Lektor since the first public release.

- Fix `lektor clean` (broken in [#1048][]). ([#1056][])

#### Bit-Rot

- Pin `typing.inspect` to prevent breakage of `marshmallow_dataclass`.
([#1058][], [lovasoa/marshmallow_dataclass#207][md#207])

[#1056]: https://github.com/lektor/lektor/issues/1056
[#1058]: https://github.com/lektor/lektor/issues/1058
[md#207]: https://github.com/lovasoa/marshmallow_dataclass/pull/207

## 3.4.0b1 (2022-08-02)

Expand Down
5 changes: 5 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,11 @@ install_requires =
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 9e7a3ce

Please sign in to comment.