Skip to content

Commit ee97610

Browse files
authored
Bump min fastapi to 0.115.0 to support query param models (#48479)
1 parent 53ee17d commit ee97610

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

airflow-core/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ dependencies = [
8181
'eval-type-backport>=0.2.0;python_version<"3.10"',
8282
# 0.115.10 fastapi was a bad release that broke our API's and static checks.
8383
# Related fastapi issue here: https://github.com/fastapi/fastapi/discussions/13431
84-
"fastapi[standard]>=0.112.4,!=0.115.10",
84+
"fastapi[standard]>=0.115.0,!=0.115.10",
8585
"fsspec>=2023.10.0",
8686
"gitpython>=3.1.40",
8787
"gunicorn>=20.1.0",

0 commit comments

Comments
 (0)