Skip to content
Merged
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
@@ -1,3 +1,9 @@
## 4.94.2
**`(fix):`** Fix Python dynamic snippet generation to respect the `use_typeddict_requests`
configuration option. When enabled, dynamic snippets now generate dict literals
instead of Pydantic model constructors for object and discriminated union types.


## 4.94.1
**`(fix):`** Fix global theme asset downloads preserving original filenames and extensions.
Previously, assets downloaded from S3 CAS URLs (whose pathname is a raw content
Expand Down
Loading