Notes
This release add support for `full` packages for `boto3-stubs`, `types-aiobotocore`, and `types-aioboto3`.
- `boto3-stubs-full` - Type annotations for all `botocore` services, install with `pip install 'boto3-stubs[full]'`
- `types-aiobotocore-full` - Type annotations for all `aiobotocore` services, install with `pip install 'types-aiobotocore[full]'` or `pip install 'types-aioboto3[full]'`
Added
- `[boto3-stubs]` `full` extra that installs `boto3-stubs-full`
- `[types-aiobotocore]` `full` extra that installs `types-aiobotocore-full`
- `[types-aioboto3]` `full` extra that installs `types-aiobotocore-full`
- `[docs]` Instructions how to install full packages
Changed
- `[builder]` Installed `aioboto3`/`aiobotocore` package is no longer required, latest version from PyPI is used if it is missing
- `[builder]` Refactored import strings sorting logic, imports with fallback and Python min version required are grouped