File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
src/nv_attestation_sdk/utils Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11[tool.poetry]
22name = "nv-attestation-sdk"
3- version = "2.1.0 "
3+ version = "2.1.1 "
44description = "The Attestation SDK provides developers with a easy to use APIs for implementing attestation capabilities into their applications."
55authors = ["Karthik Jayaraman <kjayaraman@nvidia.com>"]
66readme = "README.md"
Original file line number Diff line number Diff line change 1010 "NV_NRAS_GPU_URL", "https://nras.attestation.nvidia.com/v3/attest/gpu"
1111)
1212REMOTE_NVSWITCH_VERIFIER_SERVICE_URL = os.getenv(
13- "NV_NRAS_NVSWITCH_URL", "https://nras.attestation.nvidia.com/v3/attest/nvswitch "
13+ "NV_NRAS_NVSWITCH_URL", "https://nras.attestation.nvidia.com/v3/attest/switch "
1414)
1515# Planned to move the below to a list of acceptable GPU architectures
1616GPU_ARCH = "HOPPER"
Original file line number Diff line number Diff line change 11import os
22REMOTE_GPU_VERIFIER_SERVICE_URL = os.getenv("NV_NRAS_GPU_URL", "https://nras.attestation.nvidia.com/v3/attest/gpu")
3- REMOTE_NVSWITCH_VERIFIER_SERVICE_URL = os.getenv("NV_NRAS_NVSWITCH_URL", "https://nras.attestation.nvidia.com/v3/attest/nvswitch ")
3+ REMOTE_NVSWITCH_VERIFIER_SERVICE_URL = os.getenv("NV_NRAS_NVSWITCH_URL", "https://nras.attestation.nvidia.com/v3/attest/switch ")
Original file line number Diff line number Diff line change 11[tool.poetry]
22name = "nv-ppcie-verifier"
3- version = "1.1.0 "
3+ version = "1.1.1 "
44description = "Protected PCIE Verifier"
55authors = ["Shwetha Kalyanaraman <skalyanarama@nvidia.com>"]
66license = "OSI Approved :: Apache Software License"
@@ -27,7 +27,7 @@ nvidia-ml-py = "^12.550.52"
2727prettytable = "^3.10.0"
2828pytest-cov = "^5.0.0"
2929nv-local-gpu-verifier = "2.1.0"
30- nv-attestation-sdk = "2.1.0 "
30+ nv-attestation-sdk = "2.1.1 "
3131
3232[build-system]
3333requires = ["poetry-core"]
You can’t perform that action at this time.
0 commit comments