Skip to content

Commit 2e0d7b7

Browse files
Update confluent-kafka requirement from >=2.0.0 to >=2.14.0
Updates the requirements on [confluent-kafka](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@2.0.2rc1.dev1...v2.14.0) --- updated-dependencies: - dependency-name: confluent-kafka dependency-version: 2.14.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3decb56 commit 2e0d7b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ dependencies = [
4545
[project.optional-dependencies]
4646
psutil = ["psutil>=7.2.0"]
4747
celery = ["celery>=5.0.0"]
48-
kafka = ["confluent-kafka>=2.0.0"]
48+
kafka = ["confluent-kafka>=2.14.0"]
4949
rabbitmq = ["aio-pika>=9.0.0"]
5050
redis = ["redis>=4.2.0"]
5151
rss = ["httpx>=0.27.0", "feedparser>=6.0.0"]

0 commit comments

Comments
 (0)