You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments