Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions airflow-core/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -133,10 +133,6 @@ dependencies = [
# Does not work with it Tracked in https://github.com/fsspec/universal_pathlib/issues/276
"universal-pathlib>=0.2.2,!=0.2.4",
"uuid6>=2024.7.10",
# Werkzug 3 breaks Flask-Login 0.6.2
# we should remove this limitation when FAB supports Flask 2.3
"werkzeug>=2.0,<4",
"wtforms>=3.0,<4",
# pre-installed providers
"apache-airflow-providers-common-compat>=1.6.0",
"apache-airflow-providers-common-io>=1.5.2",
Expand Down
1 change: 1 addition & 0 deletions providers/fab/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ PIP package Version required
``connexion[flask]`` ``>=2.14.2,<3.0``
``jmespath`` ``>=0.7.0``
``werkzeug`` ``>=2.2,<4``
``wtforms`` ``>=3.0,<4``
========================================== ==================

Cross provider package dependencies
Expand Down
4 changes: 1 addition & 3 deletions providers/fab/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,8 @@ dependencies = [
"flask-wtf>=1.1.0",
"connexion[flask]>=2.14.2,<3.0",
"jmespath>=0.7.0",
# Werkzug 3 breaks Flask-Login 0.6.2
# we should remove this limitation when FAB supports Flask 2.3
"werkzeug>=2.2,<4",

"wtforms>=3.0,<4",
]

# The optional dependencies should be modified in place in the generated file
Expand Down