Skip to content

Commit 83614f7

Browse files
committed
keep None values for user_data in Request
1 parent fcf9adb commit 83614f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/crawlee/_request.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ class Request(BaseModel):
217217
lambda instance: user_data_adapter.dump_python(
218218
instance,
219219
by_alias=True,
220-
exclude_none=True,
220+
exclude_none=False,
221221
exclude_unset=True,
222222
exclude_defaults=True,
223223
)

0 commit comments

Comments
 (0)