There is a prerelease_deps nox session for packages in google-cloud-python, for example, that tests against pre-release versions of direct dependencies. We should create a similar presubmit check in this repository that tests pre-release versions of dependencies. For example, when a new pre-release version of protobuf is published, there should be a prerelease presubmit check in this repo that run tests against it.
There is a
prerelease_depsnox session for packages ingoogle-cloud-python, for example, that tests against pre-release versions of direct dependencies. We should create a similar presubmit check in this repository that tests pre-release versions of dependencies. For example, when a new pre-release version ofprotobufis published, there should be a prerelease presubmit check in this repo that run tests against it.