From 96e16b7dda51ea29bf472003b1789ec02461a107 Mon Sep 17 00:00:00 2001 From: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com> Date: Fri, 14 May 2021 18:02:25 -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 ffa79be0..41b6779f 100644 --- a/setup.py +++ b/setup.py @@ -42,6 +42,7 @@ install_requires=( "google-api-core[grpc] >= 1.22.2, < 2.0.0dev", "proto-plus >= 1.15.0", + "packaging >= 14.3" ), python_requires=">=3.6", classifiers=[ From cd08def0ff06c6dfe087689b2047a69177b6563a Mon Sep 17 00:00:00 2001 From: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com> Date: Fri, 14 May 2021 18:02:26 -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 a9297012..b664e31a 100644 --- a/testing/constraints-3.6.txt +++ b/testing/constraints-3.6.txt @@ -7,3 +7,4 @@ # Then this file should have google-cloud-foo==1.14.0 google-api-core==1.22.2 proto-plus==1.15.0 +packaging==14.3 From aff53d457183ce6a0c3952b5ebcbe5f157a62778 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Sat, 15 May 2021 00:03:09 +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 41b6779f..6fd1c675 100644 --- a/setup.py +++ b/setup.py @@ -42,7 +42,7 @@ install_requires=( "google-api-core[grpc] >= 1.22.2, < 2.0.0dev", "proto-plus >= 1.15.0", - "packaging >= 14.3" + "packaging >= 14.3", ), python_requires=">=3.6", classifiers=[