Skip to content

Commit a0b0a29

Browse files
committed
types: add "random" to Literal Client.IMPERSONATE, Client.IMPERSONATE_OS
1 parent f0f5605 commit a0b0a29

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

primp/primp.pyi

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,9 @@ IMPERSONATE = Literal[
2424
"okhttp_4.10", "okhttp_5",
2525
"edge_101", "edge_122", "edge_127", "edge_131",
2626
"firefox_109", "firefox_117", "firefox_128", "firefox_133", "firefox_135",
27+
"random",
2728
] # fmt: skip
28-
IMPERSONATE_OS = Literal["android", "ios", "linux", "macos", "windows"]
29+
IMPERSONATE_OS = Literal["android", "ios", "linux", "macos", "windows", "random"]
2930

3031
class RequestParams(TypedDict, total=False):
3132
auth: tuple[str, str | None] | None

0 commit comments

Comments
 (0)