-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
See: https://bugs.python.org/issue45117
Problem: type annotations like dict can't be subscripted before py 3.9, even with from __future__ import annotations.
Solutions:
- Move from python native types to the
typinglibrary types liketyping.Dict - Require python 3.9 (also means flows project needs to be upgraded to python 3.9).
- add compatibility for 3.8 using
typinglibrary somehow without rewriting the entire codebase.
I prefer moving to py 3.9, will investigate that for flows. Also makes it easier to begin type hinting flows.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels