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 04b755c commit 8c237d1Copy full SHA for 8c237d1
src/packageurl/validate.py
@@ -50,7 +50,7 @@ class BasePurlType:
50
namespace_requirement: str
51
""""States if this namespace is required, optional, or prohibited."""
52
53
- allowed_qualifiers: dict = {"repository_url", "arch"}
+ allowed_qualifiers: set[str] = {"repository_url", "arch"}
54
"""Set of allowed qualifier keys for this PURL type."""
55
56
namespace_case_sensitive: bool = True
0 commit comments