We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53ee17d commit ee97610Copy full SHA for ee97610
airflow-core/pyproject.toml
@@ -81,7 +81,7 @@ dependencies = [
81
'eval-type-backport>=0.2.0;python_version<"3.10"',
82
# 0.115.10 fastapi was a bad release that broke our API's and static checks.
83
# Related fastapi issue here: https://github.com/fastapi/fastapi/discussions/13431
84
- "fastapi[standard]>=0.112.4,!=0.115.10",
+ "fastapi[standard]>=0.115.0,!=0.115.10",
85
"fsspec>=2023.10.0",
86
"gitpython>=3.1.40",
87
"gunicorn>=20.1.0",
0 commit comments