From d135e02fa191e441a502eed800e4f8defd19c97a Mon Sep 17 00:00:00 2001 From: ompushkara Date: Fri, 1 May 2026 13:37:22 +0100 Subject: [PATCH] fix: pin pyasn1>=0.6.2 --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 8c44af68..d40add6a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,6 +40,7 @@ dependencies = [ "cryptography", "in-toto-attestation", "oras>=0.2.30", + "pyasn1>=0.6.2", "sigstore>=4.2", "sigstore-models>=0.0.5", "typing_extensions",