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
With the serializer now honoring the to_json hook for dataclasses, the schedule
option types expose to_json/from_json instead of bespoke to_dict/from_dict. The
schedule entity operations can again annotate their input as the option
dataclass and let the worker reconstruct it via the from_json hook, removing the
manual _coerce_options shim and the Any-typed parameter workaround.
0 commit comments