Commit c8d0aae
committed
fix: support OpenTelemetry 1.39+ by relaxing version constraints
The <1.39.0 upper bound on opentelemetry-api and opentelemetry-sdk was
added due to agent_engines exporter constraints in
google-cloud-aiplatform. The upstream package (v1.141.0) now allows
opentelemetry-sdk<2, so this constraint is no longer needed.
The opentelemetry-exporter-gcp-logging package was also updated upstream
(1.10.0a0+) to require opentelemetry-sdk>=1.39.0, confirming the
ecosystem has moved past the old cap.
Relaxes both opentelemetry-api and opentelemetry-sdk to <2.0.0.
Fixes #48981 parent c6d02c8 commit c8d0aae
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
| 58 | + | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| |||
0 commit comments