zach-overflow commented on issue #72902: URL: https://github.com/apache/airflow/issues/72902#issuecomment-5624354237
Looks good for my change (251cd91bb2) from main (tested using a9f6c898f0). Tests for pagerduty, anthropic, and google all pass; The `ast-grep` hook I added also passes. That said, there were 6 openlineage dataproc-injection failures which are _pre-existing and unrelated to_ the `httpx2` switch, and they reproduce on `main` latest as well. I verified the RCs from PyPI in a clean 3.10 venv: google `22.5.0rc1`, pagerduty `5.2.7rc1`, anthropic `1.0.0rc1`. Pins are right, and I exercised the real paths, not just imports — the cloud-sql proxy download via `httpcore2` succeeded with truststore / TLS. `send_event` had a valid, successful `httpx2.Response` returning the dedup key. `httpx` is still in that venv but only transitively via google's other deps. -- 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]
