Why was it changed to `python>=3.11`?
Closed this issue · 1 comments
phi-friday commented
Is your feature request related to a problem? Please describe.
#107 (comment)
I noticed that it changed to support python>=3.11
starting with v5
.
The dataclass_transform
is also in typing_extensions
, which is now added as a dependency,
is there any other reason why it was imported from typing
and changed to python>=3.11
?
(like match ~ case
syntax)
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.