From e091877f4151e5322b073769095b5a9aa1d1477b Mon Sep 17 00:00:00 2001 From: Corie Watson Date: Wed, 7 May 2025 15:52:51 +0100 Subject: [PATCH] chore: update cloudevents dependency to use >=1.2.0 and <2.0.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b1d4a27..efbc8e0 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ install_requires = [ 'flask>=2.1.2', 'functions-framework>=3.0.0', 'firebase-admin>=6.0.0', - 'pyyaml>=6.0', 'typing-extensions>=4.4.0', 'cloudevents==1.9.0', + 'pyyaml>=6.0', 'typing-extensions>=4.4.0', 'cloudevents>=1.2.0,<2.0.0', 'flask-cors>=3.0.10', 'pyjwt[crypto]>=2.5.0', 'google-events==0.5.0', 'google-cloud-firestore>=2.11.0' ]