Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@


## 0.78.4
**`(fix):`** Collapse any combination of optional and nullable to `optional<nullable<T>>`.
**`(fix):`** Collapse any combination of optional and nullable to optional<nullable<T>>.

## 0.78.3
**`(chore):`** Support IR v59 in the Rust SDK generator.
Expand Down
3 changes: 3 additions & 0 deletions fern/products/sdks/overview/python/changelog/2025-09-23.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
## 4.29.2
**`(chore):`** Added a note to the README on constructing Async httpx objects to pass into main Async clients.

Loading