Commit 5c7a991
fix(deps): add arize-phoenix server to [otel] extra so 'phoenix serve' works
Customer-facing docs (README.md, AGENTS.md, docs/quickstart.md) instruct
users to run 'uv run phoenix serve' to view traces locally, but the
[otel] extra only had arize-phoenix-otel (the SDK client) and not
arize-phoenix (the server). Customers following the quickstart hit
'phoenix: program not found'.
Loosens opentelemetry-{api,sdk} pin from >=1.41 to >=1.39 to overlap
with arize-phoenix's transitive constraint (via pydantic-ai/logfire).
Our OTel usage is API-stable and works on both ranges.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent fb898a2 commit 5c7a991
2 files changed
Lines changed: 837 additions & 79 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
20 | 21 | | |
21 | 22 | | |
22 | | - | |
23 | | - | |
| 23 | + | |
| 24 | + | |
24 | 25 | | |
25 | 26 | | |
26 | 27 | | |
| |||
0 commit comments