Skip to content

Releases: youtype/mypy_boto3_builder

4.1.3

03 Dec 11:00
f2bba5f
Compare
Choose a tag to compare

Fixed

  • [builder] typing issues in docstrings builder

4.1.2

03 Dec 10:52
0f3fec8
Compare
Choose a tag to compare

Fixed

  • [docker] fix build issues due to poetry dependencies

4.1.1

03 Dec 10:12
7cf6d4a
Compare
Choose a tag to compare

Notes

CI fixes only, code is the same as 4.1.0.

4.1.0 - 245 Services Support

03 Dec 10:07
05bd4be
Compare
Choose a tag to compare

Notes

As always, boto3-stubs provides type annotations for all boto3 services. This release adds eight new services that were released just a couple of days ago.

Thank you for your support, pull requests and bug reports!

Added

Fixed

  • [builder] relative paths in current workdir in output are now clickable
  • [builder] incorrect return type parsing from docstrings
  • [builder] error on running from source
  • [ec2] tags-related methods return types were incorrect

4.0.0 - PyCharm performance

01 Dec 12:33
606e5df
Compare
Choose a tag to compare

Notes

Added a workaround for PyCharm to reduce CPU usage

# build stubs for service you use, in this case s3 and ec2, in <project_root>/typings
python -m mypy_boto3_builder --installed --skip-services typings -s s3 ec2

Add <project_root>/typings to your Interpreter paths

Added

  • [builder] MWAA service support

Changed

  • [builder] use poetry instead of pipenv
  • [docker] rebase to Python 3.9 on Alpine 3.12
  • [builder] --installed flag no longer generates outdated mypy_boto3 package
  • [builder] --installed flag generates boto3 module instead of boto3-stubs

Fixed

  • [boto3-stubs] missing imports added
  • [builder] incorrectly marked functions as overloads if there is only one option
  • [builder] removed all pylint disable comments

3.3.0

23 Nov 17:42
d95933b
Compare
Choose a tag to compare

Added

3.2.2

27 Oct 16:35
10fe31f
Compare
Choose a tag to compare

Fixed

  • [builder] removed unused import sys
  • [builder] improved imports sorting for isort 5
  • [lambda] InvocationResponseTypeDef.Payload type changed to IO[bytes]

3.2.1

07 Oct 08:11
4c5d99a
Compare
Choose a tag to compare

Changed

  • [builder] remove dataclasses dependency

Fixed

  • [sts] Missing sys import in type_defs.pyi (affects some other service modues)

3.2.0 - Python 3.9

06 Oct 06:50
d854c21
Compare
Choose a tag to compare

Added

  • [builder] S3Outposts service support
  • [builder] TimestreamQuery service support
  • [builder] TimestreamWrite service support
  • [all] ResponseMetadata shape to all ...Output type defs
  • [all] Python 3.9.0 support

Fixed

  • [all] Incorrectly sorted imports in client.pyi
  • [all] Pylint errors in generated modules

3.1.0

11 Sep 00:53
cf380fb
Compare
Choose a tag to compare

Added

  • SSOAdmin service support
  • RedshiftDataAPIService service support

Fixed

  • Unsupported services no longer added to all extra requirements
  • Improved imports sorting in generated files