Simon Baeg
Results
2
comments of
Simon Baeg
Any update on this one? Currently I'm using Pydantic v2 models with: `from pydantic_core import to_jsonable_python` and ``` workflow_runner=SandboxedWorkflowRunner( restrictions=SandboxRestrictions.default.with_passthrough_modules( "pydantic", ) ) ``` Would love to see an example...
> That warning is unrelated to this issue. This issue is simply changing how the sandbox is created. That warning is because presumably you are not using a custom converter...