Skip to content

Commit bd239d5

Browse files
committed
Try relaxing the requirements on the urllib3 version
1 parent b61e1db commit bd239d5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

api/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
urllib3 <=1.26.15
1+
urllib3
22
uvicorn
33
fastapi
44
itsdangerous

api/requirements.txt.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ starlette==0.46.1
2828
text-unidecode==1.3
2929
tqdm==4.67.1
3030
typing_extensions==4.12.2
31-
urllib3==1.26.15
31+
urllib3==2.5.0
3232
uvicorn==0.34.0

0 commit comments

Comments
 (0)