Skip to content

Commit

Permalink
resolve comments
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgonor1408 committed Jun 1, 2023
1 parent 1515b47 commit f45fcd2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- `opentelemetry-instrumentation-pymemcache` Update instrumentation to support pymemcache >4
([#1764](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/1764))
- `opentelemetry-instrumentation-confluent-kafka` Add support for higher versions of confluent_kafka
([#15](https://github.com/helios/opentelemetry-python-contrib/pull/15))
([#1815](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/1815))

### Added

Expand Down
2 changes: 1 addition & 1 deletion docs-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ boto~=2.0
botocore~=1.0
boto3~=1.0
celery>=4.0
confluent-kafka>= 1.8.2,< 2.0.0
confluent-kafka>= 1.8.2,<= 2.1.1
elasticsearch>=2.0,<9.0
flask~=2.0
falcon~=2.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
},
"confluent-kafka": {
"library": "confluent-kafka >= 1.8.2, <= 2.1.1",
"instrumentation": "opentelemetry-instrumentation-confluent-kafka==0.39b0.dev",
"instrumentation": "opentelemetry-instrumentation-confluent-kafka==0.40b0.dev",
},
"django": {
"library": "django >= 1.10",
Expand Down

0 comments on commit f45fcd2

Please sign in to comment.