From 3a37d1b327b94fd077dfe82dc13095127c491f07 Mon Sep 17 00:00:00 2001 From: patrickthornton <70873350+patrickthornton@users.noreply.github.com> Date: Thu, 4 Dec 2025 22:03:47 +0000 Subject: [PATCH] update changelogs --- fern/products/sdks/overview/python/changelog/2025-12-04.mdx | 4 ++++ 1 file changed, 4 insertions(+) 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 c0cd13f7c..f5c628eab 100644 --- a/fern/products/sdks/overview/python/changelog/2025-12-04.mdx +++ b/fern/products/sdks/overview/python/changelog/2025-12-04.mdx @@ -1,3 +1,7 @@ +## 4.41.10 +**`(fix):`** Adds `dynamic = ["version"]` to `pyproject.toml`, allowing for `uv` commands such as `uv sync` to work out-of-the-box. + + ## 4.41.9 **`(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