Skip to content

Commit 8c237d1

Browse files
authored
update allowed_qualifiers typing
1 parent 04b755c commit 8c237d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/packageurl/validate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ class BasePurlType:
5050
namespace_requirement: str
5151
""""States if this namespace is required, optional, or prohibited."""
5252

53-
allowed_qualifiers: dict = {"repository_url", "arch"}
53+
allowed_qualifiers: set[str] = {"repository_url", "arch"}
5454
"""Set of allowed qualifier keys for this PURL type."""
5555

5656
namespace_case_sensitive: bool = True

0 commit comments

Comments
 (0)