You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is still a debate whether https://peps.python.org/pep-0563/ will become the default behavior in Python or if https://peps.python.org/pep-0649/ will supersede it. If we follow the best practices to access annotations, I believe we should be okay in either case.
The text was updated successfully, but these errors were encountered:
tjprescott
changed the title
[APIView][Python] make sure we support best practices for accessing annotations
[Python APIView] make sure we support best practices for accessing annotations
Oct 24, 2022
See here: https://docs.python.org/3.10/howto/annotations.html
There is still a debate whether https://peps.python.org/pep-0563/ will become the default behavior in Python or if https://peps.python.org/pep-0649/ will supersede it. If we follow the best practices to access annotations, I believe we should be okay in either case.
The text was updated successfully, but these errors were encountered: