Skip to content

Commit 3e456b8

Browse files
committed
fix: use specifically 0.5.0 google-events as breaking api changes with >=
1 parent a149f8b commit 3e456b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
install_requires = [
2121
'flask>=2.1.2', 'functions-framework>=3.0.0', 'firebase-admin>=6.0.0',
2222
'pyyaml>=6.0', 'typing-extensions>=4.4.0', 'cloudevents==1.9.0',
23-
'flask-cors>=3.0.10', 'pyjwt[crypto]>=2.5.0', 'google-events>=0.5.0',
23+
'flask-cors>=3.0.10', 'pyjwt[crypto]>=2.5.0', 'google-events==0.5.0',
2424
'google-cloud-firestore>=2.11.0'
2525
]
2626

0 commit comments

Comments
 (0)