Description
sdk/src/opendecree/client.py:259-304 runs set / set_many / set_null through with_retry. SetField is not idempotent server-side (audit log, version bump). A retry on DEADLINE_EXCEEDED can double-apply if the server processed the write before the timeout.
Acceptance criteria
Description
sdk/src/opendecree/client.py:259-304runsset/set_many/set_nullthroughwith_retry. SetField is not idempotent server-side (audit log, version bump). A retry on DEADLINE_EXCEEDED can double-apply if the server processed the write before the timeout.Acceptance criteria