testcontainers-python icon indicating copy to clipboard operation
testcontainers-python copied to clipboard

`py.typed` missing from the package

Open kveretennicov opened this issue 1 month ago • 0 comments

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

kveretennicov avatar Nov 20 '25 16:11 kveretennicov