We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently, firebase-functions-python requires cloudevents==1.9.0 which conflicts with openmeter which requires cloudevents<2.0.0 and >=1.10.0.
cloudevents==1.9.0
openmeter
cloudevents<2.0.0 and >=1.10.0
Also, functions-frameworkcomes with cloudevents<2.0.0 and >=1.2.0. Suggesting mimicking functions-frameworkdecency here, that would include 1.10.0
functions-framework
cloudevents<2.0.0 and >=1.2.0
1.10.0
The text was updated successfully, but these errors were encountered:
Resolves firebase#234 - upping the dependency to cloudevents>=1.2.0,<…
cc9d119
…2.0.0
Successfully merging a pull request may close this issue.
Currently, firebase-functions-python requires
cloudevents==1.9.0
which conflicts withopenmeter
which requirescloudevents<2.0.0 and >=1.10.0
.Also,
functions-framework
comes withcloudevents<2.0.0 and >=1.2.0
. Suggesting mimickingfunctions-framework
decency here, that would include1.10.0
The text was updated successfully, but these errors were encountered: