From 806791c08ec0cf350532af1e5e8ce0f017e924eb Mon Sep 17 00:00:00 2001 From: apify-service-account Date: Fri, 24 Apr 2026 12:18:47 +0000 Subject: [PATCH] [TODO]: update generated models from apify-docs PR #2464 --- src/apify_client/_models_generated.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/apify_client/_models_generated.py b/src/apify_client/_models_generated.py index 284d6780..0019415d 100644 --- a/src/apify_client/_models_generated.py +++ b/src/apify_client/_models_generated.py @@ -2547,7 +2547,7 @@ class RequestQueue(BaseModel): """ The number of requests that have been handled. """ - pending_request_count: Annotated[int, Field(alias='pendingRequestCount', examples=[670], ge=0)] + pending_request_count: Annotated[int, Field(alias='pendingRequestCount', examples=[670])] """ The number of requests that are pending and have not been handled yet. """ @@ -2650,7 +2650,7 @@ class RequestQueueShort(BaseModel): """ The number of requests that have been handled. """ - pending_request_count: Annotated[int, Field(alias='pendingRequestCount', examples=[670], ge=0)] + pending_request_count: Annotated[int, Field(alias='pendingRequestCount', examples=[670])] """ The number of requests that are pending and have not been handled yet. """