zach-overflow commented on issue #70522:
URL: https://github.com/apache/airflow/issues/70522#issuecomment-5413755580

   I was curious to see if / how FastAPI was migrating to `httpx2`. Currently, 
it [looks like](https://github.com/fastapi/fastapi/discussions/16186) there 
might be some work towards a gradual migration. 
   
   Given the split components of Airflow (core, sdk, providers), I think it 
might make sense to address each individually. My hunch is that this would be a 
good way to split out the migration:
   * `airflow-core`: Temporarily support _both_ `httpx` and `httpx2`, with some 
tentative future release targetting the removal of `httpx`.
   * `task-sdk`: It looks like this may be able to fully cutover in a single 
release.
   * `airflow-providers`: Looking into this one currently, hoping to put up a 
PR for it if there aren't any unexpected issues.
   


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