From f98dc6d452321e6d92f299d42a23a646a696f54f Mon Sep 17 00:00:00 2001 From: Patrick Linnane Date: Wed, 22 May 2024 05:11:29 -0700 Subject: [PATCH] build: move to `kafka-python-ng` (#510) Signed-off-by: Patrick Linnane --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index b6ff05ad..fc478217 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ dependencies = [ "google-auth-oauthlib>=0.4.6", "google-auth>=2.3.3", "imapclient>=2.1.0", - "kafka-python>=1.4.4", + "kafka-python-ng>=2.2.2", "lxml>=4.4.0", "mailsuite>=1.6.1", "msgraph-core==0.2.2", diff --git a/requirements.txt b/requirements.txt index aaf360d2..57338433 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,7 +12,7 @@ dateparser>=1.1.1 elasticsearch<7.14.0 elasticsearch-dsl>=7.4.0 opensearch-py>=2.4.2,<=3.0.0 -kafka-python>=1.4.4 +kafka-python-ng>=2.2.2 mailsuite>=1.6.1 nose>=1.3.7 wheel>=0.37.0