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

chore(deps): pin specific version rather than ranged specifier #276

Closed dandhlee closed 1 year ago

dandhlee commented 1 year ago

Due to hashed requirements requiring a pinned specific version rather than ranged specifiers, adding in a fix to use a pinned version of googleapis-common-protos rather than implicitly letting the version selector determine this. A lot of other requirements.txt removal may not have been reflected last time I tried to keep this file in sync but is working as intended.

Verified that the requirement.txt file now installs successfully after trying to install on a new Python venv, and the previous one indeed failed in comparison.

Fixes #275.