Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion fern/products/sdks/overview/python/changelog/2025-12-04.mdx
Original file line number Diff line number Diff line change
@@ -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.