Skip to content

Releases: vemel/mypy_boto3

0.7.14

14 Dec 09:15
Compare
Choose a tag to compare

Changes

  • Fixed service index generation without boto3-stubs installed

0.7.13

14 Dec 06:52
Compare
Choose a tag to compare

Changes

  • Removed pre-install script from boto3-stubs package, it is now only in service packages

0.7.12

14 Dec 03:58
Compare
Choose a tag to compare

Bugfixes

  • Fixed pre-install script

0.7.11

14 Dec 03:11
Compare
Choose a tag to compare

Bugfixes

  • Fixed auto index build not triggered on initial install

0.7.10

14 Dec 00:26
Compare
Choose a tag to compare

Changes

  • Dropped py35 and py36 support
  • Added index rebuild to mypy-boto3 package

Bugfixes

  • Fixed self imports in service packages

0.7.9

13 Dec 14:13
Compare
Choose a tag to compare
0.7.9-pre

Merge branch 'master' of github.com:vemel/mypy_boto3

0.7.8

13 Dec 14:02
Compare
Choose a tag to compare

Changes

  • Added mypy-boto3 as a dependency to boto3-stubs
  • Added mypy-boto3 as a dependency to all service packages
  • Removed master extra target from all packages

Bugfixes

  • Fixed index build error on initial install

0.7.7 - Auto Indexing

13 Dec 02:14
Compare
Choose a tag to compare

Changes

  • Added auto-build of installed services index
  • Removed whl packaging for all generated modules, using sdist instead
  • Dropped py37 support for builder. Generated packages are still py35+ compatible.

Auto-build changes

  • Added emr integration test
  • Added dynamodb integration test

0.7.6

12 Dec 13:32
Compare
Choose a tag to compare
0.7.6-pre2

Fix release script

0.7.6

12 Dec 13:30
Compare
Choose a tag to compare

Bugfixes

  • Removed future annotations import from services packages for py36- compatibility