Releases: vemel/mypy_boto3
Releases · vemel/mypy_boto3
0.7.24
- Fixed post-install script for all sub-packages
0.7.23
Bugfixes
- Fixed Docker image build
0.7.22
Changes
- Development version and Docker image rebased to
Python 3.8.1
- Greatly improved unit tests coverage
- Reworked
ShapeParser
for detecting unsupported types - Added
README.md
to Docker image
Bugfixes
- Fixed
mypy
not raising an error on unknownClient
method call
Special thanks
- @jbpratt78 - Fixed install links in
README.md
0.7.21
Changes
- Added
CodeStarconnections
service type annotations - Added usage docstrings to all packages
- Cleaned up
pylint
disable directives
Bugfixes
- Fixed
client.generate_presigned_url
method return value
0.7.20
Changes
- Added
mypy_boto3 --clean
command for full uninstall - Added
__all__
directive to submodulestype_defs
- Added proper imports to files generated by
mypy_boto3
0.7.19
- Fixed integration tests
0.7.18
Changes
- Isolated overriden arguments to avoid clashing between different services
Bugfixes
- Fixed
ec2.Instance.delete_tags
arguments - Fixed
boto3.dynamodb
stubs being resolved asAny
- Fixed
dynamodb.Table.batch_writer
return type
Auto-build changes
- Removed unreliable
pip search
lookup forboto3
- Disabled
Pipfile.lock
update - Fixed twine usage in non-interactive mode
0.7.17
Changes
- Syncronized overriden argument maps between
ShapeParser
andDocstringParser
- Added link to documentation to all resource methods
- Updated
README.md
files - added links toboto3
documentation - Updated
setup.py
files - check for Python version and keywords - Included
README.md
to service packages
Bugfixes
- Fixed
ec2.Instance.delete_tags
arguments overriden byboto3
- Fixed
dynamodb.Table.batch_writer
return type overriden byboto3
Auto-build changes
- On
boto3
updatePipfile.lock
is updated.
0.7.16
Bugfixes
- Fixed installation of
boto3-stubs
withpoetry
(manual index build might be required on initial install)
0.7.15 - Detective Preview
Changes
- Added
detective
service and respectivemypy-boto3-detective
package