pierrejeambrun commented on code in PR #58524:
URL: https://github.com/apache/airflow/pull/58524#discussion_r2547276788


##########
task-sdk/dev/generate_task_sdk_models.py:
##########
@@ -75,6 +76,7 @@ def load_config():
     return cfg
 
 
[email protected]("fastapi._compat.v2.get_long_model_name", lambda model: 
model.__name__)

Review Comment:
   FastAPI 0.119.0 introduces a new way to handle conflicting names in the 
openapi schema, this create super long ExecutionAPIAssetResponse etc...
   
   This restores the old behavior while we figure out a better way of handling 
this.



-- 
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