Skip to content

Commit 7361ef6

Browse files
Update changelogs from fern repo (#4996)
Co-authored-by: dsinghvi <10870189+dsinghvi@users.noreply.github.com>
1 parent b99aaf5 commit 7361ef6

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)