tirkarthi opened a new pull request, #69415:
URL: https://github.com/apache/airflow/pull/69415

   Use `HTTP_422_UNPROCESSABLE_ENTITY` from compat module to fix deprecation 
warnings during api server startup and tests.
   
   ```
   [2026-07-05T15:29:17.939314Z] 
{/home/karthikeyan/stuff/python/airflow/airflow-core/src/airflow/api_fastapi/common/exceptions.py:132}
 WARNING - 'HTTP_422_UNPROCESSABLE_ENTITY' is deprecated. Use 
'HTTP_422_UNPROCESSABLE_CONTENT' instead. category=DeprecationWarning
   [2026-07-05T15:29:19.200948Z] 
{/home/karthikeyan/stuff/python/airflow/airflow-core/src/airflow/api_fastapi/core_api/routes/public/__init__.py:29}
 WARNING - 'HTTP_422_UNPROCESSABLE_ENTITY' is deprecated. Use 
'HTTP_422_UNPROCESSABLE_CONTENT' instead. category=DeprecationWarning
   ```
   
   Similar to https://github.com/apache/airflow/pull/58828 and 
https://github.com/apache/airflow/pull/56564


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