v0.1.02
pydantic/pydantic-aiv0.1.02Oct 18, 2024by tylermaran
AI Summary
Fixes a bug where the `select_pages` parameter was incorrectly treated as required, restoring the ability to pass an empty array or omit the parameter.
Key Highlights
- Fixed select_pages parameter to be optional again
New Features
- Allow empty select_pages parameter
Full Release Notes
## What's Changed * fix: allow empty select_pages again by @mg6 in https://github.com/getomni-ai/zerox/pull/53 ## New Contributors * @mg6 made their first contribution in https://github.com/getomni-ai/zerox/pull/53 **Full Changelog**: https://github.com/getomni-ai/zerox/compare/v0.1.01...v0.1.02