From 4927a598c36ced6b4778a55d3a67d106d65edad7 Mon Sep 17 00:00:00 2001 From: Stainless Bot Date: Fri, 8 Mar 2024 15:47:56 +0000 Subject: [PATCH] chore: export NOT_GIVEN sentinel value --- src/orb/__init__.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/orb/__init__.py b/src/orb/__init__.py index 893128f4..a7338c1c 100644 --- a/src/orb/__init__.py +++ b/src/orb/__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 Orb, Client, Stream, Timeout, AsyncOrb, Transport, AsyncClient, AsyncStream, RequestOptions from ._models import BaseModel @@ -44,6 +44,8 @@ "NoneType", "Transport", "ProxiesTypes", + "NotGiven", + "NOT_GIVEN", "OrbError", "APIError", "APIStatusError",