We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d20ce1 commit 1d8d2aaCopy full SHA for 1d8d2aa
fern/products/sdks/overview/python/changelog/2025-12-04.mdx
@@ -1,4 +1,6 @@
1
## 4.41.9
2
-**`(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.
3
+The container is now started/stopped using pytest_configure/pytest_unconfigure hooks instead of
4
+a session-scoped fixture, ensuring only the controller process manages the container.
5
6
0 commit comments