4.41.11
(fix): Fix backslash escaping in endpoint and websocket docstrings. OpenAPI descriptions containing
backslash sequences like DOMAIN\username now properly escape backslashes to avoid Python
SyntaxError from invalid unicode escape sequences.
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.