Commit a816bfd
fix: add temporalio[opentelemetry] extra to resolve ModuleNotFoundError
Tutorial agents were failing with `ModuleNotFoundError: No module named
'opentelemetry.sdk'` because `opentelemetry-sdk` was an accidental
transitive dep of `ddtrace` in the old resolution graph. Removing the
starlette<1.0.0 cap changed uv's resolution for tutorial `uv run --with`
environments, exposing the missing explicit dependency.
Declaring the `[opentelemetry]` extra on temporalio makes the dependency
explicit so all environments resolve it correctly.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 548a016 commit a816bfd
2 files changed
+36
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments