Commit d6d71df 1 parent 3a725f5 commit d6d71df Copy full SHA for d6d71df
File tree 10 files changed +22
-22
lines changed
10 files changed +22
-22
lines changed Original file line number Diff line number Diff line change 56
56
% if grpc_supported :
57
57
extras_require = {
58
58
'grpc' : [
59
- 'grpcio>=1.49.1 ,<2.0' ,
60
- 'protobuf>=4.21,<5.0'
59
+ 'grpcio>=1.59.0 ,<2.0' ,
60
+ 'protobuf>=4.21.6 ,<5.0'
61
61
],
62
62
},
63
63
% endif
Original file line number Diff line number Diff line change @@ -46,8 +46,8 @@ def read_contents(file_to_read):
46
46
],
47
47
extras_require = {
48
48
'grpc' : [
49
- 'grpcio>=1.49.1 ,<2.0' ,
50
- 'protobuf>=4.21,<5.0'
49
+ 'grpcio>=1.59.0 ,<2.0' ,
50
+ 'protobuf>=4.21.6 ,<5.0'
51
51
],
52
52
},
53
53
setup_requires = ['pytest-runner' , ],
Original file line number Diff line number Diff line change @@ -47,8 +47,8 @@ def read_contents(file_to_read):
47
47
],
48
48
extras_require = {
49
49
'grpc' : [
50
- 'grpcio>=1.49.1 ,<2.0' ,
51
- 'protobuf>=4.21,<5.0'
50
+ 'grpcio>=1.59.0 ,<2.0' ,
51
+ 'protobuf>=4.21.6 ,<5.0'
52
52
],
53
53
},
54
54
setup_requires = ['pytest-runner' , ],
Original file line number Diff line number Diff line change @@ -46,8 +46,8 @@ def read_contents(file_to_read):
46
46
],
47
47
extras_require = {
48
48
'grpc' : [
49
- 'grpcio>=1.49.1 ,<2.0' ,
50
- 'protobuf>=4.21,<5.0'
49
+ 'grpcio>=1.59.0 ,<2.0' ,
50
+ 'protobuf>=4.21.6 ,<5.0'
51
51
],
52
52
},
53
53
setup_requires = ['pytest-runner' , ],
Original file line number Diff line number Diff line change @@ -47,8 +47,8 @@ def read_contents(file_to_read):
47
47
],
48
48
extras_require = {
49
49
'grpc' : [
50
- 'grpcio>=1.49.1 ,<2.0' ,
51
- 'protobuf>=4.21,<5.0'
50
+ 'grpcio>=1.59.0 ,<2.0' ,
51
+ 'protobuf>=4.21.6 ,<5.0'
52
52
],
53
53
},
54
54
setup_requires = ['pytest-runner' , ],
Original file line number Diff line number Diff line change @@ -47,8 +47,8 @@ def read_contents(file_to_read):
47
47
],
48
48
extras_require = {
49
49
'grpc' : [
50
- 'grpcio>=1.49.1 ,<2.0' ,
51
- 'protobuf>=4.21,<5.0'
50
+ 'grpcio>=1.59.0 ,<2.0' ,
51
+ 'protobuf>=4.21.6 ,<5.0'
52
52
],
53
53
},
54
54
setup_requires = ['pytest-runner' , ],
Original file line number Diff line number Diff line change @@ -47,8 +47,8 @@ def read_contents(file_to_read):
47
47
],
48
48
extras_require = {
49
49
'grpc' : [
50
- 'grpcio>=1.49.1 ,<2.0' ,
51
- 'protobuf>=4.21,<5.0'
50
+ 'grpcio>=1.59.0 ,<2.0' ,
51
+ 'protobuf>=4.21.6 ,<5.0'
52
52
],
53
53
},
54
54
setup_requires = ['pytest-runner' , ],
Original file line number Diff line number Diff line change @@ -46,8 +46,8 @@ def read_contents(file_to_read):
46
46
],
47
47
extras_require = {
48
48
'grpc' : [
49
- 'grpcio>=1.49.1 ,<2.0' ,
50
- 'protobuf>=4.21,<5.0'
49
+ 'grpcio>=1.59.0 ,<2.0' ,
50
+ 'protobuf>=4.21.6 ,<5.0'
51
51
],
52
52
},
53
53
setup_requires = ['pytest-runner' , ],
Original file line number Diff line number Diff line change @@ -136,16 +136,16 @@ deps =
136
136
test: mako
137
137
test: numpy
138
138
test: hightime
139
- test: grpcio == 1.49.1 # Compatible with grpcio-tools 1.49.1
140
- test: protobuf == 4.21 # Compatible with grpcio-tools 1.49.1
139
+ test: grpcio == 1.59.0 # Compatible with grpcio-tools 1.59.0
140
+ test: protobuf == 4.21.6 # Compatible with grpcio-tools 1.59.0
141
141
build_test: pytest
142
142
build_test: coverage
143
143
build_test: mako
144
144
build_test: hacking
145
145
build_test: pep8-naming
146
146
codegen: mako
147
147
codegen: packaging
148
- codegen: grpcio-tools == 1.49.1
148
+ codegen: grpcio-tools == 1.59.0 # First version to support Python 3.12
149
149
installers: build
150
150
flake8: hacking
151
151
flake8: pep8-naming
Original file line number Diff line number Diff line change @@ -136,16 +136,16 @@ deps =
136
136
test: mako
137
137
test: numpy
138
138
test: hightime
139
- test: grpcio == 1.49.1 # Compatible with grpcio-tools 1.49.1
140
- test: protobuf == 4.21 # Compatible with grpcio-tools 1.49.1
139
+ test: grpcio == 1.59.0 # Compatible with grpcio-tools 1.59.0
140
+ test: protobuf == 4.21.6 # Compatible with grpcio-tools 1.59.0
141
141
build_test: pytest
142
142
build_test: coverage
143
143
build_test: mako
144
144
build_test: hacking
145
145
build_test: pep8-naming
146
146
codegen: mako
147
147
codegen: packaging
148
- codegen: grpcio-tools == 1.49.1
148
+ codegen: grpcio-tools == 1.59.0 # First version to support Python 3.12
149
149
installers: build
150
150
flake8: hacking
151
151
flake8: pep8-naming
You can’t perform that action at this time.
0 commit comments