Commit 2dfeaa0
Akos Bontovics
fix(temporal): Add httpcore to passthrough modules
This commit resolves an issue where using Mistral models within a
Temporal worker would fail due to `httpcore` not being available in the
sandboxed environment.
The `PydanticAIPlugin` has been updated to include `httpcore` in the
list of passthrough modules, ensuring its availability to the worker.
Fixes #31171 parent 78fb707 commit 2dfeaa0
File tree
1 file changed
+1
-0
lines changed- pydantic_ai_slim/pydantic_ai/durable_exec/temporal
1 file changed
+1
-0
lines changedLines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| 65 | + | |
65 | 66 | | |
66 | 67 | | |
67 | 68 | | |
| |||
0 commit comments