Skip to content

Commit 65f8d0a

Browse files
committed
Always passthrough nexusrpc
1 parent 90d42f8 commit 65f8d0a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

temporalio/worker/workflow_sandbox/_restrictions.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -471,6 +471,7 @@ def with_child_unrestricted(self, *child_path: str) -> SandboxMatcher:
471471
# https://wrapt.readthedocs.io/en/latest/issues.html#using-issubclass-on-abstract-classes
472472
"asyncio",
473473
"abc",
474+
"nexusrpc",
474475
"temporalio",
475476
# Due to pkg_resources use of base classes caused by the ABC issue
476477
# above, and Otel's use of pkg_resources, we pass it through

0 commit comments

Comments
 (0)