-
Notifications
You must be signed in to change notification settings - Fork 851
opentelemetry-instrumentation-confluent-kafka: Increase confluent-kafka upper bound to support newer versions #4099
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
Merged
+10
−8
Conversation
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
5b8a5c1 to
95d30a4
Compare
Contributor
|
Please run |
Contributor
Author
|
Thank you, @xrmx. Updated accordingly. |
…ka upper bound to support newer versions
xrmx
approved these changes
Jan 14, 2026
Contributor
|
@manuel-lang You don't need to update the branch, we'll take care of that when merging |
Contributor
Author
Perfect, thanks a lot! :) |
emdneto
approved these changes
Jan 15, 2026
emdneto
reviewed
Jan 20, 2026
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
opentelemetry-instrumentation-confluent-kafka had an upper bound for confluent-kafka for the version
2.11.0. This version is not uptodate anymore, so the PR suggests to bump the upper bound to the most recent version.Fixes #3897
Type of change
Please delete options that are not relevant.
How Has This Been Tested?
toxdidn't show any issues related to these changes.tox -e py39-test-instrumentation-confluent-kafkatox -e py310-test-instrumentation-confluent-kafkatox -e py311-test-instrumentation-confluent-kafkatox -e py312-test-instrumentation-confluent-kafkatox -e py313-test-instrumentation-confluent-kafkatox -e py314-test-instrumentation-confluent-kafkaDoes This PR Require a Core Repo Change?
Checklist:
See contributing.md for styleguide, changelog guidelines, and more.