fix: upgrade opentelemetry-exporter-otlp to 1.41.0#51
Closed
jeanscherf wants to merge 1 commit intomainfrom
Closed
fix: upgrade opentelemetry-exporter-otlp to 1.41.0#51jeanscherf wants to merge 1 commit intomainfrom
jeanscherf wants to merge 1 commit intomainfrom
Conversation
Bumps opentelemetry-exporter-otlp-proto-grpc and opentelemetry-exporter-otlp-proto-http from ~=1.38.0 to ~=1.41.0 to resolve dependency conflict with sap-ai-agent-evaluation which requires >=1.40.0. Closes #44
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Bumps
opentelemetry-exporter-otlp-proto-grpcandopentelemetry-exporter-otlp-proto-httpfrom~=1.38.0to~=1.41.0.Related Issue
Resolves #44
Type of Change
How to Test
pip install sap-cloud-sdk sap-ai-agent-evaluationChecklist
Additional Notes
OpenTelemetry follows semver — 1.41.x is backwards-compatible with 1.38.x. The
uv.lockupdate also pulls in the matching instrumentation packages (0.62b0) which are versioned in lockstep with the exporters.