BAntonellini commented on issue #36560:
URL: https://github.com/apache/airflow/issues/36560#issuecomment-1876010822
I've been experiencing a similar issue, can you check which version of
`pendulum` is being installed?
I use Airflow 2.3.1 and I see it asks for `pendulum>=2.0`
```
Collecting pendulum>=2.0 (from apache-airflow==2.3.1)
Downloading pendulum-3.0.0-cp38-cp38-macosx_11_0_arm64.whl.metadata (6.9
kB)
[...]
pip list | grep pendulum
pendulum 3.0.0
```
In certain test I instantiate the `DagBag` class to see if DAGs are OK, and
Airflow settings' `TIMEZONE = pendulum.tz.timezone('UTC')` breaks when using
Pendulum 3.0.0
If that's the case, you must rollback to `pendulum 2.1.2`

--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]