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.
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 otherrequirements.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.