e0a6efd204bae80c47ab7deaea526ea8e40c2783
apache/airflow:2.7.1 base image ships Python 3.8, which doesn't have zoneinfo (3.9+) and can't evaluate `X | Y` / list[X] type hints at runtime (3.10+). Add `from __future__ import annotations` everywhere and swap zoneinfo -> pytz (already a dependency in this repo).
Description
No description provided
Languages
Python
99.9%
Dockerfile
0.1%