Releases: vemel/mypy_boto3
Releases · vemel/mypy_boto3
0.9.1 - Batch Operations
0.9.0 - Python 3.6
Notes
I noticed that many downloads come from Python 3.6 with was not supported due to future annotations and dataclasses usage. As it is still popular, starting from this release, Python 3.6.9+ is fully supported and added to CI.
The following changes are included to version boto3_stubs==1.11.2.1 and above.
Changes
mypy_boto3
is now working on Python 3.6.9+mypy_boto3_builder
is now working on Python 3.6.9+- Added
method
doc type introduced inS3
- Fixed master module builds for older boto3 versions
- Fixed submodules impots on
py36
0.8.3
0.8.2
0.8.1 - Collection Filters
Release notes
The following changes are included to version boto3_stubs==1.11.1.1 and above.
Changes
- Replaced hard-coded
filter
method arguments with extracted frombotocore
shapes - Added missing fields for
boto3.resources.model.Request
interface - Added missing fields for
boto3.resources.model.Waiter
interface
0.8.0 - Botocore Update
Changes
- Added support for
botocore 1.14.x
- Submodule stubs are generated only once during installation
Bugfixes
- Fixed
mypy_boto3
installation from other PyPI sources - Fixed stub files generation for multiple submodules install
- Fixed
client/resource
stubs generation for multiple submodules install
0.7.28
0.7.28-pre Merge branch 'master' of github.com:vemel/mypy_boto3
0.7.27
0.7.27-pre Bump version to 0.7.26
0.7.26
0.7.26-pre Fix undiscovered boto3 names in post-install script
0.7.25
- Fixed post-install script for multiple packages