diff --git a/fern/products/sdks/overview/python/changelog/2025-12-04.mdx b/fern/products/sdks/overview/python/changelog/2025-12-04.mdx index 88de6752d..c0cd13f7c 100644 --- a/fern/products/sdks/overview/python/changelog/2025-12-04.mdx +++ b/fern/products/sdks/overview/python/changelog/2025-12-04.mdx @@ -1,4 +1,6 @@ ## 4.41.9 -**`(fix):`** Adds `dynamic = ["version"]` to `pyproject.toml`, allowing for `uv` commands such as `uv sync` to work out-of-the-box. +**`(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.