We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
RequestOptions
1 parent 4fbbb7d commit 2b6c886Copy full SHA for 2b6c886
1 file changed
src/crawlee/_request.py
@@ -108,7 +108,7 @@ def __eq__(self, other: object) -> bool:
108
user_data_adapter = TypeAdapter(UserData)
109
110
111
-class RequestOptions(TypedDict, total=False):
+class RequestOptions(TypedDict):
112
"""Options that can be used to customize request creation.
113
114
This type exactly matches the parameters of Request.from_url() method.
0 commit comments