Skip to content

Commit dab177a

Browse files
slumbiAkos Bontovics
andauthored
Add anyio and httpcore to Temporal passthrough modules (#3147)
Co-authored-by: Akos Bontovics <[email protected]>
1 parent 40dab50 commit dab177a

File tree

1 file changed

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

1 file changed

+2
-0
lines changed

pydantic_ai_slim/pydantic_ai/durable_exec/temporal/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ def configure_worker(self, config: WorkerConfig) -> WorkerConfig:
6262
'logfire',
6363
'rich',
6464
'httpx',
65+
'anyio',
66+
'httpcore',
6567
# Imported inside `logfire._internal.json_encoder` when running `logfire.info` inside an activity with attributes to serialize
6668
'attrs',
6769
# Imported inside `logfire._internal.json_schema` when running `logfire.info` inside an activity with attributes to serialize

0 commit comments

Comments
 (0)