Releases: vemel/mypy_boto3
Releases · vemel/mypy_boto3
0.2.0-1
0.2.0 - Annotated Responses
- Added auto-generated types for complex arguments and responses
- Fixed generated methods with no docs arguments
- Added support for
*args
and**kwargs
in generated methods - Remove unnecessary
pass
in output - Reformat output docstrings for easier reading
- Added static stubs for
boto3.utils
,boto3.exceptions
,boto3.ec2
andboto3.s3
- Added type for undocumented EC2
Tag
. - Added
type_defs
to every module with auto-generated types.
0.1.10
0.1.9-2
0.1.9-1
0.1.9 - Read the Docs
Changes
- Add packages now come with docs,
*-with-docs
packages are now obsolete - Removed
docstring_parser
as it did not parseboto3
docs correctly - Added missing arguments to many methods, hopefully everything is covered by now
boto3-stubs
installsec2
,rds
,s3
,lambda
,sqs
,cloudformation
anddynamodb
by default- Fixed required arguments not marked as required
- New import strings sort logic, no more extra import strings
boto3.client
andboto3.resource
have strict check for service name. Use# type: ignore
if you pass a generated string or cast it.- Added all extra packages support to
boto3-stubs
0.1.8-1
0.1.8 - Botocore Unleashed
Changes
- Annotations are now assigned automatically
- Added
boto3-stubs
package - Speed up rendering