Skip to content

Commit 0da1c07

Browse files
sodndwapstra
authored andcommitted
fixed version
1 parent 2b7ceeb commit 0da1c07

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

connector/setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -182,10 +182,10 @@ def find_version(*paths):
182182
'paramiko >= 3.5.0',
183183
'lxml >= 4.9.4, <5.0.0',
184184
'ncclient >= 0.6.16',
185-
'grpcio >= 1.67.1',
186-
'grpcio-tools >= 1.67.1',
187-
'googleapis-common-protos >= 1.65.0',
188-
'protobuf >= 5.28.3'
185+
'grpcio >= 1.68.0',
186+
'grpcio-tools >= 1.68.0',
187+
'googleapis-common-protos >= 1.66.0',
188+
'protobuf >= 5.26.1'
189189
],
190190

191191
# any additional groups of dependencies.

connector/src/yang/connector/proto/gnmi_pb2.py

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)