This is an automated email from the ASF dual-hosted git repository.
vincbeck pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new e8d41343e8c Update werkzeug requirement from <3,>=2.0 to >=2.0,<4 in
/airflow-core (#48672)
e8d41343e8c is described below
commit e8d41343e8c65f1731e6a5c8a9728d0f13a0954d
Author: Dependabot [bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Apr 3 16:44:00 2025 -0400
Update werkzeug requirement from <3,>=2.0 to >=2.0,<4 in /airflow-core
(#48672)
Updates the requirements on [werkzeug](https://github.com/pallets/werkzeug)
to permit the latest version.
- [Release notes](https://github.com/pallets/werkzeug/releases)
- [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst)
- [Commits](https://github.com/pallets/werkzeug/compare/2.0.0...3.1.3)
---
updated-dependencies:
- dependency-name: werkzeug
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
airflow-core/pyproject.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/airflow-core/pyproject.toml b/airflow-core/pyproject.toml
index 0a93acc88fb..dbfe3b4978a 100644
--- a/airflow-core/pyproject.toml
+++ b/airflow-core/pyproject.toml
@@ -135,7 +135,7 @@ dependencies = [
"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,<3",
+ "werkzeug>=2.0,<4",
# pre-installed providers
"apache-airflow-providers-common-compat>=1.6.0",
"apache-airflow-providers-common-io>=1.5.2",