testcontainers-python
testcontainers-python copied to clipboard
fix: add PEP 561 py.typed markers for type checker support
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.