From cf24d265838e84a8ebadfb07b6e3118596edb2a5 Mon Sep 17 00:00:00 2001 From: Stainless Bot Date: Wed, 4 Dec 2024 02:15:35 +0000 Subject: [PATCH] chore: make the `Omit` type public --- src/anthropic/__init__.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/anthropic/__init__.py b/src/anthropic/__init__.py index ba2de4dc..ef92424d 100644 --- a/src/anthropic/__init__.py +++ b/src/anthropic/__init__.py @@ -1,7 +1,7 @@ # File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. from . import types -from ._types import NOT_GIVEN, NoneType, NotGiven, Transport, ProxiesTypes +from ._types import NOT_GIVEN, Omit, NoneType, NotGiven, Transport, ProxiesTypes from ._utils import file_from_path from ._client import ( Client, @@ -52,6 +52,7 @@ "ProxiesTypes", "NotGiven", "NOT_GIVEN", + "Omit", "AnthropicError", "APIError", "APIStatusError",