From f53919df20b9ed929e1fde1305da9fc128605cca Mon Sep 17 00:00:00 2001 From: Apify Service Account <64261774+apify-service-account@users.noreply.github.com> Date: Mon, 20 Jul 2026 11:04:44 +0200 Subject: [PATCH 1/2] update generated models from apify-docs PR #2785 --- src/apify_client/_models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apify_client/_models.py b/src/apify_client/_models.py index 40cf6311..0adb9088 100644 --- a/src/apify_client/_models.py +++ b/src/apify_client/_models.py @@ -3332,7 +3332,7 @@ class TaggedBuildInfo(BaseModel): str | None, Field(examples=['0.0.2'], pattern='^([0-9]|[1-9][0-9])\\.([0-9]|[1-9][0-9])(\\.[1-9][0-9]{0,4})$') ] = None """ - The build number/version string. + The build number/version string. Can be `null` for legacy builds that lack a valid build number. """ build_number_int: Annotated[int | None, Field(examples=[42])] = None """ From 288232f8d7ca9555929e6652c1adcc12eab3de70 Mon Sep 17 00:00:00 2001 From: Apify Service Account <64261774+apify-service-account@users.noreply.github.com> Date: Mon, 20 Jul 2026 11:33:29 +0200 Subject: [PATCH 2/2] update generated models from apify-docs PR #2785 --- src/apify_client/_literals.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/apify_client/_literals.py b/src/apify_client/_literals.py index 530cee1d..d85ae033 100644 --- a/src/apify_client/_literals.py +++ b/src/apify_client/_literals.py @@ -95,6 +95,7 @@ 'cannot-metamorph-to-pay-per-result-actor', 'cannot-modify-actor-pricing-too-frequently', 'cannot-modify-actor-pricing-with-immediate-effect', + 'cannot-monetize-without-payout-billing-info', 'cannot-override-paid-actor-trial', 'cannot-permanently-delete-subscription', 'cannot-publish-actor',