vatsrahul1001 commented on PR #67326:
URL: https://github.com/apache/airflow/pull/67326#issuecomment-4532261163

   Pervious understating of bumping httpx was not right. CI was still failling, 
Below seems correct
   
     **Actual CI fix: cadwyn>=6.1.1**
     The `test_access_api_contract` LowestDeps failure was caused by `cadwyn 
6.0.4` (airflow-core's floor) being incompatible with `starlette 1.0.x`. cadwyn 
6.1.1's release notes literally say "Fix compatibility with
     starlette==1.0.0" — `LowestDeps` resolves to the floor and hits the bug. 
The unhashable-dict TypeError surfaces in cadwyn's swagger dashboard via 
starlette's templating → jinja2 cache lookup.
   
     Bumped `cadwyn>=6.0.4` → `cadwyn>=6.1.1` to make airflow-core's floor 
honest with the new starlette requirement.
     
     cc: @potiuk 
   


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