Closed ankith26 closed 1 month ago
I have implemented a commit fixing the issue in this PR.
For now, the best fix seems to be reverting the TypeAlias
changes entirely. And when our minimum supported python version becomes 3.12 (which should about 3 years from now), we can consider using the new type
keyword and the other fancy new typing stuff.
To catch issues like #3149