From d16ee9e7550a02e8589e068c8aa768b62fb990ee Mon Sep 17 00:00:00 2001 From: JamesWrigley Date: Fri, 5 Jul 2024 13:48:30 +0200 Subject: [PATCH] Use kafka-python-ng instead of kafka-python Unfortunately kafka-python seems to be having maintenance issues: https://github.com/dpkp/kafka-python/issues/2431 And it cannot be installed on Python 3.12: https://github.com/dpkp/kafka-python/issues/2412 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e4faa405..8aca4a98 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ dependencies = [ backend = [ "EXtra-data", "ipython", - "kafka-python", + "kafka-python-ng", "kaleido", # used in plotly to convert figures to images "matplotlib", "numpy",