This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch v3-1-test
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/v3-1-test by this push:
new d581408c5f5 [v3-1-test] Update changelog of dockerfile to include Fab
missing in Python 3.13 (#56176) (#56179)
d581408c5f5 is described below
commit d581408c5f56dd1e70e346a713f46c1f722b21dc
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sun Sep 28 00:20:25 2025 -0700
[v3-1-test] Update changelog of dockerfile to include Fab missing in Python
3.13 (#56176) (#56179)
(cherry picked from commit 19fd4dea3594fb059fd58ce7700c0124e3ef66ed)
Closes: #56123
Co-authored-by: Jarek Potiuk <[email protected]>
---
docker-stack-docs/changelog.rst | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/docker-stack-docs/changelog.rst b/docker-stack-docs/changelog.rst
index c70b16c3a3c..d1073bf5788 100644
--- a/docker-stack-docs/changelog.rst
+++ b/docker-stack-docs/changelog.rst
@@ -62,6 +62,13 @@ especially dev libraries installed with ``apt`` might not be
installed by defaul
as a side-effect in the original image, however that should only affect those
who want to customise the image.
They should be able to install in their custom images following the
:doc:`Building the image <build>`
+The Python 3.13 image for Airflow 3.1.0 (both slim and regular) does not
contain ``fab`` provider because
+at the time of release the ``fab`` provider did not support Python 3.13. It
should be possible to install
+future versions of ``fab`` provider (when they support Python 3.13) in the
image using ``pip install``,
+and until it is possible - if you need ``fab`` provider (and particularly
FABAuthManager) in the
+image, you should use Python 3.12 image. You can use experimental
KeycloakAuthManager in Python 3.13 image
+or develop your own AuthManager.
+
Airflow 3.0.2
~~~~~~~~~~~~~