From f488ca7cbdd50daa4d27bff72d0a87b575f2a2e4 Mon Sep 17 00:00:00 2001 From: Jesse Rosalia Date: Thu, 30 Jul 2026 14:17:23 -0700 Subject: [PATCH] added v2-event-imports section to static _event. this matches the file format used in beta and private-preview --- stripe/v2/core/_event.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/stripe/v2/core/_event.py b/stripe/v2/core/_event.py index 6b84908dd..4a8cb159d 100644 --- a/stripe/v2/core/_event.py +++ b/stripe/v2/core/_event.py @@ -2,6 +2,8 @@ import json from typing import Any, ClassVar, Dict, Optional, cast +# v2-event-imports: The beginning of the section generated from our OpenAPI spec +# v2-event-imports: The end of the section generated from our OpenAPI spec from typing_extensions import Literal, TYPE_CHECKING