Skip to content

Commit 4b426dd

Browse files
chore: update generated models from apify-docs PR #2464 (#761)
This PR updates the auto-generated Pydantic models and TypedDicts based on OpenAPI specification changes in [apify-docs PR #2464](apify/apify-docs#2464). Co-authored-by: apify-service-account <apify-service-account@users.noreply.github.com>
1 parent f906ff3 commit 4b426dd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/apify_client/_models_generated.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2547,7 +2547,7 @@ class RequestQueue(BaseModel):
25472547
"""
25482548
The number of requests that have been handled.
25492549
"""
2550-
pending_request_count: Annotated[int, Field(alias='pendingRequestCount', examples=[670], ge=0)]
2550+
pending_request_count: Annotated[int, Field(alias='pendingRequestCount', examples=[670])]
25512551
"""
25522552
The number of requests that are pending and have not been handled yet.
25532553
"""
@@ -2650,7 +2650,7 @@ class RequestQueueShort(BaseModel):
26502650
"""
26512651
The number of requests that have been handled.
26522652
"""
2653-
pending_request_count: Annotated[int, Field(alias='pendingRequestCount', examples=[670], ge=0)]
2653+
pending_request_count: Annotated[int, Field(alias='pendingRequestCount', examples=[670])]
26542654
"""
26552655
The number of requests that are pending and have not been handled yet.
26562656
"""

0 commit comments

Comments
 (0)