4.41.10
(fix): Adds dynamic = ["version"] to pyproject.toml, allowing for uv commands such as uv sync to work out-of-the-box.
4.41.9
(fix): Fix wire test WireMock container lifecycle to be compatible with pytest-xdist parallelization.
The container is now started/stopped using pytest_configure/pytest_unconfigure hooks instead of
a session-scoped fixture, ensuring only the controller process manages the container.