Skip to content

0.20.1

Choose a tag to compare

@igorbenav igorbenav released this 16 Dec 20:14
· 86 commits to main since this release
1796326

FastCRUD 0.20.1 Release Notes

Minor release with documentation improvements and a typing fix.

Fixed

  • paginated_response Type Hint: Updated crud_data parameter to accept Union[GetMultiResponseDict, dict[str, Any]] instead of plain dict, fixing type checker errors when passing get_multi() results.

Improved

  • TypedDict Documentation: Added guidance on properly typing wrapper functions that use get_multi() - use -> GetMultiResponseDict or -> GetMultiResponseModel[Schema] instead of -> dict[str, Any].

What's Changed

Full Changelog: v0.20.0...v0.20.1