Skip to content

Commit

Permalink
Update known issue with Pendulum 3 in 2.8.1 release notes (#38675)
Browse files Browse the repository at this point in the history
  • Loading branch information
potiuk authored Apr 2, 2024
1 parent e2df442 commit 6ef381b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions RELEASE_NOTES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,11 @@ 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 dates is missing ``T`` in the rendered date representation, which is not ISO8601
compliant. If you rely on the default rendering of dates, you might need to adjust your code to use
``isoformat()`` method to render dates in ISO8601 format.

Airflow packaging specification follows modern Python packaging standards (#36537).
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
We standardized Airflow dependency configuration to follow latest development in Python packaging by
Expand Down
4 changes: 2 additions & 2 deletions airflow/reproducible_build.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
release-notes-hash: 3f7de41c6269a20a781abe8a2f06648d
source-date-epoch: 1710912774
release-notes-hash: 97fdcc73f2e6b12136ddb310653dae9e
source-date-epoch: 1712066695

0 comments on commit 6ef381b

Please sign in to comment.