From 957b4b619049e31e890f32ac9ca2aa0c38fa0d30 Mon Sep 17 00:00:00 2001 From: Yuval Lifshitz Date: Wed, 25 Mar 2026 18:17:56 +0000 Subject: [PATCH] test/rgw/notification: fix the cloudevents package version Fixes: https://tracker.ceph.com/issues/75713 Signed-off-by: Yuval Lifshitz --- src/test/rgw/bucket_notification/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/rgw/bucket_notification/requirements.txt b/src/test/rgw/bucket_notification/requirements.txt index 8a170924a32f..55685e4842d0 100644 --- a/src/test/rgw/bucket_notification/requirements.txt +++ b/src/test/rgw/bucket_notification/requirements.txt @@ -3,6 +3,6 @@ boto3 >=1.0.0 configparser >=5.0.0 kafka-python >=2.0.0 pika -cloudevents +cloudevents>=1.12.1,<2 xmltodict requests>=2.28.0 -- 2.47.3