Assigned
Status Update
Comments
va...@google.com <va...@google.com>
du...@google.com <du...@google.com> #2
Hello,
Thank you for reaching out to us with your request.
We have duly noted your feedback and will thoroughly validate it. While we cannot provide an estimated time of implementation or guarantee the fulfillment of the issue, please be assured that your input is highly valued. Your feedback enables us to enhance our products and services.
We appreciate your continued trust and support in improving our Google Cloud Platform products. In case you want to report a new issue, Please do not hesitate to create a new issue on the
Once again, we sincerely appreciate your valuable feedback; Thank you for your understanding and collaboration.
Description
Per the documentation , pip dependencies must be specified in a is the standard the Python world seems to be moving towards, and it supports specifying dependencies . Would love to be able to use it for Google Cloud Run Functions.
requirements.txt
file.pyproject.yaml
As a workaround, .
pip-compile
can be used to generate arequirements.txt
from apyproject.toml
Thanks!