diff --git a/metrics/bigfiles_high_water_mark b/metrics/bigfiles_high_water_mark index 07b0c7609..1f3d8a7a1 100644 --- a/metrics/bigfiles_high_water_mark +++ b/metrics/bigfiles_high_water_mark @@ -1 +1 @@ -1015 +1028 diff --git a/setup.py b/setup.py index 5357ef826..9d4d6db6f 100755 --- a/setup.py +++ b/setup.py @@ -105,6 +105,19 @@ def initialize_options(self) -> None: # # https://github.com/googleapis/google-auth-library-python/issues/190 'google-api-python-client>=1.8.0,<1.9.0', + # + # For some reason this issue started happening consistently around 2020-10: + # + # https://app.circleci.com/pipelines/github/bluelabsio/records-mover/1134/workflows/267ca651-def1-4f60-bdfb-0f857a9e0c60/jobs/9770 + # + # This seems to be a clue: + # + # https://github.com/pypa/pip/issues/8407 + # + # However, downgrading pip does not seem to resolve it, so it + # doesn't seem to have been caused by a pip upgrade. For now + # we'll explicitly state the dependency for force the install: + 'grpcio<2.0dev,>=1.29.0', ] nose_dependencies = [