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
sdk/src/opendecree/_convert.py:60-86 supports str/int/float/bool/timedelta only. The proto TypedValue also has time_value, url_value, json_value, but Python callers receive raw strings and must parse manually.
Acceptance criteria
Add datetime conversion via fromisoformat for time_value
Add dict/list conversion via json.loads for json_value
Description
sdk/src/opendecree/_convert.py:60-86supports str/int/float/bool/timedelta only. The proto TypedValue also hastime_value,url_value,json_value, but Python callers receive raw strings and must parse manually.Acceptance criteria
fromisoformatfortime_valuejson.loadsforjson_valueurl_value