Skip to content

Commit 1e70a84

Browse files
flombardiskkumaravel
authored andcommitted
Update grpcio version (#18)
* Update grpcio version Update grpcio version to fix memory leak when using streaming API : grpc/grpc#12383 * Update grpcio version in setup.py too
1 parent b488d52 commit 1e70a84

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
grpcio==1.0.0
1+
grpcio==1.18.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
licencse='Apache 2.0',
1111
packages=['iosxr_grpc'],
1212
install_requires=[
13-
'grpcio==1.0.0',
13+
'grpcio==1.18.0',
1414
],
1515
zip_safe=False)

0 commit comments

Comments
 (0)