Skip to content

Commit 5d20a00

Browse files
committed
passthrough beartype
1 parent c44b4ad commit 5d20a00

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
@@ -75,6 +75,8 @@ def configure_worker(self, config: WorkerConfig) -> WorkerConfig:
7575
'httpx',
7676
'anyio',
7777
'httpcore',
78+
# Used by fastmcp via py-key-value-aio
79+
'beartype',
7880
# Imported inside `logfire._internal.json_encoder` when running `logfire.info` inside an activity with attributes to serialize
7981
'attrs',
8082
# Imported inside `logfire._internal.json_schema` when running `logfire.info` inside an activity with attributes to serialize

0 commit comments

Comments
 (0)