Skip to content

Commit bd92564

Browse files
authored
airflow 2: pin flask-limiter version for opa manager tests (#1255)
1 parent a6b512c commit bd92564

File tree

2 files changed

+2954
-2
lines changed

2 files changed

+2954
-2
lines changed

airflow/opa-auth-manager/airflow-2/pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,15 @@ requires-python = ">=3.9,<3.13"
1212
dependencies = [
1313
"requests~=2.32.3",
1414
"cachetools~=5.5.0",
15-
"overrides~=7.7.0"
15+
"overrides~=7.7.0",
1616
]
1717

1818
[dependency-groups]
1919
dev = [
2020
"apache-airflow~=2.9.3",
2121
"pylint~=3.3.1",
22-
"pytest~=8.3.3"
22+
"pytest~=8.3.3",
23+
"flask-limiter~=3.9.0",
2324
]
2425

2526
[build-system]

0 commit comments

Comments
 (0)