From 14f84b9885e576943864be7492638367468afad7 Mon Sep 17 00:00:00 2001 From: Maxim Martynov Date: Wed, 6 Nov 2024 11:07:06 +0300 Subject: [PATCH] Allow using aiokafka 0.12 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8962231b58..152163acd5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -65,7 +65,7 @@ dependencies = [ # public distributions rabbit = ["aio-pika>=9,<10"] -kafka = ["aiokafka>=0.9,<0.12"] +kafka = ["aiokafka>=0.9,<0.13"] confluent = [ "confluent-kafka>=2,<3; python_version < '3.13'",