Skip to content

Commit 714d2f9

Browse files
GitHKAndrei Neagu
andauthored
🔥 downgrading aiohttp to try and address issue with content length header (#7811)
Co-authored-by: Andrei Neagu <[email protected]>
1 parent 87fc3e7 commit 714d2f9

File tree

43 files changed

+44
-42
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+44
-42
lines changed

api/tests/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
aiohappyeyeballs==2.6.1
22
# via aiohttp
3-
aiohttp==3.12.7
3+
aiohttp==3.11.18
44
# via
55
# -c ../../requirements/constraints.txt
66
# -r requirements.in

ci/helpers/requirements/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
aiohappyeyeballs==2.6.1
22
# via aiohttp
3-
aiohttp==3.12.7
3+
aiohttp==3.11.18
44
# via
55
# -c requirements/../../../requirements/constraints.txt
66
# -r requirements/requirements.in

packages/aws-library/requirements/_base.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ aiofiles==24.1.0
1818
# aioboto3
1919
aiohappyeyeballs==2.6.1
2020
# via aiohttp
21-
aiohttp==3.12.7
21+
aiohttp==3.11.18
2222
# via
2323
# -c requirements/../../../packages/common-library/requirements/../../../requirements/constraints.txt
2424
# -c requirements/../../../packages/models-library/requirements/../../../packages/common-library/requirements/../../../requirements/constraints.txt

packages/notifications-library/requirements/_test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ aiodocker==0.24.0
22
# via -r requirements/_test.in
33
aiohappyeyeballs==2.6.1
44
# via aiohttp
5-
aiohttp==3.12.7
5+
aiohttp==3.11.18
66
# via
77
# -c requirements/../../../requirements/constraints.txt
88
# aiodocker

packages/service-library/requirements/_aiohttp.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
aiohappyeyeballs==2.6.1
22
# via aiohttp
3-
aiohttp==3.12.7
3+
aiohttp==3.11.18
44
# via -r requirements/_aiohttp.in
55
aiopg==1.4.0
66
# via -r requirements/_aiohttp.in

packages/service-library/requirements/_base.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ aiofiles==24.1.0
1010
# via -r requirements/_base.in
1111
aiohappyeyeballs==2.6.1
1212
# via aiohttp
13-
aiohttp==3.12.7
13+
aiohttp==3.11.18
1414
# via
1515
# -c requirements/../../../packages/common-library/requirements/../../../requirements/constraints.txt
1616
# -c requirements/../../../packages/models-library/requirements/../../../packages/common-library/requirements/../../../requirements/constraints.txt

packages/service-library/requirements/_test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ aiohappyeyeballs==2.6.1
33
# -c requirements/_aiohttp.txt
44
# -c requirements/_base.txt
55
# aiohttp
6-
aiohttp==3.12.7
6+
aiohttp==3.11.18
77
# via
88
# -c requirements/../../../requirements/constraints.txt
99
# -c requirements/_aiohttp.txt

packages/simcore-sdk/requirements/_base.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ aiofiles==24.1.0
1414
# -r requirements/_base.in
1515
aiohappyeyeballs==2.6.1
1616
# via aiohttp
17-
aiohttp==3.12.7
17+
aiohttp==3.11.18
1818
# via
1919
# -c requirements/../../../packages/common-library/requirements/../../../requirements/constraints.txt
2020
# -c requirements/../../../packages/models-library/requirements/../../../packages/common-library/requirements/../../../requirements/constraints.txt

packages/simcore-sdk/requirements/_test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ aiohappyeyeballs==2.6.1
1010
# via
1111
# -c requirements/_base.txt
1212
# aiohttp
13-
aiohttp==3.12.7
13+
aiohttp==3.11.18
1414
# via
1515
# -c requirements/../../../requirements/constraints.txt
1616
# -c requirements/_base.txt

requirements/constraints.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
# Vulnerabilities -----------------------------------------------------------------------------------------
1111
#
1212
aiohttp>=3.7.4, !=3.11.13 # https://github.com/advisories/GHSA-v6wp-4m6f-gcjg, 3.11.13 was yanked https://github.com/aio-libs/aiohttp/issues/10617
13+
aiohttp<3.12.0 # attempt to fix an issue with Content Length which could have been introduced in 3.12.x versions
1314
certifi>=2023.7.22 # https://github.com/advisories/GHSA-xqr8-7jwr-rhp7
1415
cryptography>=41.0.6 # https://github.com/advisories/GHSA-v8gr-m533-ghj9
1516
httpx>=0.23.0 # https://github.com/advisories/GHSA-h8pj-cxx2-jfg2 / CVE-2021-41945
@@ -27,6 +28,7 @@ ujson>=5.4.0 # https://github.com/advisories/GH
2728
urllib3>=1.26.5 # https://github.com/advisories/GHSA-q2q7-5pp4-w6pg
2829

2930

31+
3032
#
3133
# Breaking changes -----------------------------------------------------------------------------------------
3234
#

0 commit comments

Comments
 (0)