Skip to content

Commit efc0c1d

Browse files
Update generated code for v2128 and (#1684)
Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
1 parent 0e8ad0b commit efc0c1d

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

API_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
e62524b587909bee231a15ce0dc618f1d04f69a4
1+
368be7755d15d02a1038325c7d159703b01662b0

OPENAPI_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v2124
1+
v2128

stripe/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ def set_app_info(
111111

112112
if TYPE_CHECKING:
113113
from stripe import (
114+
_error as error,
114115
apps as apps,
115116
billing as billing,
116117
billing_portal as billing_portal,
@@ -539,6 +540,7 @@ def set_app_info(
539540

540541
# name -> (import_target, is_submodule)
541542
_import_map = {
543+
"error": ("stripe._error", True),
542544
"apps": ("stripe.apps", True),
543545
"billing": ("stripe.billing", True),
544546
"billing_portal": ("stripe.billing_portal", True),

0 commit comments

Comments
 (0)