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.
typing-inspect
1 parent 490fa2b commit 6b2d93dCopy full SHA for 6b2d93d
CHANGELOG.md
@@ -6,6 +6,9 @@
6
`field_specifiers` paramter of the `dataclass_transform` decorator.
7
([#240])
8
9
+ - Tighten pin on `typing-inspect` in an attempt to prevent
10
+ breakage from a hypothetical major version bump.
11
+
12
[#240]: https://github.com/lovasoa/marshmallow_dataclass/issues/240
13
14
## v8.5.13 (2023-04-20)
setup.py
@@ -59,7 +59,7 @@
59
python_requires=">=3.6",
60
install_requires=[
61
"marshmallow>=3.13.0,<4.0",
62
- "typing-inspect>=0.8.0",
+ "typing-inspect>=0.8.0,<1.0",
63
# Need `Literal`
64
"typing-extensions>=3.7.2; python_version < '3.8'",
65
# Need `dataclass_transform(field_specifiers)`
0 commit comments