opentelemetry-instrumentation-confluent-kafka: Increase confluent-kafka upper bound to support newer versions#4099
Merged
xrmx merged 8 commits intoopen-telemetry:mainfrom Jan 23, 2026
Merged
Conversation
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
wikaaaaa
pushed a commit
to wikaaaaa/opentelemetry-python-contrib
that referenced
this pull request
Feb 5, 2026
…ka upper bound to support newer versions (open-telemetry#4099) * opentelemetry-instrumentation-confluent-kafka: Increase confluent-kafka upper bound to support newer versions * Update CHANGELOG.md --------- Co-authored-by: Riccardo Magliocchetti <riccardo.magliocchetti@gmail.com> Co-authored-by: Emídio Neto <9735060+emdneto@users.noreply.github.com>
sightseeker
added a commit
to sightseeker/opentelemetry-python-contrib
that referenced
this pull request
Mar 11, 2026
…ka upper bound to support newer versions (open-telemetry#4099) * opentelemetry-instrumentation-confluent-kafka: Increase confluent-kafka upper bound to support newer versions * Update CHANGELOG.md --------- Co-authored-by: Riccardo Magliocchetti <riccardo.magliocchetti@gmail.com> Co-authored-by: Emídio Neto <9735060+emdneto@users.noreply.github.com>
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
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.