temporalio / sdk-python

Temporal Python SDK
MIT License
474 stars 77 forks source link

Ensure update input and responses are run through converters #478

Closed Sushisource closed 9 months ago

Sushisource commented 9 months ago

What was changed

Make updates get run through data converters

Why?

Kind of important. Maybe people want to encrypt stuff.

Checklist

  1. Closes https://github.com/temporalio/sdk-python/issues/477

  2. How was this tested: Added updates to custom encoder test

  3. Any docs updates needed?