Notes
*BREAKING!* New version no longer allows passing `None` as an optional method argument value. In most cases passing `None` will lead to `botocore.exceptions.ParamValidationError`, so this behavior is intended. Both `mypy` and `pyright` support new logic, so please update your code. Instead of passing `None`, just omit the argument.
Changes
Changed
- `[services]` No longer allow `None` as optional argument value
- `[botocore-stubs]` Removed obsolete `zip` module stubs
- `[docker]` Rebased to `Python 3.9.7`
- `[docker]` Rebased to `Alpine 3.14`
- `[docker]` Updated `regex` to `2021.9.24`