NIK-TIGER-BILL opened a new pull request, #64459: URL: https://github.com/apache/airflow/pull/64459
### Jira _No Jira_ ### What does this PR do? `aiobotocore` 3.3.0 removed its `[boto3]` extra (see [aio-libs/aiobotocore#1424](https://github.com/aio-libs/aiobotocore/issues/1424)). Users and CI tooling now see the warning: ``` warning: The package `aiobotocore==3.3.0` does not have an extra named `boto3` ``` **Changes:** - Remove the `[boto3]` extra suffix from the `aiobotocore` optional-dependency entry in `providers/amazon/pyproject.toml` - Update the comment to reflect the current situation (`boto3` is already in the providers main deps, so the extra was redundant in any case) ### Are there any requirements? Are there breaking changes? No. `boto3>=1.41.0` is already present in `[project.dependencies]`, so nothing regresses. Closes #64283 --- ##### Was generative AI tooling used to co-author this PR? - [ ] Yes (please specify the tool below) -- 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]
