diff --git a/pyproject.toml b/pyproject.toml index 38178332..3e863535 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ dependencies = [ psutil = ["psutil>=7.2.0"] celery = ["celery>=5.0.0"] kafka = ["confluent-kafka>=2.0.0"] -rabbitmq = ["aio-pika>=9.0.0"] +rabbitmq = ["aio-pika>=9.6.2"] redis = ["redis>=4.2.0"] rss = ["httpx>=0.27.0", "feedparser>=6.0.0"] atlassian = ["httpx>=0.27.0"]