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 9a8586f3db2 Restrict Flask-Limiter 3.13 (#55801)
9a8586f3db2 is described below

commit 9a8586f3db26c637003157bdf10834b32f6bd216
Author: GPK <[email protected]>
AuthorDate: Wed Sep 17 22:15:50 2025 +0100

    Restrict Flask-Limiter 3.13 (#55801)
---
 scripts/in_container/run_generate_constraints.py | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/scripts/in_container/run_generate_constraints.py 
b/scripts/in_container/run_generate_constraints.py
index 4d4fcdcb53c..f115b098dbd 100755
--- a/scripts/in_container/run_generate_constraints.py
+++ b/scripts/in_container/run_generate_constraints.py
@@ -362,7 +362,11 @@ def generate_constraints_pypi_providers(config_params: 
ConfigParams) -> None:
     #
     # * no exclusions
     #
-    additional_constraints_for_highest_resolution: list[str] = 
["google-ads!=28.0.0.post2"]
+    # https://github.com/alisaifee/flask-limiter/issues/479
+    additional_constraints_for_highest_resolution: list[str] = [
+        "google-ads!=28.0.0.post2",
+        "Flask-Limiter!=3.13",
+    ]
 
     result = run_command(
         cmd=[

Reply via email to