hatchet-dev/hatchet py/1.33.12 (opens in new tab)
#Go Overview Fixed Fixed a bug where _aio_memo crashes on durable task replay when the engine returns memo_already_existed=True with an empty payload (b''). Proto3 unset bytes fields deserialize to b'' rather than None, slipping past the is not None guard and crashing validate_json(b''). Installation Install the SDK using pip: pip install hatchet-sdk Or using poetry: poetry add hatchet-sdk Documentation For detailed documentation, examples, and best practices, visit: Hatchet Documentation Wha...
Read the original article