Skip to content

Commit 9bbc6fa

Browse files
sodndwapstra
authored andcommitted
updating the version in proto packages and modified the import
1 parent 9d7d785 commit 9bbc6fa

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

connector/setup.py

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -179,11 +179,13 @@ def find_version(*paths):
179179

180180
# package dependencies
181181
install_requires = [
182-
'paramiko >= 1.15.1',
183-
'lxml >= 3.3.0',
184-
'ncclient >= 0.6.6',
185-
'grpcio',
186-
'protobuf'
182+
'paramiko >= 3.5.0',
183+
'lxml >= 4.9.4, <5.0.0',
184+
'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'
187189
],
188190

189191
# any additional groups of dependencies.

connector/src/yang/connector/proto/protofiles/gnmi.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ syntax = "proto3";
1717

1818
import "google/protobuf/any.proto";
1919
import "google/protobuf/descriptor.proto";
20-
import "github.com/openconfig/gnmi/proto/gnmi_ext/gnmi_ext.proto";
20+
import "gnmi_ext.proto";
2121

2222
// Package gNMI defines a service specification for the gRPC Network Management
2323
// Interface. This interface is defined to be a standard interface via which

0 commit comments

Comments
 (0)