Skip to content

Commit 335555e

Browse files
authored
Add sniffio to Temporal sandbox passthrough modules (#3455)
1 parent 2981b17 commit 335555e

File tree

1 file changed

+1
-0
lines changed
  • pydantic_ai_slim/pydantic_ai/durable_exec/temporal

1 file changed

+1
-0
lines changed

pydantic_ai_slim/pydantic_ai/durable_exec/temporal/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ def _workflow_runner(runner: WorkflowRunner | None) -> WorkflowRunner:
6767
'rich',
6868
'httpx',
6969
'anyio',
70+
'sniffio',
7071
'httpcore',
7172
# Used by fastmcp via py-key-value-aio
7273
'beartype',

0 commit comments

Comments
 (0)