From c6421a81f71ba7676bc6017b29018f7eab95ac7c Mon Sep 17 00:00:00 2001 From: Bu Sun Kim Date: Sat, 22 May 2021 00:18:53 +0000 Subject: [PATCH 1/3] fix(deps): add packaging requirement --- setup.py | 1 + testing/constraints-3.6.txt | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 53156a5..6af05ae 100644 --- a/setup.py +++ b/setup.py @@ -28,6 +28,7 @@ "google-api-core[grpc] >= 1.22.2, < 2.0.0dev", "grpc-google-iam-v1 >= 0.12.3, < 0.13dev", "proto-plus >= 1.4.0", + "packaging >= 14.3" "libcst >= 0.2.5", ] diff --git a/testing/constraints-3.6.txt b/testing/constraints-3.6.txt index 23330fd..dfd738a 100644 --- a/testing/constraints-3.6.txt +++ b/testing/constraints-3.6.txt @@ -8,4 +8,6 @@ google-api-core==1.22.2 grpc-google-iam-v1==0.12.3 proto-plus==1.4.0 -libcst==0.2.5 \ No newline at end of file +libcst==0.2.5 +packaging==14.3 +google-auth==1.24.0 # TODO: remove when google-auth>=1.25.0 si transitively required through google-api-core From ed571097ddbbbe8f953241dc0896783e226dc887 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Sat, 22 May 2021 00:27:40 +0000 Subject: [PATCH 2/3] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 6af05ae..90dc1e5 100644 --- a/setup.py +++ b/setup.py @@ -28,8 +28,7 @@ "google-api-core[grpc] >= 1.22.2, < 2.0.0dev", "grpc-google-iam-v1 >= 0.12.3, < 0.13dev", "proto-plus >= 1.4.0", - "packaging >= 14.3" - "libcst >= 0.2.5", + "packaging >= 14.3" "libcst >= 0.2.5", ] package_root = os.path.abspath(os.path.dirname(__file__)) From 63db2890fcb23750f9c8a5fc2aaad9ba90541f4d Mon Sep 17 00:00:00 2001 From: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com> Date: Fri, 21 May 2021 18:30:23 -0600 Subject: [PATCH 3/3] Update setup.py --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 90dc1e5..199811f 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,8 @@ "google-api-core[grpc] >= 1.22.2, < 2.0.0dev", "grpc-google-iam-v1 >= 0.12.3, < 0.13dev", "proto-plus >= 1.4.0", - "packaging >= 14.3" "libcst >= 0.2.5", + "packaging >= 14.3", + "libcst >= 0.2.5", ] package_root = os.path.abspath(os.path.dirname(__file__))