Skip to content

Commit df43526

Browse files
Include 2.1.1 version
1 parent 3c89e02 commit df43526

File tree

2 files changed

+2
-2
lines changed
  • instrumentation/opentelemetry-instrumentation-confluent-kafka

2 files changed

+2
-2
lines changed

instrumentation/opentelemetry-instrumentation-confluent-kafka/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ dependencies = [
3131

3232
[project.optional-dependencies]
3333
instruments = [
34-
"confluent-kafka >= 1.8.2, < 2.1.1",
34+
"confluent-kafka >= 1.8.2, <= 2.1.1",
3535
]
3636
test = [
3737
"opentelemetry-instrumentation-confluent-kafka[instruments]",

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.1.1",)
16+
_instruments = ("confluent-kafka >= 1.8.2, <= 2.1.1",)

0 commit comments

Comments
 (0)