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 20 of 37

7.4.1

Fixed
- `[services]` All packages require `typing-extensions>=4.1.0` (reported by 1-900-MIXALOT in 139)

7.4.0

Notes

- New Typed Dicts with Python 3.11 flavor! Bringing the power of `Required/NotRequired` flags to make things less complicated
- `typing-extensions` is now mandatory for all packages. Yes, even on Python 3.10+.
- `Glacier` client methods `accountId` argument is now optional. I had to hardcode it, not a real fix.
- Resource methods with partial data mixins are now supported (`s3`, `glacier`, `ec2` affected)

Added
- `[builder]` Default argument values can now be extracted from `action_shape` for resource methods

Changed
- `[services]` All packages now depend on `typing-extensions`
- `[services]` `TypedDict` rendering has changed for easier debugging
- `[services]` Resource method request shape name includes action name to avoid conflicts (might be breaking if you use them directly)
- `[docs]` Generated pages are compatible with [Read the Docs](https://readthedocs.org/)

Fixed
- `[s3]` `BucketVersioning.create` and `BucketVersioning.suspend` methods no longer require `VersioningConfiguration` (reported by takeda in 138)
- `[glacier]` Client methods no longer require `accountId` and default value is set to `'-'`
- `[builder]` Targets extracted from `action_shape` support nested arguments
- `[services]` All `pyright` reported issues addressed
- `[docs]` Added breadcrumbs to Examples page

7.3.0

Added
- `[services]` `literals.<Class>ServiceName` literal with service `boto3` name
- `[services]` `literals.ResourceServiceName` literal with all `boto3` service names that have `ServiceResource`

Changed
- `[builder]` All output is processed with `black` in `preview` mode

Fixed
- `[botocore-stubs]` `ClientErrorResponseTypeDef` now has `Status` and `StatusReason` keys
- `[builder]` Master packages did not respect `--partial-overload` flag

7.2.1

Fixed
- `[botocore-stubs]` Updated `Config` argument types, allow `None` values

7.2.0

Notes

Hello, fellow Pythonistas! Today is a very special day for this small project:

- `boto3-stubs` is now one of the top 1000 PyPI packages!
- Over 7 million monthly downloads for all packages created by this builder
- `types-aiobotocore` is not yet that popular, but users reported that it works as it should

What to expect and how to help:

- Better PyCharm integration is coming: https://youtrack.jetbrains.com/issue/PY-53158
- `aiobotocore` team approved `types-aiobotocore`: https://github.com/aio-libs/aiobotocore/issues/916
- Improved `botocore` typing for hardcore users, send a PR if you use `botocore` directly and find any inconsistencies

Thank you for your support! Do not forget to report any bugs and ask your questions here in Issues.

Changed
- `[botocore-stubs]` Updated stubs to the latest version of `botocore`
- `[botocore-stubs]` Improved type annotations for `awsrequest` module
- `[botocore-stubs]` Improved type annotations for `utils` module

Fixed
- `[boto3-stubs]` Removed default argument values from `setup_default_session`
- `[types-aiobotocore]` Removed `object` inheritance
- `[botocore-stubs]` `six` replaced with `http.client` for `compat.HTTPHeaders` typing, get rid of `six` completely
- `[services]` Used ellipsis instead of `None` argument defaults (fix `pyright` sanity check)

7.1.2

Fixed
- `[boto3-docs]` Service docs could not be built due to an error in `jinja2` templates
- `[boto3-docs]` Usage examples updated
- `[aiobotocore-docs]` Usage examples ported from `boto3` version

Page 20 of 37

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.