onConflict Python upsert

Is there an onConflict parameter for the Python supabase API’s upsert() function? I’ve been trying to use that parameter but it seems to not exist. Is the workaround to use the RESTFul supabase API in my Python code base?
Was this page helpful?