diff --git a/setup.py b/setup.py index 87bb9a2..c0c4dfe 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ install_requires=[ "betterproto-for-temporal-python-sdk==1.2.5", "dataclasses-json==0.3.8", - "grpcio==1.30.0", + "grpcio==1.38.0", "grpclib==0.3.2", "h2==3.2.0", "more-itertools==7.0.0", @@ -28,6 +28,7 @@ "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", + "Programming Language :: Python :: 3.9", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", ],