This repository was archived by the owner on Nov 13, 2024. It is now read-only.

Description
Is this a new bug?
Current Behavior
There is a package conflict for Gunicorn when using the functions framework package used to upload to Google Cloud functions.
canopy-sdk requires gunicorn version >=21.2.0 and < 22.0.0, and functions framework requires < 21.0.0 and > 19.2.0
Expected Behavior
I expect no conflict
Steps To Reproduce
try to deploy using google cloud with a python runtime
Relevant log output
No response
Environment
- **OS**:
- **Language version**:
- **Canopy version**:
Additional Context
No response