notatallshaw opened a new pull request, #50098: URL: https://github.com/apache/airflow/pull/50098
Sorry, I couldn't get any of the contribution infrastructure working quickly, so I have no idea if this PR will pass checks, I also have no problem with someone editing this PR or making a new PR based on it. I took a look at the [reported](https://github.com/pypa/pip/issues/13281) `ResolutionTooDeep` errors in pip 25.1, I found that two pinnings in particular were causing pip to struggle to resolve, I give a high level explanation here about why such pins can use problems: https://github.com/pypa/pip/issues/13281#issuecomment-2843881861 I took a look at the history of these requirements and it wasn't clear to me why either of them were pinned to a specific version, but it's sufficient to just unpin `google-cloud-bigquery-storage`. Also the comment "Remove the ray dependency as well as google-cloud-bigquery-storage once linked issue is fixed" seems to have drifted away from what it's commenting on, but I wasn't going to fix that. Let me know if you have any questions, I will be using these `ResolutionTooDeep` errors as a test bed for future ideas to improve the resolver. 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]
