### What are you really trying to do? I want to use Pydantic and datetime objects as input/outputs/signals/queries to workflows and activities. <!-- Tell us at a high level what you're doing, to avoid XY problem (https://en.wikipedia.org/wiki/XY_problem) --> ### Describe the bug The recommended reference example for the Pydantic converter creates a new sandbox to work around a bug in Pydantic. There is a TODO in the code below: https://github.com/temporalio/samples-python/blob/main/pydantic_converter/worker.py that says: > TODO(cretz): Use with_child_unrestricted when https://github.com/temporalio/sdk-python/issues/254 is fixed and released The [issue in question](https://github.com/temporalio/sdk-python/issues/254) has now been merged but the example hasn't been updated. ### Minimal Reproduction https://github.com/temporalio/samples-python/blob/main/pydantic_converter/worker.py <!-- Modify our hello world templates to demonstrate: - TypeScript: https://github.com/temporalio/samples-typescript/tree/main/hello-world - Go: https://github.com/temporalio/money-transfer-project-template-go - Java: https://github.com/temporalio/money-transfer-project-template-java - PHP: https://github.com/temporalio/samples-php#samples --> ### Environment/Versions n/a ### Additional context n/a Thanks!