diff --git a/services/auth-service/pyproject.toml b/services/auth-service/pyproject.toml index 7d16ffa..3374d48 100644 --- a/services/auth-service/pyproject.toml +++ b/services/auth-service/pyproject.toml @@ -16,7 +16,7 @@ databases = {extras = ["asyncpg"], version = "^0.8.0"} grpcio-health-checking = "^1.57.0" argon2-cffi = "^23.1.0" PyJWT = {extras = ["crypto"], version = "^2.12.1"} -aiokafka = "^0.8.1" +aiokafka = "^0.14.0" cryptography = "^46.0.6" [tool.poetry.dev-dependencies] diff --git a/services/comment-service/pyproject.toml b/services/comment-service/pyproject.toml index ef0cf29..c57c7a2 100644 --- a/services/comment-service/pyproject.toml +++ b/services/comment-service/pyproject.toml @@ -14,7 +14,7 @@ pydantic = "^2.4.0" pydantic-settings = "^2.0.3" databases = {extras = ["asyncpg"], version = "^0.8.0"} grpcio-health-checking = "^1.57.0" -aiokafka = "^0.8.1" +aiokafka = "^0.14.0" redis = "^5.0.0" [tool.poetry.dev-dependencies]