googleapis / sphinx-docfx-yaml

Forked sphinx-docfx-yaml repository for creating DocFX YAML for Python Client Libraries
Apache License 2.0
5 stars 7 forks source link

Failed release due to indirect range specified requirement #275

Closed dandhlee closed 1 year ago

dandhlee commented 1 year ago

Seeing this error on the most recent release attempt:

Collecting googleapis-common-protos<2.0dev,>=1.56.2
ERROR: In --require-hashes mode, all requirements must have their versions pinned with ==. These do not:
    googleapis-common-protos<2.0dev,>=1.56.2 from [https://files.pythonhosted.org/packages/32/4e/ed585842aaa704d87495a0e99317aaa44c5007a597c05b995fa8cfc4dfbe/googleapis_common_protos-1.58.0-py2.py3-none-any.whl#sha256=ca3befcd4580dab6ad49356b46bf165bb68ff4b32389f028f1abd7c10ab9519a](https://www.google.com/url?q=https://files.pythonhosted.org/packages/32/4e/ed585842aaa704d87495a0e99317aaa44c5007a597c05b995fa8cfc4dfbe/googleapis_common_protos-1.58.0-py2.py3-none-any.whl%23sha256%3Dca3befcd4580dab6ad49356b46bf165bb68ff4b32389f028f1abd7c10ab9519a&sa=D) (from google-api-core[grpc]==2.8.2->-r github/sphinx-docfx-yaml/.kokoro/requirements.txt (line 235))

This is an indirect requirement through google-api-core, from Vertex AI.