From baeee282177a7be5d4209b71927088ba964aca7f Mon Sep 17 00:00:00 2001 From: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com> Date: Sat, 22 Nov 2025 00:45:49 +0000 Subject: [PATCH] Update generated code for v2128 and --- API_VERSION | 2 +- OPENAPI_VERSION | 2 +- stripe/__init__.py | 2 ++ 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/API_VERSION b/API_VERSION index 330433275..dc9d80dc3 100644 --- a/API_VERSION +++ b/API_VERSION @@ -1 +1 @@ -e62524b587909bee231a15ce0dc618f1d04f69a4 \ No newline at end of file +368be7755d15d02a1038325c7d159703b01662b0 \ No newline at end of file diff --git a/OPENAPI_VERSION b/OPENAPI_VERSION index ea1ecdee1..1d5ad796c 100644 --- a/OPENAPI_VERSION +++ b/OPENAPI_VERSION @@ -1 +1 @@ -v2124 \ No newline at end of file +v2128 \ No newline at end of file diff --git a/stripe/__init__.py b/stripe/__init__.py index 643e1efb7..e4a93185d 100644 --- a/stripe/__init__.py +++ b/stripe/__init__.py @@ -111,6 +111,7 @@ def set_app_info( if TYPE_CHECKING: from stripe import ( + _error as error, apps as apps, billing as billing, billing_portal as billing_portal, @@ -539,6 +540,7 @@ def set_app_info( # name -> (import_target, is_submodule) _import_map = { + "error": ("stripe._error", True), "apps": ("stripe.apps", True), "billing": ("stripe.billing", True), "billing_portal": ("stripe.billing_portal", True),