Mypy-boto3-builder

Latest version: v8.7.1

Safety actively analyzes 693883 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 31 of 36

4.0.0

Notes

Added a workaround for PyCharm to reduce CPU usage

bash
build stubs for service you use, in this case s3 and ec2, in <project_root>/typings
python -m mypy_boto3_builder --installed --skip-services typings -s s3 ec2


Add `<project_root>/typings` to your [Interpreter paths](https://www.jetbrains.com/help/pycharm/stubs.html#reuse-stubs)

Added

- `[builder]` [MWAA](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/mwaa.html) service support

Changed

- `[builder]` use `poetry` instead of `pipenv`
- `[docker]` rebase to `Python 3.9` on `Alpine 3.12`
- `[builder]` `--installed` flag no longer generates outdated `mypy_boto3` package
- `[builder]` `--installed` flag generates `boto3` module instead of `boto3-stubs`

Fixed

- `[boto3-stubs]` missing imports added
- `[builder]` incorrectly marked functions as overloads if there is only one option
- `[builder]` removed all `pylint` disable comments

3.3.0

Added

- `[builder]` [GlueDataBrew](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/databrew.html) service support
- `[builder]` [NetworkFirewall](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/network-firewall.html) service support
- `[builder]` [AppRegistry](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/servicecatalog-appregistry.html) service support

3.2.2

Fixed

- `[builder]` removed unused `import sys`
- `[builder]` improved imports sorting for `isort 5`
- `[lambda]` `InvocationResponseTypeDef.Payload` type changed to `IO[bytes]`

3.2.1

Changed

- `[builder]` remove `dataclasses` dependency

Fixed

- `[sts]` Missing `sys` import in `type_defs.pyi` (affects some other service modues)

3.2.0

Added

- `[builder]` `S3Outposts` service support
- `[builder]` `TimestreamQuery` service support
- `[builder]` `TimestreamWrite` service support
- `[all]` `ResponseMetadata` shape to all `...Output` type defs
- `[all]` Python 3.9.0 support

Fixed

- `[all]` Incorrectly sorted imports in `client.pyi`
- `[all]` Pylint errors in generated modules

3.1.0

Added

- `SSOAdmin` service support
- `RedshiftDataAPIService` service support

Fixed

- Unsupported services no longer added to `all` extra requirements
- Improved imports sorting in generated files

Page 31 of 36

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.