From 5b2735bc22d607b96afd21615da9180e6abc9b40 Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Fri, 3 Jun 2022 07:48:08 -0400 Subject: [PATCH 1/2] chore: test minimum dependencies in python 3.7 --- testing/constraints-3.7.txt | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/testing/constraints-3.7.txt b/testing/constraints-3.7.txt index e69de29b..014e2b2a 100644 --- a/testing/constraints-3.7.txt +++ b/testing/constraints-3.7.txt @@ -0,0 +1,16 @@ +# This constraints file is used to check that lower bounds +# are correct in setup.py +# List *all* library dependencies and extras in this file. +# Pin the version to the lower bound. +# +# e.g., if setup.py has "foo >= 1.14.0, < 2.0.0dev", +# Then this file should have foo==1.14.0 +googleapis-common-protos==1.56.2 +protobuf==3.15.0 +google-auth==1.25.0 +requests==2.18.0 +packaging==14.3 +grpcio==1.33.2 +grpcio-gcp==0.2.2 +grpcio-gcp==0.2.2 +grpcio-status==1.33.2 From 2c8711ddec5bcd27c75b1730a3052094ff694160 Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Fri, 3 Jun 2022 07:48:45 -0400 Subject: [PATCH 2/2] remove duplicate entry --- testing/constraints-3.7.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/testing/constraints-3.7.txt b/testing/constraints-3.7.txt index 014e2b2a..36643dbc 100644 --- a/testing/constraints-3.7.txt +++ b/testing/constraints-3.7.txt @@ -12,5 +12,4 @@ requests==2.18.0 packaging==14.3 grpcio==1.33.2 grpcio-gcp==0.2.2 -grpcio-gcp==0.2.2 grpcio-status==1.33.2