Skip to content

Commit 36778e1

Browse files
chore: update generated models from apify-docs PR #2423 (#720)
This PR updates the auto-generated Pydantic models based on OpenAPI specification changes in [apify-docs PR #2423](apify/apify-docs#2423). --------- Co-authored-by: apify-service-account <apify-service-account@users.noreply.github.com>
1 parent b6c2f22 commit 36778e1

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

src/apify_client/_models.py

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2304,14 +2304,6 @@ class RequestUserData(BaseModel):
23042304
extra='allow',
23052305
populate_by_name=True,
23062306
)
2307-
label: Annotated[str | None, Field(examples=['DETAIL'])] = None
2308-
"""
2309-
Optional label for categorizing the request.
2310-
"""
2311-
image: Annotated[AnyUrl | None, Field(examples=['https://picserver1.eu'])] = None
2312-
"""
2313-
Optional image URL associated with the request.
2314-
"""
23152307

23162308

23172309
@docs_group('Models')
@@ -2335,7 +2327,7 @@ class RequestBase(BaseModel):
23352327
"""
23362328
The number of times this request has been retried.
23372329
"""
2338-
loaded_url: Annotated[AnyUrl | None, Field(alias='loadedUrl', examples=['https://apify.com/jobs'])] = None
2330+
loaded_url: Annotated[str | None, Field(alias='loadedUrl', examples=['https://apify.com/jobs'])] = None
23392331
"""
23402332
The final URL that was loaded, after redirects (if any).
23412333
"""

0 commit comments

Comments
 (0)