Notes
`boto3-stubs` are as stable as they could be, so no massive changes this time. Even though `boto3` team works hard on changing `botocore` to improve user experience, our type annotations still cover everything. Please report bugs and request new features, because currently, I am out of ideas, how to make your `boto3` experience even better.
Meanwhile, our [VSCode extension](https://marketplace.visualstudio.com/items?itemName=Boto3typed.boto3-ide) grows and almost reached its first stable release. Give it a shot!
Changed
- `[builder]` updated `black` to `21.12b0`
- `[builder]` added compatibility with `Python 3.10.1`
- `[docker]` updated to `Python 3.10.1` on `Alpine 3.15`
Fixed
- `[docker]` removed useless `regex` pre-build, thanks to `Alpine 3.15`
- `[docker]` Python packages are installed to user site-packages to avoid permission issues
- `[sanity]` `pyright` no longer reports empty functions as an error
- `[botocore-stubs]` updated signatures for `AWSConnection`
- `[docs]` instructions for `Docker` usage were incorrect