From 6c94bc545268ec0a4edbee41510ccbdf5aaec1d4 Mon Sep 17 00:00:00 2001 From: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com> Date: Fri, 14 May 2021 18:20:12 -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 0d9040f..7f29908 100644 --- a/setup.py +++ b/setup.py @@ -28,6 +28,7 @@ "google-api-core[grpc] >= 1.22.2, < 2.0.0dev", "libcst >= 0.2.5", "proto-plus >= 1.4.0", + "packaging >= 14.3" ] package_root = os.path.abspath(os.path.dirname(__file__)) From 6681c3e4dd7919b1ba7fc566b6656f702ebee743 Mon Sep 17 00:00:00 2001 From: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com> Date: Fri, 14 May 2021 18:20:12 -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 430f833..04a7850 100644 --- a/testing/constraints-3.6.txt +++ b/testing/constraints-3.6.txt @@ -22,3 +22,4 @@ google-api-core==1.22.2 libcst==0.2.5 proto-plus==1.4.0 +packaging==14.3 From 0d446bce2c6b7b152049ed805e5f96f2ce7f1a82 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Sat, 15 May 2021 00:21:41 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7f29908..0beac38 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ "google-api-core[grpc] >= 1.22.2, < 2.0.0dev", "libcst >= 0.2.5", "proto-plus >= 1.4.0", - "packaging >= 14.3" + "packaging >= 14.3", ] package_root = os.path.abspath(os.path.dirname(__file__))