Description
The Python SDK's core value is typed coercion, but docs only list five scalar types and never document the full Go-to-Python mapping or the FieldUpdate bulk-write shape; several public kwargs and methods are undocumented.
Acceptance criteria
Source: documentation review, 2026-06-07.
Description
The Python SDK's core value is typed coercion, but docs only list five scalar types and never document the full Go-to-Python mapping or the
FieldUpdatebulk-write shape; several public kwargs and methods are undocumented.Acceptance criteria
datetime, duration ->timedelta, url ->str(opendecree.URL), json ->dict/list; adddatetime/dict/listto the supportedget()types.interceptorsconstructor kwarg and the version-compatibility surface (get_server_version,check_compatibility,IncompatibleServerError).Source: documentation review, 2026-06-07.