We have:
|
"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?
We have:
airflow/providers/amazon/pyproject.toml
Lines 92 to 94 in 84f6ee0
But started to see:
warning: The package
aiobotocore==3.3.0does not have an extra namedboto3relates 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?