Skip to content

Commit 9014fb8

Browse files
authored
use latest grpcio, fixes install issue in apple silicon (#241)
Signed-off-by: sriv <srikanth.ddit@gmail.com>
1 parent d9c789b commit 9014fb8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

python.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "python",
3-
"version": "0.3.16",
3+
"version": "0.3.17",
44
"description": "Python support for gauge",
55
"run": {
66
"windows": [

setup.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ setup(
2222
'Programming Language :: Python :: 3.6',
2323
'Programming Language :: Python :: 3.7',
2424
],
25-
install_requires=['redBaron', 'debugpy', 'grpcio==1.34.0', 'protobuf>=3.5.2'],
25+
install_requires=['redBaron', 'debugpy', 'grpcio>=1.39.0', 'protobuf>=3.5.2'],
2626
extras_require={1},
2727
)

0 commit comments

Comments
 (0)