diff --git a/fern/products/sdks/overview/python/changelog/2025-12-03.mdx b/fern/products/sdks/overview/python/changelog/2025-12-03.mdx index 9f9e8bd18..afe716049 100644 --- a/fern/products/sdks/overview/python/changelog/2025-12-03.mdx +++ b/fern/products/sdks/overview/python/changelog/2025-12-03.mdx @@ -1,3 +1,7 @@ +## 4.41.6 +**`(fix):`** Fix Python wire test generation to drop literal-only params and fill in required file arguments so tests match the generated SDK signatures. + + ## 4.41.5 **`(fix):`** The `package_path` configuration now works as a suffix within the module hierarchy instead of a prefix. For example, `package_path: sub/dir` now generates to `src/name/sub/dir/...` enabling imports like