diff --git a/pyproject.toml b/pyproject.toml index d0bfadd278..9d869edeeb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -76,7 +76,7 @@ prometheus = ["django-prometheus"] kafka = [ # Pinned because project warns "things might (and will) break with every update" "cloudevents==1.11.0", - "confluent-kafka>=2.4.0,<2.14.0", + "confluent-kafka>=2.4.0,<2.15.0", ] diagnostics = ["pyinstrument~=5.0", "memray~=1.17"] uvloop = ["uvloop>=0.20,<0.22"]