Commit 6fa9d54
fix: replace temporalio[opentelemetry] extra with explicit opentelemetry deps
Using the opentelemetry extra on the temporalio specifier caused uv to
resolve a different dependency graph in tutorial environments (uv run
--with wheel), which broke the _JSONTypeConverterUnhandled import used
by scale-gp at worker startup time.
Listing opentelemetry-api and opentelemetry-sdk as explicit direct
dependencies keeps the same packages in the wheel while letting
temporalio resolve independently in tutorial envs — matching the
pre-existing resolution that scale-gp expects.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 03fadf7 commit 6fa9d54
2 files changed
+9
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
31 | 33 | | |
32 | 34 | | |
33 | 35 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments