Skip to content

fix: bump OTel and traceloop versions#146

Merged
LucasAlvesSoares merged 1 commit into
mainfrom
traceloop-upgrade
Jun 3, 2026
Merged

fix: bump OTel and traceloop versions#146
LucasAlvesSoares merged 1 commit into
mainfrom
traceloop-upgrade

Conversation

@LucasAlvesSoares
Copy link
Copy Markdown
Contributor

Description

Upgrade traceloop-sdk and OpenTelemetry dependencies

  • traceloop-sdk: 0.54.0 → 0.61.0
  • opentelemetry-api / opentelemetry-sdk: >=1.28.0 → >=1.42.1
  • opentelemetry-exporter-otlp-proto-grpc / opentelemetry-exporter-otlp-proto-http: 1.41.0 → 1.42.1
  • Removed wrapt<2 constraint: the traceloop-sdk upgrade resolves the upstream incompatibility with wrapt 2.x that previously caused the LangChain instrumentor to fail at import time

Type of Change

Please check the relevant option:

  • Bug fix (non-breaking change that fixes an issue)
  • New feature (non-breaking change that adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation update
  • Code refactoring
  • Dependency update

How to Test

  1. Set up agent pointing to any observability stack
  2. Trigger an LLM request
  3. Watch traces contain all of the required attributes
  4. Watch SDK metrics being sent
  5. Repeat for both http/protobuf and grpc

Checklist

Before submitting your PR, please review and check the following:

  • I have read the Contributing Guidelines
  • I have verified that my changes solve the issue
  • I have added/updated automated tests to cover my changes
  • All tests pass locally
  • I have verified that my code follows the Code Guidelines
  • I have updated documentation (if applicable)
  • I have added type hints for all public APIs
  • My code does not contain sensitive information (credentials, tokens, etc.)
  • I have followed Conventional Commits for commit messages

@LucasAlvesSoares LucasAlvesSoares requested a review from a team as a code owner June 3, 2026 12:40
Copy link
Copy Markdown
Member

@jeanscherf jeanscherf left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Image

Copy link
Copy Markdown
Member

@ArthurTonial ArthurTonial left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Image

@LucasAlvesSoares LucasAlvesSoares merged commit 4b50671 into main Jun 3, 2026
10 of 11 checks passed
@LucasAlvesSoares LucasAlvesSoares deleted the traceloop-upgrade branch June 3, 2026 12:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants