We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51dbcc9 commit a4d859dCopy full SHA for a4d859d
nc_py_api/options.py
@@ -45,6 +45,7 @@
45
# Use system certificate stores
46
47
import ssl
48
+
49
import truststore
50
51
NPA_NC_CERT = truststore.SSLContext(ssl.PROTOCOL_TLS_CLIENT)
pyproject.toml
@@ -49,8 +49,8 @@ dependencies = [
"httpx>=0.25.2",
"pydantic>=2.1.1",
"python-dotenv>=1",
52
+ "truststore==0.10",
53
"xmltodict>=0.13",
- "truststore==0.10.0",
54
]
55
optional-dependencies.app = [
56
"uvicorn[standard]>=0.23.2",
0 commit comments