python-attrs / cattrs

Composable custom class converters for attrs, dataclasses and friends.
https://catt.rs
MIT License
791 stars 110 forks source link

Import typing_extensions.TypeAlias only on python < 3.11 #447

Closed JWCook closed 9 months ago

JWCook commented 9 months ago

Fixes #446

Tinche commented 9 months ago

Oh course there had to be something. I opened #448 before I saw this but I'll rather merge yours. Just add a history note please (can take from my PR).

JWCook commented 9 months ago

Done!

Tinche commented 9 months ago

Thanks! I'll merge this when tests pass and release it a couple hours if nothing else shows up.