We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f8b953a + 07ff334 commit 5164ff6Copy full SHA for 5164ff6
requirements.txt
@@ -1,2 +1,2 @@
1
-grpcio==1.53.0
+grpcio==1.53.2
2
protobuf==3.15.0
setup.py
@@ -10,7 +10,7 @@
10
licencse='Apache 2.0',
11
packages=['iosxr_grpc'],
12
install_requires=[
13
- 'grpcio==1.53.0',
+ 'grpcio==1.53.2',
14
'protobuf==3.15.0',
15
],
16
zip_safe=False)
0 commit comments