From 1002fe8cb46c72367f8ae3eb78fa1573bb4e7959 Mon Sep 17 00:00:00 2001 From: Prathmesh Ranaut Date: Thu, 5 Jun 2025 12:16:27 -0400 Subject: [PATCH] Add a new deprecated v1 services section --- stripe/_stripe_client.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/stripe/_stripe_client.py b/stripe/_stripe_client.py index f1d289b0e..b0c20dbde 100644 --- a/stripe/_stripe_client.py +++ b/stripe/_stripe_client.py @@ -370,3 +370,6 @@ def deserialize( requestor=self._requestor, api_mode=api_mode, ) + + # deprecated v1 services: The beginning of the section generated from our OpenAPI spec + # deprecated v1 services: The end of the section generated from our OpenAPI spec