We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b99aaf5 commit 7361ef6Copy full SHA for 7361ef6
1 file changed
fern/products/sdks/generators/python/changelog/2026-04-18.mdx
@@ -0,0 +1,7 @@
1
+## 5.5.2
2
+**`(fix):`** Fix generated wire tests and dynamic snippets to honor `pydantic_config.union_naming: v1`.
3
+Previously, variant class names in wire tests and README/reference snippets were always
4
+emitted with the v0 suffix style (e.g. `UnionName_Variant`), causing import errors when
5
+the SDK types were generated with v1 prefix-style names (e.g. `VariantUnionName`).
6
+
7
0 commit comments