We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9a65df commit 9812e50Copy full SHA for 9812e50
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# marshmallow\_dataclass change log
2
3
+## v8.7.1 (2024-09-12)
4
+
5
+ - Relax dependency pins for `typeguard` and `typing-inspect`. ([#273], [#272])
6
7
+[#272]: https://github.com/lovasoa/marshmallow_dataclass/issues/272
8
+[#273]: https://github.com/lovasoa/marshmallow_dataclass/pull/273
9
10
## v8.7.0 (2024-06-23)
11
12
- Drop support for python 3.6 and 3.7. Test under python 3.12. ([#263])
setup.py
@@ -1,6 +1,6 @@
from setuptools import find_packages, setup
-VERSION = "8.7.0"
+VERSION = "8.7.1"
CLASSIFIERS = [
"Development Status :: 4 - Beta",
0 commit comments