Mypy-boto3

Latest version: v1.34.108

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

Scan your dependencies

Page 26 of 31

4.1.1

Notes

CI fixes only, code is the same as 4.1.0.

4.1.0

Notes

As always, `boto3-stubs` provides type annotations for all `boto3` services. This release adds eight new services that were released just a couple of days ago.

Thank you for your support, pull requests and bug reports!

Added

- `[builder]` [AmplifyBackend](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/amplifybackend.html) service support
- `[builder]` [AppIntegrationsService](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/appintegrations.html) service support
- `[builder]` [ConnectContactLens](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/connect-contact-lens.html) service support
- `[builder]` [CustomerProfiles](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/customer-profiles.html) service support
- `[builder]` [DevopsGuru](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/devops-guru.html) service support
- `[builder]` [ECRPublic](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/ecr-public.html) service support
- `[builder]` [LookoutforVision](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/lookoutvision.html) service support
- `[builder]` [SagemakerFeatureStoreRuntime](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker-featurestore-runtime.html) service support
- `[builder]` new logo and short demo in generated readmes

Fixed

- `[builder]` relative paths in current workdir in output are now clickable
- `[builder]` incorrect return type parsing from docstrings
- `[builder]` error on running from source
- `[ec2]` tags-related methods return types were incorrect

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)

Page 26 of 31

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.