v0.8.0
What's Changed
- Handle
Anytype properly in pydantic type checking. Fixes #468 by @ptomecek in #471 - Bugfix in QueueWaiter wait. If eventsPending is already true when en… by @robambalu in #474
- Allow ParquetReader to read LARGE_STRING, LARGE_BINARY, LARGE_LIST types from Arrow by @arhamchopra in #460
- Add hasConverter convenience method by @alexddobkin in #480
- Handle union and literal typing correctly in annotations by @NeejWeej in #478
- Allow using pydantic for from_dict, schema for FastList by @NeejWeej in #479
- Correct adjustment of annotations on OutputBasket type. Fixes #483. by @ptomecek in #484
Full Changelog: v0.0.11...v0.8.0