From 685f09f3f8c6bffee61e350909b1c37a43e6630e Mon Sep 17 00:00:00 2001 From: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com> Date: Fri, 14 May 2021 18:20:04 -0600 Subject: [PATCH 1/3] fix(deps): add packaging requirement --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 283fa3d..d369460 100644 --- a/setup.py +++ b/setup.py @@ -27,6 +27,7 @@ dependencies = [ "google-api-core[grpc] >= 1.22.2, < 2.0.0dev", "proto-plus >= 1.18.1", + "packaging >= 14.3" "grpc-google-iam-v1", "six", ] From 72f800562e3aa7c466b6b86a66c104926d97e824 Mon Sep 17 00:00:00 2001 From: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com> Date: Fri, 14 May 2021 18:20:05 -0600 Subject: [PATCH 2/3] fix(deps): add packaging requirement --- testing/constraints-3.6.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/testing/constraints-3.6.txt b/testing/constraints-3.6.txt index dd25d17..e5c3a86 100644 --- a/testing/constraints-3.6.txt +++ b/testing/constraints-3.6.txt @@ -9,3 +9,4 @@ google-api-core==1.22.2 proto-plus==1.18.1 grpc-google-iam-v1==0.12.3 six==1.13.0 +packaging==14.3 From e488f72bd9fe3d037957bb6df51c937cf258b15f Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Sat, 15 May 2021 00:21:36 +0000 Subject: [PATCH 3/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 d369460..88de90c 100644 --- a/setup.py +++ b/setup.py @@ -27,8 +27,7 @@ dependencies = [ "google-api-core[grpc] >= 1.22.2, < 2.0.0dev", "proto-plus >= 1.18.1", - "packaging >= 14.3" - "grpc-google-iam-v1", + "packaging >= 14.3" "grpc-google-iam-v1", "six", ]