Gregory Hunt
11/28/2023, 2:57 PMTypeError: Object of type 'QueryStatusMessage' is not JSON serializable
is there a way to set the clients or server to default str like this example json.dumps({"pk": pk}, default=str)
async with get_client() as client:
response = await client.create_flow_run_from_deployment(
deployment_id=deployments["example_deployment"],
idempotency_key=idempotency_key,
tags=tags,
parameters=parameters,
)
Kevin Grismore
11/28/2023, 8:44 PM