File tree Expand file tree Collapse file tree 4 files changed +12
-15
lines changed
Expand file tree Collapse file tree 4 files changed +12
-15
lines changed Original file line number Diff line number Diff line change @@ -213,11 +213,6 @@ jobs:
213213 run : |
214214 pip install -e .
215215
216- # Requests 2.32.0 breaks requests-unixsocket, used by HSDS for socket connections
217- # - name: Fix requests version
218- # run: |
219- # pip install requests==2.31.0
220-
221216 - name : Run HSDS unit tests
222217 shell : bash
223218 run : |
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ name = "pypi"
55
66[packages ]
77aiohttp = " ==3.10.2"
8- aiobotocore = " ==2.5 .0"
8+ aiobotocore = " >=2.13 .0"
99aiohttp-cors = " *"
1010aiofiles = " *"
1111azure-storage-blob = " *"
@@ -19,9 +19,11 @@ psutil = "*"
1919pyjwt = " *"
2020pytz = " *"
2121pyyaml = " *"
22- requests-unixsocket = " *"
22+ requests = " <=2.32.4"
23+ requests-unixsocket2 = {git = " https://gitlab.com/thelabnyc/requests-unixsocket2.git" }
2324simplejson = " *"
2425s3fs = " *"
26+ urllib3 = " >=2.4.0,<3.0"
2527
2628[dev-packages ]
2729
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ version = "0.9.2"
3535
3636dependencies = [
3737 " aiohttp == 3.9.4" ,
38- " aiobotocore = = 2.13.0" ,
38+ " aiobotocore > = 2.13.0" ,
3939 " aiohttp_cors" ,
4040 " aiofiles" ,
4141 " azure-storage-blob" ,
@@ -49,11 +49,11 @@ dependencies = [
4949 " pyjwt" ,
5050 " pytz" ,
5151 " pyyaml" ,
52- " requests <= 2.31.0 " ,
53- " requests-unixsocket " ,
52+ " requests <= 2.32.4 " ,
53+ " requests-unixsocket2 @ git+https://gitlab.com/thelabnyc/requests-unixsocket2.git " ,
5454 " simplejson" ,
5555 " s3fs" ,
56- " urllib3 < 2.0 .0"
56+ " urllib3 >= 2.4.0, < 3 .0"
5757]
5858
5959[project .optional-dependencies ]
Original file line number Diff line number Diff line change 11aiohttp == 3.9.4
2- aiobotocore = =2.13.0
2+ aiobotocore > =2.13.0
33aiohttp_cors
44aiofiles
55azure-storage-blob
1111pyjwt
1212pytz
1313pyyaml
14- requests <= 2.31.0
15- requests-unixsocket
14+ requests <= 2.32.4
15+ requests-unixsocket2 @ git+https://gitlab.com/thelabnyc/requests-unixsocket2.git
1616simplejson
1717s3fs
18- urllib3 < 2.0 .0
18+ urllib3 >= 2.4.0 , < 3 .0
You can’t perform that action at this time.
0 commit comments