fix(ssl): validate CA bundle paths before provider calls

This commit is contained in:
Teknium
2026-06-13 21:14:32 -07:00
parent b42c5bf652
commit af5b526472
6 changed files with 96 additions and 124 deletions
+1
View File
@@ -43,6 +43,7 @@ dependencies = [
# user picks that backend. Smaller `dependencies` = smaller blast
# radius for the next supply-chain attack.
"openai==2.24.0",
"certifi==2026.5.20",
"python-dotenv==1.2.2",
"fire==0.7.1",
"httpx[socks]==0.28.1",