Skip to content

Commit 81ee953

Browse files
fix: remove class causing breaking change (#1333)
1 parent 2e4ff86 commit 81ee953

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

src/anthropic/types/beta/messages/batch_create_params.py

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
from ...anthropic_beta_param import AnthropicBetaParam
1010
from ..message_create_params import MessageCreateParamsNonStreaming
1111

12-
__all__ = ["BatchCreateParams", "Request", "RequestParamsOutputFormat"]
12+
__all__ = ["BatchCreateParams", "Request"]
1313

1414

1515
class BatchCreateParams(TypedDict, total=False):
@@ -23,11 +23,6 @@ class BatchCreateParams(TypedDict, total=False):
2323
"""Optional header to specify the beta version(s) you want to use."""
2424

2525

26-
class RequestParamsOutputFormat(TypedDict, total=False):
27-
schema: Required[object]
28-
"""The JSON schema of the format"""
29-
30-
3126
class Request(TypedDict, total=False):
3227
custom_id: Required[str]
3328
"""Developer-provided ID created for each request in a Message Batch.

0 commit comments

Comments
 (0)