From dfa5a542434818b9784d47c77e9851f5c8ebf15a Mon Sep 17 00:00:00 2001 From: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com> Date: Mon, 14 Feb 2022 14:06:29 -0700 Subject: [PATCH 1/2] fix(deps): delete unused dependency libcst --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index 08a0925..465dc13 100644 --- a/setup.py +++ b/setup.py @@ -49,7 +49,6 @@ # Until this issue is closed # https://github.com/googleapis/google-cloud-python/issues/10566 "google-api-core[grpc] >= 1.28.0, <3.0.0dev", - "libcst >= 0.2.5", "proto-plus >= 1.4.0", "packaging >= 14.3", ), From 59a72907e97b4fb6ae2d817bc30d77b036994595 Mon Sep 17 00:00:00 2001 From: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com> Date: Tue, 15 Feb 2022 08:38:28 -0700 Subject: [PATCH 2/2] chore: remove libcst from constraints --- testing/constraints-3.6.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/testing/constraints-3.6.txt b/testing/constraints-3.6.txt index 61f0ec4..5c1659b 100644 --- a/testing/constraints-3.6.txt +++ b/testing/constraints-3.6.txt @@ -6,6 +6,5 @@ # e.g., if setup.py has "foo >= 1.14.0, < 2.0.0dev", # Then this file should have foo==1.14.0 google-api-core==1.28.0 -libcst==0.2.5 proto-plus==1.4.0 packaging==14.3