You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix run commands to include --group langsmith-tracing
Without the group flag, uv resolves the base temporalio dep (1.23.0)
which doesn't have contrib.langsmith.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
uv run --group langsmith-tracing python -m langsmith_tracing.basic.worker --add-temporal-runs
36
+
uv run --group langsmith-tracing python -m langsmith_tracing.basic.starter --add-temporal-runs
37
37
```
38
38
39
39
Temporal operation spans are added. `StartWorkflow` and `RunWorkflow` are siblings under the client root; `StartActivity` and `RunActivity` are siblings under the workflow:
0 commit comments