pypi types-aiobotocore-lite 2.2.0
2.2.0 - Sanity Check

latest releases: 2.25.0, 2.24.3, 2.24.2...
3 years ago

Added

  • isort as a direct dependency
  • Automated sanity check for generated packages

Changed

  • Imports in all generated packages are sorted with isort

Fixed

  • boto3.resource("ec2").delete_tags annotation did not have self argument
  • Resource type annotations use aliases on conflict with Resource method name (affects all services)
  • botocore.ResourceCollection.pages return type annotation was List[Resource] instead of an Iterator[List[Resource]]
  • botocore.ResourceCollection.filter overrides are type ignored because arguments are different and it is expected
  • All pylint/mypy warning in all generated packages
  • Circular imports in packages type defs ( affects fsx, ce, wafv2, maybe others)

Don't miss a new types-aiobotocore-lite release

NewReleases is sending notifications on new releases.