The code for azurite appears to be properly type-annotated, but the package does not include PEP-561 marker (py.typed). This prevents mypy from recognising testcontainers imports as being typed.
Expected: py.typed to be included in the package.
This is a narrow-scoped variant of #305