Taragolis commented on code in PR #38675: URL: https://github.com/apache/airflow/pull/38675#discussion_r1547914614
########## RELEASE_NOTES.rst: ########## @@ -230,6 +230,9 @@ Target version for core dependency ``pendulum`` package set to 3 (#36281). Support for pendulum 2.1.2 will be saved for a while, presumably until the next feature version of Airflow. It is advised to upgrade user code to use pendulum 3 as soon as possible. +Pendulum 3 introduced some subtle incompatibilities that you might rely on in your code - for example +default rendering of ISO8601 dates is missing ``T`` in the rendered date. Review Comment: Maybe worth to mention that this is a default `datetime.datetime` str behaviour (pendulum.DateTime subclass it), and if someone relay on that, better use [`.isoformat`](https://docs.python.org/3/library/datetime.html#datetime.datetime.isoformat) method -- 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]
