-
Notifications
You must be signed in to change notification settings - Fork 3.4k
fix(deps): update third party deps #5489
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🔍 Lock file not regenerated after dependency changes The Was this helpful? React with 👍 or 👎 to provide feedback. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🔍 OpenTelemetry jump spans 4 minor versions — verify API compatibility
The opentelemetry packages were bumped from
~=1.39.0to~=1.43.0atlivekit-agents/pyproject.toml:48-50. This skips versions 1.40, 1.41, and 1.42. While the~=operator constrains to>=1.43.0,<1.44.0, a 4-minor-version jump may include breaking changes in the OpenTelemetry SDK's internal APIs (e.g., changes to exporter configuration, span processor behavior, or metric instrument signatures). The telemetry code inlivekit-agents/livekit/agents/telemetry/should be verified against the 1.43 changelog to ensure no breaking changes affect the codebase.Was this helpful? React with 👍 or 👎 to provide feedback.