vatsrahul1001 commented on PR #67326: URL: https://github.com/apache/airflow/pull/67326#issuecomment-4531644956
@potiuk @jscheffl I had to rebase as there was conflict in pyproject.toml after https://github.com/apache/airflow/pull/67383 , Also noticed CI was breaking **CI fix — bumped httpx floor:** The LowestDeps jobs were all failing on `test_access_api_contract` with `TypeError: unhashable type: 'dict'` inside starlette's `_mapping[key]` via httpx TestClient. Starlette 1.0.1's PyPI metadata requires `httpx<0.29.0,>=0.27.0` for TestClient, but `airflow-core/pyproject.toml` was at `httpx>=0.25.0`. Bumped to `>=0.27.0` to match. -- 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]
