5.0.3
(fix): Skip Docker container management in generated tests/conftest.py when the
WIREMOCK_URL environment variable is already set. This allows wire tests to
run in CI/CD pipelines that provide an external WireMock sidecar container
without requiring Docker-in-Docker support.
5.0.2
(fix): Add docstring emission for unknown/any type alias definitions. When a type alias
resolves to typing.Any and has a description in the API definition, the generated
Python code now includes the docstring below the type alias declaration.