From f04b09caa2a66f0940c6b9c1b4ad037c1f34af38 Mon Sep 17 00:00:00 2001 From: Stainless Bot Date: Fri, 8 Mar 2024 15:48:50 +0000 Subject: [PATCH] chore: export NOT_GIVEN sentinel value --- src/lithic/__init__.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/lithic/__init__.py b/src/lithic/__init__.py index 8b7691d9..f9fb6c18 100644 --- a/src/lithic/__init__.py +++ b/src/lithic/__init__.py @@ -1,7 +1,7 @@ # File generated from our OpenAPI spec by Stainless. from . import types -from ._types import NoneType, Transport, ProxiesTypes +from ._types import NOT_GIVEN, NoneType, NotGiven, Transport, ProxiesTypes from ._utils import file_from_path from ._client import ( ENVIRONMENTS, @@ -43,6 +43,8 @@ "NoneType", "Transport", "ProxiesTypes", + "NotGiven", + "NOT_GIVEN", "LithicError", "APIError", "APIStatusError",