This is an automated email from the ASF dual-hosted git repository.
ash 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 ee976100eb3 Bump min fastapi to 0.115.0 to support query param models
(#48479)
ee976100eb3 is described below
commit ee976100eb39a806871c95c8545066882c3d0076
Author: Amogh Desai <[email protected]>
AuthorDate: Fri Mar 28 12:43:22 2025 +0530
Bump min fastapi to 0.115.0 to support query param models (#48479)
---
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 e0d79c315fa..6ba3cae9417 100644
--- a/airflow-core/pyproject.toml
+++ b/airflow-core/pyproject.toml
@@ -81,7 +81,7 @@ dependencies = [
'eval-type-backport>=0.2.0;python_version<"3.10"',
# 0.115.10 fastapi was a bad release that broke our API's and static
checks.
# Related fastapi issue here:
https://github.com/fastapi/fastapi/discussions/13431
- "fastapi[standard]>=0.112.4,!=0.115.10",
+ "fastapi[standard]>=0.115.0,!=0.115.10",
"fsspec>=2023.10.0",
"gitpython>=3.1.40",
"gunicorn>=20.1.0",