Skip to content

Commit 2beb522

Browse files
committed
downgrades protobuf
1 parent 2c9f9df commit 2beb522

File tree

26 files changed

+74
-46
lines changed

26 files changed

+74
-46
lines changed

packages/aws-library/requirements/_base.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ propcache==0.3.2
225225
# via
226226
# aiohttp
227227
# yarl
228-
protobuf==5.29.5
228+
protobuf==5.29.3
229229
# via
230230
# -c requirements/../../../packages/common-library/requirements/../../../requirements/constraints.txt
231231
# -c requirements/../../../packages/models-library/requirements/../../../packages/common-library/requirements/../../../requirements/constraints.txt

packages/celery-library/requirements/_base.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ propcache==0.3.2
213213
# via
214214
# aiohttp
215215
# yarl
216-
protobuf==5.29.5
216+
protobuf==5.29.3
217217
# via
218218
# -c requirements/../../../packages/common-library/requirements/../../../requirements/constraints.txt
219219
# -c requirements/../../../packages/models-library/requirements/../../../packages/common-library/requirements/../../../requirements/constraints.txt

packages/service-library/requirements/_base.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ propcache==0.3.2
165165
# via
166166
# aiohttp
167167
# yarl
168-
protobuf==5.29.5
168+
protobuf==5.29.3
169169
# via
170170
# -c requirements/../../../packages/common-library/requirements/../../../requirements/constraints.txt
171171
# -c requirements/../../../packages/models-library/requirements/../../../packages/common-library/requirements/../../../requirements/constraints.txt

packages/simcore-sdk/requirements/_base.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ propcache==0.3.2
282282
# via
283283
# aiohttp
284284
# yarl
285-
protobuf==5.29.5
285+
protobuf==5.29.3
286286
# via
287287
# -c requirements/../../../packages/common-library/requirements/../../../requirements/constraints.txt
288288
# -c requirements/../../../packages/models-library/requirements/../../../packages/common-library/requirements/../../../requirements/constraints.txt

requirements/constraints.txt

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ jinja2>=2.11.3 # https://github.com/advisories/GH
1818
mako>=1.2.2 # https://github.com/advisories/GHSA-v973-fxgf-6xhp
1919
orjson>=3.9.15 # https://github.com/advisories/GHSA-pwr2-4v36-6qpr
2020
paramiko>=2.10.1 # https://github.com/advisories/GHSA-f8q4-jwww-x3wv
21-
protobuf>=5.29.5 # https://github.com/advisories/GHSA-8qvm-5x2c-j2w7
2221
py>=1.11.0 # https://github.com/advisories/GHSA-w596-4wvx-j9j6 / CVE-2022-42969
2322
pyyaml>=5.4 # https://github.com/advisories/GHSA-8q59-q68h-6hv4
2423
redis>=4.5.4 # https://github.com/advisories/GHSA-24wv-mv5m-xv4h
@@ -53,6 +52,18 @@ httpx!=0.28.0 # Waiting for fix in respx: https://github.com/lundberg/respx/pul
5352
pydantic>=2.10.0 # Avoids inter-version compatibility serialization errors as: _pickle.UnpicklingError: NEWOBJ class argument must be a type, not _AnnotatedAlias
5453

5554

55+
protobuf<5.29.4 # Cannot update to https://github.com/advisories/GHSA-8qvm-5x2c-j2w7 because it fails with
56+
#
57+
# E TypeError: Descriptors cannot be created directly.
58+
# E If this call came from a _pb2.py file, your generated code is out of date and must be regenerated with protoc >= 3.19.0.
59+
# E If you cannot immediately regenerate your protos, some other possible workarounds are:
60+
# E 1. Downgrade the protobuf package to 3.20.x or lower.
61+
# E 2. Set PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python (but this will use pure-Python parsing and will be much slower).
62+
# E
63+
# E More information: https://developers.google.com/protocol-buffers/docs/news/2022-05-06#python-updates
64+
#
65+
# NOTE: see test__configs.py to reproduce fast this problem
66+
5667

5768
#
5869
# Blocked -----------------------------------------------------------------------------------------

services/agent/requirements/_base.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ frozenlist==1.5.0
100100
# via
101101
# aiohttp
102102
# aiosignal
103-
googleapis-common-protos==1.69.1
103+
googleapis-common-protos==1.70.0
104104
# via
105105
# opentelemetry-exporter-otlp-proto-grpc
106106
# opentelemetry-exporter-otlp-proto-http
@@ -295,7 +295,7 @@ propcache==0.3.0
295295
# via
296296
# aiohttp
297297
# yarl
298-
protobuf==5.29.5
298+
protobuf==5.29.3
299299
# via
300300
# -c requirements/../../../packages/common-library/requirements/../../../requirements/constraints.txt
301301
# -c requirements/../../../packages/models-library/requirements/../../../packages/common-library/requirements/../../../requirements/constraints.txt

services/api-server/requirements/_base.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ frozenlist==1.5.0
193193
# via
194194
# aiohttp
195195
# aiosignal
196-
googleapis-common-protos==1.66.0
196+
googleapis-common-protos==1.70.0
197197
# via
198198
# opentelemetry-exporter-otlp-proto-grpc
199199
# opentelemetry-exporter-otlp-proto-http
@@ -526,7 +526,7 @@ propcache==0.2.1
526526
# via
527527
# aiohttp
528528
# yarl
529-
protobuf==5.29.5
529+
protobuf==5.29.3
530530
# via
531531
# -c requirements/../../../packages/common-library/requirements/../../../requirements/constraints.txt
532532
# -c requirements/../../../packages/models-library/requirements/../../../packages/common-library/requirements/../../../requirements/constraints.txt

services/autoscaling/requirements/_base.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,7 @@ propcache==0.3.1
481481
# via
482482
# aiohttp
483483
# yarl
484-
protobuf==5.29.5
484+
protobuf==5.29.3
485485
# via
486486
# -c requirements/../../../packages/aws-library/requirements/../../../packages/common-library/requirements/../../../requirements/constraints.txt
487487
# -c requirements/../../../packages/aws-library/requirements/../../../packages/models-library/requirements/../../../packages/common-library/requirements/../../../requirements/constraints.txt

services/catalog/requirements/_base.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ frozenlist==1.5.0
110110
# via
111111
# aiohttp
112112
# aiosignal
113-
googleapis-common-protos==1.69.1
113+
googleapis-common-protos==1.70.0
114114
# via
115115
# opentelemetry-exporter-otlp-proto-grpc
116116
# opentelemetry-exporter-otlp-proto-http
@@ -342,7 +342,7 @@ propcache==0.3.0
342342
# via
343343
# aiohttp
344344
# yarl
345-
protobuf==5.29.5
345+
protobuf==5.29.3
346346
# via
347347
# -c requirements/../../../packages/common-library/requirements/../../../requirements/constraints.txt
348348
# -c requirements/../../../packages/models-library/requirements/../../../packages/common-library/requirements/../../../requirements/constraints.txt

services/clusters-keeper/requirements/_base.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -479,7 +479,7 @@ propcache==0.3.1
479479
# via
480480
# aiohttp
481481
# yarl
482-
protobuf==5.29.5
482+
protobuf==5.29.3
483483
# via
484484
# -c requirements/../../../packages/aws-library/requirements/../../../packages/common-library/requirements/../../../requirements/constraints.txt
485485
# -c requirements/../../../packages/aws-library/requirements/../../../packages/models-library/requirements/../../../packages/common-library/requirements/../../../requirements/constraints.txt

0 commit comments

Comments
 (0)