Skip to content

Commit 939a208

Browse files
Update changelogs from fern repo (#5643)
Co-authored-by: dsinghvi <10870189+dsinghvi@users.noreply.github.com>
1 parent 1f12591 commit 939a208

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

fern/products/sdks/generators/python/changelog/2026-05-28.mdx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 5.14.6
2+
**`(fix):`** Improve SSE event parsing and deserialization performance by caching resolved type hints
3+
and short-circuiting `convert_and_respect_annotation_metadata` when a type has no aliased
4+
fields. Previously every call recomputed `typing.get_type_hints` and walked the entire type
5+
graph, which was very expensive for streams parsing many events against large discriminated
6+
unions. Output is unchanged.
7+
8+
19
## 5.14.5
210
**`(fix):`** Fix TypedDict alias generation when `use_typeddict_requests: true` so that
311
container element types (`List[T]`, `Dict[K, V]`, `Set[T]`) and direct aliases

0 commit comments

Comments
 (0)