Mypy-boto3

Latest version: v1.37.0

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

Scan your dependencies

Page 4 of 37

8.2.0

Added
- `[all]` Python 3.14 support
- `[builder]` Faster lookup for stubbed types, thanks to new `LookupDict` class
- `[builder]` `NotRequired` output `TypedDict` keys can be mapped per-service
- `[builder]` Total ordering support for `Waiter` and `Paginator` structures

Changed
- `[builder]` `TypedDicts` are rendered as a class if possible with a fallback to old function-style rendering
- `[builder]` Ensure that empty `ImportString` is never generated
- `[docker]` Rebased to `python:3.13.0-alpine3.20`
- `[services]` Names are sorted alphabetically in `__all__` statements

Fixed
- `[docs]` Collection links are now correct in all places
- `[builder]` Potential name generation error for `__string` literals
- `[builder]` Hash calculation is optimized for all structures
- `[stepfunctions]` `DescribeExecutionOutputTypeDef` keys are marked as `NotRequired` according to docs (reported by taesungh in 321)
- `[dynamodb]` `LastEvaluatedKey` is now optional in all output shapes (reported by Ricool06 in 324)
- `[types-aiobotocore]` Incorrect `__aexit__` signature in async context managers (submitted by hxyannay in 323)

Updated packages
- `mypy-boto3-dynamodb 1.35.54`
- `mypy-boto3-stepfunctions 1.35.54`
- `types-aiobotocore 2.15.2.post1`
- `types-aiobotocore-lite 2.15.2.post1`
- `types-aioboto3 13.2.0.post1`
- `types-aioboto3-lite 13.2.0.post1`

8.1.4

Fixed
- `[builder]` Removed code with `typing_extensions` library, that was not listed as a project dependency (submitted by maresb in 319)
- `[types-aiobotocore-docs]` Error on method docs generation if an argument has no type annotation (reported by BwL1289 in 320)
- `[types-aiobotocore-docs]` Code examples were invalid due to missing `` comment characters

8.1.3

Fixed
- `[types-aioboto3-docs]` Fixed incorrect usage for PyCharm (submitted by ymuraki-csc in 316)
- `[stepfunctions]` `nextToken` output shape key is marked as `NotRequired` (reported by taesungh in 318)
- `[builder]` Fixed `TypeDefSortable` potential clashing of sort keys
- `[builder]` `JinjaManager` context does not have access to builtin function anymore to avoid errors during template rendering

Updated packages
- `mypy-boto3-stepfunctions 1.35.46`

8.1.2

Fixed
- `[services]` Self-references in TypedDicts, Unions and Subscripts are replaced with corresponding types to avoid recursion
- `[builder]` Universal input-output TypeDefs were overlapped in some cases

8.1.1

Fixed
- `[aiobotocore]` Some `boto3` imports were not wrapped in `try-except` to be available without `boto3` installed
- `[builder]` `ResponseTypeDef` name clash resolution was potentially incorrect

Updated packages

- `types-aiobotocore-dynamodb 2.15.0.post1`

8.1.0

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

Page 4 of 37

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.