diff --git a/packages/google-cloud-gke-hub/setup.py b/packages/google-cloud-gke-hub/setup.py index 53f93b2cd644..a49ac612c1c7 100644 --- a/packages/google-cloud-gke-hub/setup.py +++ b/packages/google-cloud-gke-hub/setup.py @@ -27,6 +27,7 @@ dependencies = [ "google-api-core[grpc] >= 1.22.2, < 2.0.0dev", "proto-plus >= 1.4.0", + "packaging >= 14.3", ] package_root = os.path.abspath(os.path.dirname(__file__)) diff --git a/packages/google-cloud-gke-hub/testing/constraints-3.6.txt b/packages/google-cloud-gke-hub/testing/constraints-3.6.txt index 650f2c58d1b9..a85c4a109998 100644 --- a/packages/google-cloud-gke-hub/testing/constraints-3.6.txt +++ b/packages/google-cloud-gke-hub/testing/constraints-3.6.txt @@ -21,3 +21,4 @@ # Then this file should have foo==1.14.0 google-api-core==1.22.2 proto-plus==1.4.0 +packaging==14.3