-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
What versions of python are you planning to support in this plugin? Currently on pypi.org you have the version support listed as >= 3.8, but I've noticed an increased usage of the Union operator (|) and built-in types (dict, list, set, etc.) in the typing annotations. Currently we don't see any errors due to this because from __future__ import annotations converts these annotations to strings; however, this does not change the fact that should these type annotations be evaluated, it is possible we will get runtime errors on versions of python < 3.10.
It also might be worth considering that Data Workflows (Fabric hosted Airflow), uses python 3.8.17 and is impacted by this.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels