testcontainers-python
testcontainers-python copied to clipboard
Bug: Wrong return type hint for exec of DockerContainer
Describe the bug
The return type of exec of DockerContainer is defined as tuple[int, str] while it is tuple[int, bytes] at runtime.