Refactor HTTP client usage to utilize truststore for SSL context

This commit is contained in:
Ram
2025-09-09 21:30:45 -04:00
parent fc8eb0434a
commit 6e2af26867
2 changed files with 13 additions and 7 deletions

View File

@@ -9,6 +9,7 @@ dependencies = [
"httpx",
"platformdirs",
"readchar",
"truststore>=0.10.4",
]
[project.scripts]
@@ -19,4 +20,4 @@ requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.hatch.build.targets.wheel]
packages = ["src/specify_cli"]
packages = ["src/specify_cli"]