uscrn/data.py:56: error: No overload variant of "update" of "MutableMapping" matches argument type "datetime" [call-overload]
uscrn/data.py:56: note: Possible overload variants:
uscrn/data.py:56: note: def update(self, SupportsKeysAndGetItem[Optional[Hashable], Any], /) -> None
uscrn/data.py:56: note: def update(self, Iterable[tuple[Optional[Hashable], Any]], /) -> None