Skip to content

Commit 7780f41

Browse files
committed
feat: Update opentelemetry-instrumentation-confluent-kafka to support confluent-kafka <=2.7.0
1 parent 38f0e33 commit 7780f41

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Diff for: instrumentation/opentelemetry-instrumentation-confluent-kafka/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ dependencies = [
3232

3333
[project.optional-dependencies]
3434
instruments = [
35-
"confluent-kafka >= 1.8.2, <= 2.4.0",
35+
"confluent-kafka >= 1.8.2, <= 2.7.0",
3636
]
3737

3838
[project.entry-points.opentelemetry_instrumentor]

Diff for: instrumentation/opentelemetry-instrumentation-confluent-kafka/src/opentelemetry/instrumentation/confluent_kafka/package.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# limitations under the License.
1414

1515

16-
_instruments = ("confluent-kafka >= 1.8.2, <= 2.4.0",)
16+
_instruments = ("confluent-kafka >= 1.8.2, <= 2.7.0",)

Diff for: instrumentation/opentelemetry-instrumentation-confluent-kafka/test-requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
asgiref==3.8.1
2-
confluent-kafka==2.4.0
2+
confluent-kafka==2.6.1
33
Deprecated==1.2.14
44
iniconfig==2.0.0
55
packaging==24.0

0 commit comments

Comments
 (0)