Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion API_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
e62524b587909bee231a15ce0dc618f1d04f69a4
368be7755d15d02a1038325c7d159703b01662b0
2 changes: 1 addition & 1 deletion OPENAPI_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v2124
v2128
2 changes: 2 additions & 0 deletions stripe/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -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),
Expand Down