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

fix: add PEP 561 py.typed markers for type checker support

Open andres-ito-traversal opened this issue 1 month ago • 0 comments

Add py.typed marker files to core and all module packages to indicate type information is available. This enables type checkers like Pyright and mypy to recognize and validate type hints in testcontainers packages.

Resolves "Stub file not found" errors when running type checkers on code that imports testcontainers modules.

andres-ito-traversal avatar Nov 14 '25 14:11 andres-ito-traversal