The GitHub Actions job "Tests" on airflow.git/main has failed.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
4fa0eec9d472c76be564422c9d0339246d1b5ace / Jarek Potiuk <[email protected]>
Help pip to find appropriate boto for aiobotocore (#49166)

Seems that `pip` has troubles with finding the right boto3
for aiobotocore which results in resolution too deep when trying
higher versions of boto3 than aiobotocore supports.

This limit should come from the aibotocore[boto3] extra, but
apparently `pip` does not use it straight away to limit boto3,
instaead it attempts to find resolution for higher versions
of boto3 and discard it later with aiobotocore.

We pin the latest aiobotocore - this way in the future when
we enable dependabot, we will be able to upgrade aiobotocore
together with updating the limits for botocore.

Report URL: https://github.com/apache/airflow/actions/runs/14425076483

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to