0.20.1
FastCRUD 0.20.1 Release Notes
Minor release with documentation improvements and a typing fix.
Fixed
paginated_responseType Hint: Updatedcrud_dataparameter to acceptUnion[GetMultiResponseDict, dict[str, Any]]instead of plaindict, fixing type checker errors when passingget_multi()results.
Improved
- TypedDict Documentation: Added guidance on properly typing wrapper functions that use
get_multi()- use-> GetMultiResponseDictor-> GetMultiResponseModel[Schema]instead of-> dict[str, Any].
What's Changed
- commit uv.lock by @igorbenav in #301
- Preparations for 0.20.1 by @igorbenav in #302
Full Changelog: v0.20.0...v0.20.1