potiuk commented on code in PR #59859:
URL: https://github.com/apache/airflow/pull/59859#discussion_r2649375325


##########
airflow-core/pyproject.toml:
##########
@@ -85,7 +85,12 @@ dependencies = [
     "cryptography>=41.0.0,<46.0.0",
     "deprecated>=1.2.13",
     "dill>=0.2.2",
-    "fastapi[standard-no-fastapi-cloud-cli]>=0.127.0,!=0.128.0",
+    # Cadwyn is not compatible with FastAPI 0.128.0 due to dropping of 
Pydantic v1 and Cadwyn using some
+    # internal methods dropped in FastAPI 0.128.0. Tracked in 
https://github.com/zmievsa/cadwyn/issues/316
+    # We will also have tp fix `task-sdk/dev/generate_task_sdk_models.py` 
script as we are mocking removed

Review Comment:
   ```suggestion
       # We will also have to fix `task-sdk/dev/generate_task_sdk_models.py` 
script as we are mocking removed
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to