We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cda74c0 commit 8a2cce7Copy full SHA for 8a2cce7
setup.py
@@ -19,7 +19,7 @@
19
20
install_requires = [
21
'flask>=2.1.2', 'functions-framework>=3.0.0', 'firebase-admin>=6.0.0',
22
- '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',
23
'flask-cors>=3.0.10', 'pyjwt[crypto]>=2.5.0', 'google-events==0.5.0',
24
'google-cloud-firestore>=2.11.0'
25
]
0 commit comments