Skip to content

Commit b2d8cc5

Browse files
lrafeeiumaannamalaiTimPansinohmstepanek
authored
Pin gRPC version supported in Python 3.7 (#1239)
* Pin gRPC version supported in Python 3.7 * Update tox.ini Co-authored-by: Uma Annamalai <[email protected]> * Clean up tox runners Co-authored-by: Uma Annamalai <[email protected]> Co-authored-by: Timothy Pansino <[email protected]> Co-authored-by: Hannah Stepanek <[email protected]> --------- Co-authored-by: Uma Annamalai <[email protected]> Co-authored-by: Uma Annamalai <[email protected]> Co-authored-by: Timothy Pansino <[email protected]> Co-authored-by: Hannah Stepanek <[email protected]>
1 parent 96fa0e0 commit b2d8cc5

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

tox.ini

+8-7
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ envlist =
4747
elasticsearchserver07-datastore_elasticsearch-{py37,py38,py39,py310,py311,py312,py313,pypy310}-elasticsearch07,
4848
elasticsearchserver08-datastore_elasticsearch-{py37,py38,py39,py310,py311,py312,py313,pypy310}-elasticsearch08,
4949
firestore-datastore_firestore-{py37,py38,py39,py310,py311,py312,py313},
50-
grpc-framework_grpc-{py37,py38,py39,py310,py311,py312,py313}-grpclatest,
50+
grpc-framework_grpc-py37-grpc0167,
51+
grpc-framework_grpc-{py38,py39,py310,py311,py312,py313}-grpclatest,
5152
kafka-messagebroker_confluentkafka-py39-confluentkafka{0108,0107,0106},
5253
kafka-messagebroker_confluentkafka-{py37,py38,py39,py310,py311,py312}-confluentkafkalatest,
5354
;; Package not ready for Python 3.13 (missing wheel)
@@ -216,6 +217,9 @@ deps =
216217
adapter_waitress-waitresslatest: waitress
217218
agent_features: beautifulsoup4
218219
agent_features: protobuf
220+
agent_streaming-protobuf04: protobuf<5
221+
agent_streaming-protobuf03: protobuf<4
222+
agent_streaming-protobuf0319: protobuf<3.20
219223
application_celery-celerylatest: celery[pytest]
220224
application_celery-celery0504: celery[pytest]<5.5
221225
application_celery-celery0503: celery[pytest]<5.4
@@ -342,12 +346,9 @@ deps =
342346
framework_grpc-grpclatest: protobuf
343347
framework_grpc-grpclatest: grpcio
344348
framework_grpc-grpclatest: grpcio-tools
345-
grpc0125: grpcio<1.26
346-
grpc0125: grpcio-tools<1.26
347-
grpc0125: protobuf<3.18.0
348-
protobuf0319: protobuf<3.20
349-
protobuf03: protobuf<4
350-
protobuf04: protobuf<5
349+
framework_grpc-grpc0167: grpcio<1.67
350+
framework_grpc-grpc0167: grpcio-tools<1.67
351+
framework_grpc-grpc0167: protobuf<5
351352
framework_pyramid: routes
352353
framework_pyramid-cornice: cornice!=5.0.0
353354
framework_pyramid-Pyramidlatest: Pyramid

0 commit comments

Comments
 (0)