Skip to content
2 changes: 1 addition & 1 deletion CODEGEN_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6012b623b1c09ad54d466947da04511a042ee45a
2ceb45f50a72455c534a54d634b015602dc55f2d
2 changes: 1 addition & 1 deletion OPENAPI_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v2324
v2345
2 changes: 1 addition & 1 deletion stripe/v2/core/_event.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# -*- coding: utf-8 -*-

import json
from typing import Any, ClassVar, Dict, Optional, cast
from typing import Any, ClassVar, Dict, Optional, cast, Union

from typing_extensions import Literal, TYPE_CHECKING

Expand Down
Loading