From 227584d8fe075e46aa23b0b5911fb3a6ca8aa0bf Mon Sep 17 00:00:00 2001 From: yordanovsstoyan Date: Wed, 19 Jun 2024 16:36:59 +0300 Subject: [PATCH] 2.4.0 --- backend/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/pyproject.toml b/backend/pyproject.toml index ec2e2369..657d2588 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -35,7 +35,7 @@ fastapi-utils = "^0.2.1" fastapi = "^0.78.0" uvicorn = { extras = ["standard"], version = "^0.20.0" } pygraphviz = "^1.10" -confluent-kafka = "2.0.4" +confluent-kafka = "2.4.0" cachetools = "^4.2.2" kubernetes-asyncio = "^23.6.0"