Skip to content
This repository has been archived by the owner on Sep 23, 2024. It is now read-only.

Commit

Permalink
Update confluent-kafka[protobuf] requirement from ==2.2.* to >=2.2,<2.4
Browse files Browse the repository at this point in the history
Updates the requirements on [confluent-kafka[protobuf]](https://github.com/confluentinc/confluent-kafka-python) to permit the latest version.
- [Release notes](https://github.com/confluentinc/confluent-kafka-python/releases)
- [Changelog](https://github.com/confluentinc/confluent-kafka-python/blob/master/CHANGELOG.md)
- [Commits](confluentinc/confluent-kafka-python@v2.2.0rc2.dev1...v2.3.0)

---
updated-dependencies:
- dependency-name: confluent-kafka[protobuf]
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 17, 2023
1 parent 91f7aee commit eb8a9ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
install_requires=[
'pipelinewise-singer-python==2.*',
'dpath==2.1.*',
'confluent-kafka[protobuf]==2.2.*',
'confluent-kafka[protobuf]>=2.2,<2.4',
'grpcio-tools==1.57.*'
],
extras_require={
Expand Down

0 comments on commit eb8a9ca

Please sign in to comment.