@@ -47,7 +47,8 @@ envlist =
47
47
elasticsearchserver07-datastore_elasticsearch-{py37,py38,py39,py310,py311,py312,py313,pypy310}-elasticsearch07,
48
48
elasticsearchserver08-datastore_elasticsearch-{py37,py38,py39,py310,py311,py312,py313,pypy310}-elasticsearch08,
49
49
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,
51
52
kafka-messagebroker_confluentkafka-py39-confluentkafka{0108,0107,0106},
52
53
kafka-messagebroker_confluentkafka-{py37,py38,py39,py310,py311,py312}-confluentkafkalatest,
53
54
; ; Package not ready for Python 3.13 (missing wheel)
@@ -216,6 +217,9 @@ deps =
216
217
adapter_waitress-waitresslatest: waitress
217
218
agent_features: beautifulsoup4
218
219
agent_features: protobuf
220
+ agent_streaming-protobuf04: protobuf<5
221
+ agent_streaming-protobuf03: protobuf<4
222
+ agent_streaming-protobuf0319: protobuf<3.20
219
223
application_celery-celerylatest: celery[pytest]
220
224
application_celery-celery0504: celery[pytest]<5.5
221
225
application_celery-celery0503: celery[pytest]<5.4
@@ -342,12 +346,9 @@ deps =
342
346
framework_grpc-grpclatest: protobuf
343
347
framework_grpc-grpclatest: grpcio
344
348
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
351
352
framework_pyramid: routes
352
353
framework_pyramid-cornice: cornice!=5.0.0
353
354
framework_pyramid-Pyramidlatest: Pyramid
0 commit comments