Skip to content

Commit 04a5e4a

Browse files
committed
constrain sidecar
1 parent a60a3c9 commit 04a5e4a

File tree

3 files changed

+12
-6
lines changed

3 files changed

+12
-6
lines changed

services/dask-sidecar/requirements/_base.txt

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
aio-pika==9.5.3
22
# via -r requirements/../../../packages/service-library/requirements/_base.in
3-
aiobotocore==2.21.1
3+
aiobotocore==2.17.0
44
# via s3fs
55
aiocache==0.12.3
66
# via -r requirements/../../../packages/service-library/requirements/_base.in
@@ -67,8 +67,10 @@ blosc==1.11.2
6767
# via -r requirements/_base.in
6868
bokeh==3.6.2
6969
# via dask
70-
botocore==1.37.1
71-
# via aiobotocore
70+
botocore==1.35.93
71+
# via
72+
# -c requirements/constraints.txt
73+
# aiobotocore
7274
certifi==2024.8.30
7375
# via
7476
# -c requirements/../../../packages/common-library/requirements/../../../requirements/constraints.txt
@@ -567,6 +569,7 @@ urllib3==2.2.3
567569
# -c requirements/../../../packages/settings-library/requirements/../../../packages/common-library/requirements/../../../requirements/constraints.txt
568570
# -c requirements/../../../packages/settings-library/requirements/../../../requirements/constraints.txt
569571
# -c requirements/../../../requirements/constraints.txt
572+
# aiobotocore
570573
# botocore
571574
# distributed
572575
# requests

services/dask-sidecar/requirements/_test.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ aws-xray-sdk==2.14.0
1515
# via moto
1616
blinker==1.9.0
1717
# via flask
18-
boto3==1.37.1
18+
boto3==1.35.93
1919
# via
2020
# aws-sam-translator
2121
# moto
22-
botocore==1.37.1
22+
botocore==1.35.93
2323
# via
2424
# -c requirements/_base.txt
2525
# aws-xray-sdk
@@ -226,7 +226,7 @@ rpds-py==0.22.3
226226
# -c requirements/_base.txt
227227
# jsonschema
228228
# referencing
229-
s3transfer==0.11.3
229+
s3transfer==0.10.4
230230
# via boto3
231231
setuptools==75.8.2
232232
# via moto

services/dask-sidecar/requirements/constraints.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,6 @@ dask[distributed]>=2024.4.2 # issue with publish_dataset: https://github.com/das
1313
#
1414
# Compatibility/coordination
1515
#
16+
# botocore does not always add the checksums to the s3 object metadata leading to issues with CEPH S3
17+
# see https://github.com/ITISFoundation/osparc-simcore/issues/7585
18+
botocore<1.36.0

0 commit comments

Comments
 (0)