### Is this a new bug? - [X] I believe this is a new bug - [X] I have searched the existing issues, and I could not find an existing issue for this 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 ```markdown - **OS**: - **Language version**: - **Canopy version**: ``` ### Additional Context _No response_
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
Additional Context
No response