Releases: youtype/mypy_boto3_builder
Releases · youtype/mypy_boto3_builder
2.0.3
2.0.2
2.0.1
2.0.0
Notes
mypy_boto3
run for dynamic annotations is completely optional- Use submodule imports:
import mypy_boto3.s3 -> import mypy_boto3_s3
Added
- References support for all resources (affects
ec2
)
Changed
- Wheels packages support
Removed
- Post-install scripts, build dynamic annotations manually if you need
boto3.client/resource
annotations
1.1.1
1.1.0
Notes
The following changes are included to boto3_stubs 1.13.24.1
and above.
Added
- Macie2 service support (kudos to @jbpratt78)
boto3-stubs[all]
extra support to install all service packages (PyCharm performance can be poor if all packages are installed)
Fixed
- Default value for
kwargs
fromargspec
(affectss3
package and probably others) - Definitions order in
type_defs.py
(affectsrds-data
package)
1.0.9
1.0.8
1.0.7
1.0.6 - Collection Pages
Notes
The following changes are included in boto3_stubs 1.12.28.1
and above.
boto3-stubs changes
Client.exceptions.Exception
now has typeType[ClientError]
.ClientError
is stillAny
as it comes from untypedbotocore
Collection.pages
return type set to correctGenerator[List[Obj], None, None]
RDSClient.generate_db_auth_token
return type set to correctstr
mypy-boto3-builder changes
- If method docstring has no
:rtype:
and:returns:
containsurl
- return type is set tostr