hikaru-core bugfix
Turns out that the changes around from_dict() allowed allowed timestamp fields of type 'string' with a format of date-time to bubble up from the underlying Kubernetes libraries as datetime objects, not strings. This is corrected with this bugfix release-- strings are now provided for these fields.