From: Yuval Lifshitz Date: Wed, 25 Mar 2026 18:17:56 +0000 (+0000) Subject: test/rgw/notification: fix the cloudevents package version X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=957b4b619049e31e890f32ac9ca2aa0c38fa0d30;p=ceph.git test/rgw/notification: fix the cloudevents package version Fixes: https://tracker.ceph.com/issues/75713 Signed-off-by: Yuval Lifshitz --- 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