Skip to content

Commit cc9d119

Browse files
committed
Resolves firebase#234 - upping the dependency to cloudevents>=1.2.0,<2.0.0
1 parent cda74c0 commit cc9d119

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
install_requires = [
2121
'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',
22+
'pyyaml>=6.0', 'typing-extensions>=4.4.0', 'cloudevents>=1.2.0,<2.0.0',
2323
'flask-cors>=3.0.10', 'pyjwt[crypto]>=2.5.0', 'google-events==0.5.0',
2424
'google-cloud-firestore>=2.11.0'
2525
]

0 commit comments

Comments
 (0)