diff --git a/fern/products/sdks/overview/python/changelog/2025-09-22.mdx b/fern/products/sdks/overview/python/changelog/2025-09-22.mdx new file mode 100644 index 000000000..b98f7aa4e --- /dev/null +++ b/fern/products/sdks/overview/python/changelog/2025-09-22.mdx @@ -0,0 +1,5 @@ +## 4.29.2-rc0 +**`(fix):`** Exports in init files always reference the submodule instead of the current module. +This should fix infinite recursion in libraries that inspect getattr, like freezegun. + +