This is an automated email from the ASF dual-hosted git repository.
taragolis pushed a change to branch pendulum-prerelease
in repository https://gitbox.apache.org/repos/asf/airflow.git
from 340978b8e1 Lax pip check dependencies when install pre-release version
of pendulum
add 211bf139e4 Make core compatible with `pendulum` v3
add 36d71fa4b2 Add suggestion during code review
add f106e4e4d0 Revert internal utc timzone to FixedTimezone type
No new revisions were added by this update.
Summary of changes:
airflow/serialization/serialized_objects.py | 7 ++--
airflow/serialization/serializers/datetime.py | 15 ++++-----
airflow/serialization/serializers/timezone.py | 7 ++--
airflow/settings.py | 5 +--
airflow/timetables/_cron.py | 6 ++--
airflow/utils/sqlalchemy.py | 5 +--
airflow/utils/timezone.py | 31 ++++++++++++++++--
tests/models/test_dag.py | 14 ++++----
tests/sensors/test_time_sensor.py | 11 +++----
tests/timetables/test_trigger_timetable.py | 13 +++++---
tests/triggers/test_temporal.py | 7 ++--
tests/utils/test_timezone.py | 46 ++++++++++++++++++++++++---
12 files changed, 116 insertions(+), 51 deletions(-)