Skip to content

Commit

Permalink
Fix Version of typing-extensions (#779)
Browse files Browse the repository at this point in the history
Typing-extensions version 4.2 is required for the use of `field_specifiers` in `dataclass_transform` (see python/typing#1120).
  • Loading branch information
fthaler committed May 17, 2022
1 parent 92f54c7 commit 363505c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Expand Up @@ -56,7 +56,7 @@ install_requires =
pybind11>=2.5
pydantic>=1.5
toolz>=0.11
typing-extensions>=3.7
typing-extensions>=4.2
xxhash>=1.4.4

[options.packages.find]
Expand Down

0 comments on commit 363505c

Please sign in to comment.