From 3b60fe9c830029e6de495830d503cf76c29da60b Mon Sep 17 00:00:00 2001 From: tjb9dc <22457193+tjb9dc@users.noreply.github.com> Date: Thu, 4 Dec 2025 21:20:37 +0000 Subject: [PATCH] update changelogs --- fern/products/sdks/overview/python/changelog/2025-12-04.mdx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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.