Skip to content

Commit

Permalink
Include 2.1.1 version
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgonor1408 committed May 11, 2023
1 parent 3c89e02 commit df43526
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ dependencies = [

[project.optional-dependencies]
instruments = [
"confluent-kafka >= 1.8.2, < 2.1.1",
"confluent-kafka >= 1.8.2, <= 2.1.1",
]
test = [
"opentelemetry-instrumentation-confluent-kafka[instruments]",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# limitations under the License.


_instruments = ("confluent-kafka >= 1.8.2, < 2.1.1",)
_instruments = ("confluent-kafka >= 1.8.2, <= 2.1.1",)

0 comments on commit df43526

Please sign in to comment.