Skip to content

Commit c473166

Browse files
committed
fix: update urllib3 version
Signed-off-by: Taylor Price <tayworm@gmail.com>
1 parent 7431aa7 commit c473166

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dependencies = [
1616
"idna==3.7",
1717
"requests==2.32.2",
1818
"tqdm==4.66.3",
19-
"urllib3==2.2.2",
19+
"urllib3==2.6.2",
2020
"pydantic==2.12.5",
2121
"pywin32==311 ; sys_platform == 'win32'",
2222
"uvicorn==0.38.0",

0 commit comments

Comments
 (0)