Skip to content

Commit a845876

Browse files
[TODO]: update generated models from apify-docs PR #2423
1 parent b6c2f22 commit a845876

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/apify_client/_models.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2308,7 +2308,7 @@ class RequestUserData(BaseModel):
23082308
"""
23092309
Optional label for categorizing the request.
23102310
"""
2311-
image: Annotated[AnyUrl | None, Field(examples=['https://picserver1.eu'])] = None
2311+
image: Annotated[str | None, Field(examples=['https://picserver1.eu'])] = None
23122312
"""
23132313
Optional image URL associated with the request.
23142314
"""
@@ -2335,7 +2335,7 @@ class RequestBase(BaseModel):
23352335
"""
23362336
The number of times this request has been retried.
23372337
"""
2338-
loaded_url: Annotated[AnyUrl | None, Field(alias='loadedUrl', examples=['https://apify.com/jobs'])] = None
2338+
loaded_url: Annotated[str | None, Field(alias='loadedUrl', examples=['https://apify.com/jobs'])] = None
23392339
"""
23402340
The final URL that was loaded, after redirects (if any).
23412341
"""

0 commit comments

Comments
 (0)