You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added a full set of annotatted classes to enable `whenever` types to be
used with Pydantic.
The following annotated classes were added
* Core types
* InstantAnnotation,
* LocalDateTimeAnnotation,
* ZonedDateTimeAnnotation,
* Advanced types
* OffsetDateTimeAnnotation,
* SystemDateTimeAnnotation,
* Deltas
* DateDeltaAnnotation,
* DateTimeDeltaAnnotation,
* TimeDeltaAnnotation,
Also, a full set of unit tests was added.
0 commit comments