From 1b1d6b3d39c4f61d31223c82252aa08fcf307ced Mon Sep 17 00:00:00 2001 From: kalyanr Date: Fri, 18 Oct 2024 22:52:10 +0530 Subject: [PATCH] pin min amqp --- hatch_build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hatch_build.py b/hatch_build.py index 2476745730a32..960f818d48f18 100644 --- a/hatch_build.py +++ b/hatch_build.py @@ -118,7 +118,7 @@ "flask-bcrypt>=0.7.1", ], "rabbitmq": [ - "amqp", + "amqp>=5.2.0", ], "s3fs": [ # This is required for support of S3 file system which uses aiobotocore