Skip to content

hikaru-core bugfix

Compare
Choose a tag to compare
@haxsaw haxsaw released this 23 Oct 16:59
· 1 commit to main since this release

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.