-
Notifications
You must be signed in to change notification settings - Fork 16.8k
aiobotocore no longer have boto3 extra #64283
Copy link
Copy link
Open
Labels
area:dependenciesIssues related to dependencies problemsIssues related to dependencies problemsarea:providersgood first issuekind:bugThis is a clearly a bugThis is a clearly a bugkind:taskA task that needs to be completed as part of a larger issueA task that needs to be completed as part of a larger issueprovider:amazonAWS/Amazon - related issuesAWS/Amazon - related issues
Description
We have:
airflow/providers/amazon/pyproject.toml
Lines 92 to 94 in 84f6ee0
| "aiobotocore" = [ | |
| "aiobotocore[boto3]>=2.26.0", | |
| ] |
But started to see:
warning: The package aiobotocore==3.3.0 does not have an extra named boto3
relates to aio-libs/aiobotocore#1424
cc @o-nikolas @vincbeck @ferruzzi please advice how you wish to handle the broken extra
Do you perfer to bump min version to 3.3.0 and remove the extra?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area:dependenciesIssues related to dependencies problemsIssues related to dependencies problemsarea:providersgood first issuekind:bugThis is a clearly a bugThis is a clearly a bugkind:taskA task that needs to be completed as part of a larger issueA task that needs to be completed as part of a larger issueprovider:amazonAWS/Amazon - related issuesAWS/Amazon - related issues