fix(deps): pin urllib3>=2.7.0 to resolve CVE-2026-44431 and CVE-2026-44432

This commit is contained in:
2026-05-16 18:26:47 -04:00
parent 0fe9f895d0
commit 8b3f74b39b

View File

@@ -37,6 +37,7 @@ dependencies = [
"python-multipart>=0.0.20", "python-multipart>=0.0.20",
"httpx>=0.28.1", "httpx>=0.28.1",
"requests>=2.33.1", "requests>=2.33.1",
"urllib3>=2.7.0",
"slowapi>=0.1.9", "slowapi>=0.1.9",
"sqlite_vec>=0.1.9", "sqlite_vec>=0.1.9",
"Pillow>=12.2.0", "Pillow>=12.2.0",