TypeError: 'type' object is not subscriptable #336
Labels
🐞 bug
Something isn't working
🎉 released
Changes were included to the latest release
👋 response needed
Awaiting response from a reporter
Describe the bug
Recently the type annotations changed from using typing Dict to just dict, this breaks support for python 3.8
The bug was introduced in mypy-boto3-glue = 1.35.87, it did not exists in 1.35.80, so probably introduced on Dec 12 by this commit
Only python > 3.9 support dict in type annotations.
The type looks like:
To Reproduce
Steps to reproduce the behavior:
Actual output
Additional context
Mac OS, python 3.8.16.
mypy-boto3-glue = 1.35.87
The text was updated successfully, but these errors were encountered: