File tree Expand file tree Collapse file tree 3 files changed +12
-6
lines changed
services/dask-sidecar/requirements Expand file tree Collapse file tree 3 files changed +12
-6
lines changed Original file line number Diff line number Diff line change 11aio-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
55aiocache==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
6868bokeh==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
7274certifi==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
Original file line number Diff line number Diff line change @@ -15,11 +15,11 @@ aws-xray-sdk==2.14.0
1515 # via moto
1616blinker==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
231231setuptools==75.8.2
232232 # via moto
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments