Registry / type-stubs / types-aiobotocore-ecr

types-aiobotocore-ecr

JSON →
library3.7.0pypypiunverified

Type annotations for aiobotocore ECR (Amazon Elastic Container Registry) service, generated with mypy-boto3-builder. Version 3.5.0 corresponds to aiobotocore 2.19.0 and botocore 1.37.0. Packages are released weekly with each new botocore release.

pip install types-aiobotocore-ecr
INSTALL
IMPORT
SIG · TYPES-AIOBOTOCORE-
T
types-aiobotocore-ecr
type-stubspythonv3.7.0
Install
1.6s avg
Import
Disk
16MB
Pass rate
10/ 10
Env Coverage10 / 10
glibc
3.93.13
musl
3.93.13
Install & Compatibility
Where this runs
tested against v3.7.0 · pip install
no network on importno background threads
Install × environment matrix
Each cell = how many times install + import succeeded across repeated harness runs. Partial = flaky.
glibc = Debian/Ubuntu slim · musl = Alpine Linux
musl
py 3.103.95 runs
installs and imports cleanly · install 0.0s · import 0.000s · 18.5MB
glibc
py 3.103.95 runs
installs and imports cleanly · install 1.6s · import 0.000s · 19MB
16MB installed
● package 16MB
Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ECRClient
from types_aiobotocore_ecr import ECRClient
from types_aiobotocore_ecr import ECRClient

Import the ECRClient type stub. This code won't actually connect to AWS, it just shows the correct import pattern. To make real calls, you need to configure AWS credentials and use an aiobotocore session.

import asyncio from types_aiobotocore_ecr import ECRClient async def main(): session = ECRClient() # This will fail because no AWS credentials are set # It demonstrates the import and type checking works print(type(session)) asyncio.run(main())
Debug
Known issues
breakingVersion 8.12.0 of mypy-boto3-builder (which generates this package) drops Python 3.8 support. Ensure your environment uses Python >=3.9.
fix
Upgrade to Python 3.9 or higher.
affects: >=3.5.0
breakingVersion 3.5.0 of types-aiobotocore-ecr is pinned to aiobotocore 2.19.0. Using it with a different version of aiobotocore may cause type-checking errors or runtime mismatches.
fix
Match the aiobotocore version to the one expected by this package (aiobotocore ~= 2.19.0).
affects: 3.5.0
gotchaDo NOT install both `types-aiobotocore` (the master metapackage) and `types-aiobotocore-ecr` separately. They can conflict. Either use the master package for all services or install individual service packages.
fix
Use `types-aiobotocore` for full annotation coverage, or pick individual `types-aiobotocore-*` packages for specific services. Remove one of them if both are installed.
affects: all
deprecatedThe `paginator` and `waiter` classes may not have full type coverage. Review types for these before using in production.
fix
Check the actual type stubs in the package for Paginator/Waiter classes.
affects: all
Upgrade
Version history
3.7.0latest on PyPI · released May 10, 2026
Audit
Dependencies
aiobotocorerequiredRuntime dependency; this package provides type annotations for aiobotocore
typing-extensionsrequiredProvides NotRequired, Required, etc. for TypeDicts
Agent activity
29 hits · last 30 days
node
22
OpenAI (training)
2
Resources
types-aiobotocore-ecr — pip install types-aiobotocore-ecr · libregistry