Problem
genie-libs-sdk (26.1 → 26.6) declares an exact pin pyasn1==0.6.0 in its wheel metadata.
pyasn1 0.6.0 has multiple DoS vulnerabilities (PYSEC-2026-3455/3456/3457, CVE-2026-30922), all fixed in 0.6.4.
Because the pin is ==, downstream projects can't pull the fix and security scanners fail.
Proposed Fix
It would be good/helpful if you could relax this constraint and change it to pyasn1>=0.6.4.
Problem
genie-libs-sdk (26.1 → 26.6) declares an exact pin pyasn1==0.6.0 in its wheel metadata.
pyasn1 0.6.0 has multiple DoS vulnerabilities (PYSEC-2026-3455/3456/3457, CVE-2026-30922), all fixed in 0.6.4.
Because the pin is ==, downstream projects can't pull the fix and security scanners fail.
Proposed Fix
It would be good/helpful if you could relax this constraint and change it to pyasn1>=0.6.4.