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.
typeguard
1 parent 6b2d93d commit 6d581f2Copy full SHA for 6d581f2
CHANGELOG.md
@@ -9,6 +9,9 @@
9
- Tighten pin on `typing-inspect` in an attempt to prevent
10
breakage from a hypothetical major version bump.
11
12
+ - Tighten pin on `typeguard` to exclude older versions
13
+ for which our tests fail.
14
+
15
[#240]: https://github.com/lovasoa/marshmallow_dataclass/issues/240
16
17
## v8.5.13 (2023-04-20)
setup.py
@@ -22,7 +22,7 @@
22
"marshmallow-enum; python_version < '3.7'",
23
"marshmallow>=3.18.0,<4.0; python_version >= '3.7'",
24
],
25
- "union": ["typeguard>=2.0.0,<4.0.0"],
+ "union": ["typeguard>=2.4.1,<4.0.0"],
26
"lint": ["pre-commit~=2.17"],
27
':python_version == "3.6"': ["dataclasses", "types-dataclasses<0.6.4"],
28
"docs": ["sphinx"],
0 commit comments