Skip to content

Commit d81b5a9

Browse files
committed
Eliminate protobuf upper bound
1 parent cc9e249 commit d81b5a9

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

build/templates/setup.py.mako

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ setup(
4646
extras_require={
4747
'grpc': [
4848
'grpcio>=1.59.0,<2.0',
49-
'protobuf>=4.21.6,<6.0'
49+
'protobuf>=4.21.6'
5050
],
5151
},
5252
% endif

generated/nidcpower/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def read_contents(file_to_read):
3636
extras_require={
3737
'grpc': [
3838
'grpcio>=1.59.0,<2.0',
39-
'protobuf>=4.21.6,<6.0'
39+
'protobuf>=4.21.6'
4040
],
4141
},
4242
classifiers=[

generated/nidigital/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def read_contents(file_to_read):
3737
extras_require={
3838
'grpc': [
3939
'grpcio>=1.59.0,<2.0',
40-
'protobuf>=4.21.6,<6.0'
40+
'protobuf>=4.21.6'
4141
],
4242
},
4343
classifiers=[

generated/nidmm/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def read_contents(file_to_read):
3636
extras_require={
3737
'grpc': [
3838
'grpcio>=1.59.0,<2.0',
39-
'protobuf>=4.21.6,<6.0'
39+
'protobuf>=4.21.6'
4040
],
4141
},
4242
classifiers=[

generated/nifake/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def read_contents(file_to_read):
3737
extras_require={
3838
'grpc': [
3939
'grpcio>=1.59.0,<2.0',
40-
'protobuf>=4.21.6,<6.0'
40+
'protobuf>=4.21.6'
4141
],
4242
},
4343
classifiers=[

generated/nifgen/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def read_contents(file_to_read):
3737
extras_require={
3838
'grpc': [
3939
'grpcio>=1.59.0,<2.0',
40-
'protobuf>=4.21.6,<6.0'
40+
'protobuf>=4.21.6'
4141
],
4242
},
4343
classifiers=[

generated/niscope/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def read_contents(file_to_read):
3737
extras_require={
3838
'grpc': [
3939
'grpcio>=1.59.0,<2.0',
40-
'protobuf>=4.21.6,<6.0'
40+
'protobuf>=4.21.6'
4141
],
4242
},
4343
classifiers=[

generated/niswitch/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def read_contents(file_to_read):
3636
extras_require={
3737
'grpc': [
3838
'grpcio>=1.59.0,<2.0',
39-
'protobuf>=4.21.6,<6.0'
39+
'protobuf>=4.21.6'
4040
],
4141
},
4242
classifiers=[

0 commit comments

Comments
 (0)