Skip to content

Releases: youtype/mypy_boto3_builder

2.0.3

09 Jun 22:08
1745bef
Compare
Choose a tag to compare

Fixed

  • Both streaming and non-streaming blob types are accepted in blob arguments (affects s3)
  • Stub files for non-generated dynamic type annotations referenced undefined overload (affects mypy_boto3)

2.0.2

09 Jun 15:18
7a023de
Compare
Choose a tag to compare

Notes

  • Fixed integration tests before automated builds

2.0.1

09 Jun 15:13
f90efe1
Compare
Choose a tag to compare

Notes

  • Fixed unit tests for automated boto3-stubs builds

2.0.0

09 Jun 15:08
292643e
Compare
Choose a tag to compare

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

06 Jun 15:54
1ec25dc
Compare
Choose a tag to compare

Notes

The following changes are included to boto3_stubs 1.13.24.2 and above.

Fixed

  • blob streaming shapes annotated as IO[bytes], non-streaming: bytes (affects s3 and some other services)

1.1.0

06 Jun 15:23
7c0d573
Compare
Choose a tag to compare

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 from argspec (affects s3 package and probably others)
  • Definitions order in type_defs.py (affects rds-data package)

1.0.9

03 May 17:04
b115ee1
Compare
Choose a tag to compare

Fixed

  • Release publish workflow
  • Linting issues

1.0.8

03 May 16:36
e015c7a
Compare
Choose a tag to compare

Added

  • IoTSiteWise service support
  • Synthetics service support

1.0.7

08 Apr 21:28
81141dd
Compare
Choose a tag to compare

Fixed

  • Submodule install command in PyPI docs #17

1.0.6 - Collection Pages

25 Mar 17:18
dbd8822
Compare
Choose a tag to compare

Notes

The following changes are included in boto3_stubs 1.12.28.1 and above.

boto3-stubs changes

  • Client.exceptions.Exception now has type Type[ClientError]. ClientError is still Any as it comes from untyped botocore
  • Collection.pages return type set to correct Generator[List[Obj], None, None]
  • RDSClient.generate_db_auth_token return type set to correct str

mypy-boto3-builder changes

  • If method docstring has no :rtype: and :returns: contains url - return type is set to str