diff --git a/requirements/constraints.txt b/requirements/constraints.txt index 7183faf..db8927b 100644 --- a/requirements/constraints.txt +++ b/requirements/constraints.txt @@ -12,3 +12,6 @@ -c common_constraints.txt # TODO: Many pinned dependencies should be unpinned and/or moved to this constraints file. + +# Temporary to Support the python 3.11 Upgrade +backports.zoneinfo;python_version<"3.9" # Newer versions have zoneinfo available in the standard library