Skip to content

Commit 7613a18

Browse files
Update grpcio version in setup tmpl (#201)
* update grpcio version to match requirements.txt Signed-off-by: NivedhaSenthil <nivedhasenthil@gmail.com> * Bump up version to 0.3.12 Signed-off-by: NivedhaSenthil <nivedhasenthil@gmail.com>
1 parent e8666ce commit 7613a18

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.11",
3+
"version": "0.3.12",
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', 'parso', 'debugpy', 'grpcio==1.28.1', 'protobuf>=3.5.2', 'six'],
25+
install_requires=['redBaron', 'parso', 'debugpy', 'grpcio==1.32.0', 'protobuf>=3.5.2', 'six'],
2626
extras_require={1},
2727
)

0 commit comments

Comments
 (0)