[VOL-4289]  Proto changes for gRPC migration

Change-Id: I317a0a865ccf78d0c37aa229c50d293a3f66c8bb
diff --git a/setup.py b/setup.py
old mode 100644
new mode 100755
index 056438a..1091a67
--- a/setup.py
+++ b/setup.py
@@ -32,7 +32,6 @@
         'Development Status :: 5 - Production/Stable',
         'Intended Audience :: Developers',
         'License :: OSI Approved :: Apache Software License',
-        'Programming Language :: Python :: 2.7',
         'Programming Language :: Python :: 3.5',
         'Programming Language :: Python :: 3.6',
         'Programming Language :: Python :: 3.7',
@@ -41,7 +40,10 @@
     packages = find_packages(where="python"),
     package_dir = {"": "python"},
     install_requires = [
-        "googleapis-common-protos~=1.5.6"
+        "grpcio==1.39.0",
+        "protobuf==3.17.3",
+        "grpcio-tools==1.39.0",
+        "googleapis-common-protos==1.52.0"
     ],
     include_package_data=True,
 )