File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed
src/yang/connector/proto/protofiles Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ syntax = "proto3";
1717
1818import "google/protobuf/any.proto" ;
1919import "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
You can’t perform that action at this time.
0 commit comments