anthropic 0.72.0__py3-none-any.whl → 0.73.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- anthropic/__init__.py +2 -0
- anthropic/_compat.py +6 -0
- anthropic/_models.py +50 -16
- anthropic/_streaming.py +4 -6
- anthropic/_utils/_sync.py +3 -31
- anthropic/_utils/_transform.py +1 -1
- anthropic/_utils/_utils.py +1 -1
- anthropic/_version.py +1 -1
- anthropic/lib/_parse/_response.py +44 -0
- anthropic/lib/_parse/_transform.py +167 -0
- anthropic/lib/streaming/__init__.py +14 -4
- anthropic/lib/streaming/_beta_messages.py +82 -43
- anthropic/lib/streaming/_beta_types.py +21 -13
- anthropic/lib/tools/_beta_runner.py +102 -101
- anthropic/resources/beta/messages/batches.py +12 -12
- anthropic/resources/beta/messages/messages.py +365 -29
- anthropic/resources/messages/batches.py +12 -12
- anthropic/resources/messages/messages.py +14 -8
- anthropic/types/beta/__init__.py +1 -0
- anthropic/types/beta/beta_code_execution_tool_20250522_param.py +2 -0
- anthropic/types/beta/beta_code_execution_tool_20250825_param.py +2 -0
- anthropic/types/beta/beta_json_output_format_param.py +15 -0
- anthropic/types/beta/beta_memory_tool_20250818_param.py +2 -0
- anthropic/types/beta/beta_tool_bash_20241022_param.py +2 -0
- anthropic/types/beta/beta_tool_bash_20250124_param.py +2 -0
- anthropic/types/beta/beta_tool_computer_use_20241022_param.py +2 -0
- anthropic/types/beta/beta_tool_computer_use_20250124_param.py +2 -0
- anthropic/types/beta/beta_tool_param.py +2 -0
- anthropic/types/beta/beta_tool_text_editor_20241022_param.py +2 -0
- anthropic/types/beta/beta_tool_text_editor_20250124_param.py +2 -0
- anthropic/types/beta/beta_tool_text_editor_20250429_param.py +2 -0
- anthropic/types/beta/beta_tool_text_editor_20250728_param.py +2 -0
- anthropic/types/beta/beta_web_fetch_tool_20250910_param.py +2 -0
- anthropic/types/beta/beta_web_search_tool_20250305_param.py +2 -0
- anthropic/types/beta/message_count_tokens_params.py +4 -0
- anthropic/types/beta/message_create_params.py +24 -2
- anthropic/types/beta/messages/batch_create_params.py +8 -2
- anthropic/types/beta/parsed_beta_message.py +68 -0
- anthropic/types/messages/batch_create_params.py +0 -1
- {anthropic-0.72.0.dist-info → anthropic-0.73.0.dist-info}/METADATA +4 -5
- {anthropic-0.72.0.dist-info → anthropic-0.73.0.dist-info}/RECORD +43 -39
- {anthropic-0.72.0.dist-info → anthropic-0.73.0.dist-info}/WHEEL +0 -0
- {anthropic-0.72.0.dist-info → anthropic-0.73.0.dist-info}/licenses/LICENSE +0 -0
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
anthropic/__init__.py,sha256=
|
|
1
|
+
anthropic/__init__.py,sha256=rppe09RSa1Lpxfa6FsTQuwOA0Y8XDaICjtgWwncpnLA,3057
|
|
2
2
|
anthropic/_base_client.py,sha256=Ca5ANeCg2kvkN3Ego42boLcHIhj9npORXzh3VGQs1tw,72929
|
|
3
3
|
anthropic/_client.py,sha256=M90bE_o_HRuBNrbA-D-grLZua841_5NTkzeUQpyE75Y,22812
|
|
4
|
-
anthropic/_compat.py,sha256=
|
|
4
|
+
anthropic/_compat.py,sha256=t3bXgTygusFSjp0qoTb9D6E749djY0tFAwHMgKEE-Rw,6775
|
|
5
5
|
anthropic/_constants.py,sha256=wADeUqY3lsseF0L6jIen-PexfQ06FOtf2dVESXDM828,885
|
|
6
6
|
anthropic/_exceptions.py,sha256=bkSqVWxtRdRb31H7MIvtxfh5mo_Xf7Ib3nPTOmAOmGs,4073
|
|
7
7
|
anthropic/_files.py,sha256=_Ux6v6nAsxK4e_4efdt1DiIOZ0hGmlR2ZKKcVfJIfGU,3623
|
|
8
8
|
anthropic/_legacy_response.py,sha256=QsroQ_9LHI8tSoPEvbIXXB44SvLJXaXQX7khjZpnqfE,17235
|
|
9
|
-
anthropic/_models.py,sha256=
|
|
9
|
+
anthropic/_models.py,sha256=DwdMdnIkEUb0hZiS-t89eGJ3w-n1ALmzXqP1pub63pA,33751
|
|
10
10
|
anthropic/_qs.py,sha256=craIKyvPktJ94cvf9zn8j8ekG9dWJzhWv0ob34lIOv4,4828
|
|
11
11
|
anthropic/_resource.py,sha256=FYEOzfhB-XWTR2gyTmQuuFoecRiVXxe_SpjZlQQGytU,1080
|
|
12
12
|
anthropic/_response.py,sha256=1Y7-OrGn1lOwvZ_SmMlwT9Nb2i9A1RYw2Q4-F1cwPSU,30542
|
|
13
|
-
anthropic/_streaming.py,sha256=
|
|
13
|
+
anthropic/_streaming.py,sha256=AVgSkkvKHZsFD4xQbkOi9Oi0vkHoEZbkccyUw5yIxmA,14072
|
|
14
14
|
anthropic/_types.py,sha256=vEab5B5Hp7xQQafVrgSCHeEPUmf74jofqIPo-n7Xljk,7338
|
|
15
|
-
anthropic/_version.py,sha256=
|
|
15
|
+
anthropic/_version.py,sha256=BLfER8BI7EhiCmW-EJcMjRIx012RjifoyJ7qwdyvum8,162
|
|
16
16
|
anthropic/pagination.py,sha256=MgGFbx3GDm4XASijWas0-2eVb1iGR-DgqyPrDf5Jll8,5152
|
|
17
17
|
anthropic/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
18
18
|
anthropic/_decoders/jsonl.py,sha256=KDLw-Frjo7gRup5qDp_BWkXIZ-mFZU5vFDz0WBhEKcs,3510
|
|
@@ -25,16 +25,18 @@ anthropic/_utils/_proxy.py,sha256=aglnj2yBTDyGX9Akk2crZHrl10oqRmceUy2Zp008XEs,19
|
|
|
25
25
|
anthropic/_utils/_reflection.py,sha256=ZmGkIgT_PuwedyNBrrKGbxoWtkpytJNU1uU4QHnmEMU,1364
|
|
26
26
|
anthropic/_utils/_resources_proxy.py,sha256=Y6WaTfDzBlt-GXVlTQLlIjpkSZZ8fRlMzXuRBh64CrA,604
|
|
27
27
|
anthropic/_utils/_streams.py,sha256=SMC90diFFecpEg_zgDRVbdR3hSEIgVVij4taD-noMLM,289
|
|
28
|
-
anthropic/_utils/_sync.py,sha256=
|
|
29
|
-
anthropic/_utils/_transform.py,sha256=
|
|
28
|
+
anthropic/_utils/_sync.py,sha256=HBnZkkBnzxtwOZe0212C4EyoRvxhTVtTrLFDz2_xVCg,1589
|
|
29
|
+
anthropic/_utils/_transform.py,sha256=hzILp2ijV9J7D-uoEDmadtyCmzMK6DprJP8IlwEg0ZY,15999
|
|
30
30
|
anthropic/_utils/_typing.py,sha256=N_5PPuFNsaygbtA_npZd98SVN1LQQvFTKL6bkWPBZGU,4786
|
|
31
|
-
anthropic/_utils/_utils.py,sha256=
|
|
31
|
+
anthropic/_utils/_utils.py,sha256=ugfUaneOK7I8h9b3656flwf5u_kthY0gvNuqvgOLoSU,12252
|
|
32
32
|
anthropic/lib/.keep,sha256=wuNrz-5SXo3jJaJOJgz4vFHM41YH_g20F5cRQo0vLes,224
|
|
33
33
|
anthropic/lib/__init__.py,sha256=ed3VXosCln6iXSojwutNZjzjoIVpDLIHfMiiMiSHjlU,99
|
|
34
34
|
anthropic/lib/_files.py,sha256=7gggVMi-rWE-42gElwl7nncy3Gf_V62Ga6cIln_yG_M,1209
|
|
35
35
|
anthropic/lib/_extras/__init__.py,sha256=a9HX69-V9nROM4Em9a4y-xZTgiLE2jdlCyC6ZKtxfyY,53
|
|
36
36
|
anthropic/lib/_extras/_common.py,sha256=IhHjAsirY2xfLJrzlt9rS_0IPsTJeWqKA2HWUuvDN14,348
|
|
37
37
|
anthropic/lib/_extras/_google_auth.py,sha256=Wukh6VOgcDRYSsFCVT9tx_oXI1ApIsmioSLEMsYvDfw,688
|
|
38
|
+
anthropic/lib/_parse/_response.py,sha256=wMAtcvFPLdQy0hf6ux6qAenjaFs3h5UIGt1aaSb4byA,1525
|
|
39
|
+
anthropic/lib/_parse/_transform.py,sha256=4wni1xBlDb5Ik66cp61eRpJLFNyhE86R6PC2ZGT9Hhk,5285
|
|
38
40
|
anthropic/lib/bedrock/__init__.py,sha256=3Gzvayr4lrSDM1stFvQC27aRfIla0Ej0keE_h0opIj0,106
|
|
39
41
|
anthropic/lib/bedrock/_auth.py,sha256=6inTIC3Emx86SVFMncfklN_ry486Dd1VPQbmx8pg3zM,1890
|
|
40
42
|
anthropic/lib/bedrock/_beta.py,sha256=8kXsUUIGstf6dZfiZtm6s9OWEueuSgra8dPvkaUacy4,3323
|
|
@@ -42,15 +44,15 @@ anthropic/lib/bedrock/_beta_messages.py,sha256=ClPL21UrRbJ9M10G8PcRla_Fu9GoWN_42
|
|
|
42
44
|
anthropic/lib/bedrock/_client.py,sha256=kZDEdx07b4rXG81evFsWB5TgOqhRwsYoCBJTEkWzjsw,15915
|
|
43
45
|
anthropic/lib/bedrock/_stream.py,sha256=wCS-1otwfIIVbfG3TFFKxTD-antJiTmprW6eAAGTCDA,871
|
|
44
46
|
anthropic/lib/bedrock/_stream_decoder.py,sha256=gTlsTn0s6iVOL4Smp_inhDUBcOZuCgGgJib7fORbQWM,2551
|
|
45
|
-
anthropic/lib/streaming/__init__.py,sha256=
|
|
46
|
-
anthropic/lib/streaming/_beta_messages.py,sha256=
|
|
47
|
-
anthropic/lib/streaming/_beta_types.py,sha256=
|
|
47
|
+
anthropic/lib/streaming/__init__.py,sha256=3t53ifPduSySAGEwk2PomOVATthmYAf71byemIbsi78,1362
|
|
48
|
+
anthropic/lib/streaming/_beta_messages.py,sha256=BcQ0Uo1Gb92FQn2fyVlzx7GNrhRMM1hhzhClO07gZW8,20398
|
|
49
|
+
anthropic/lib/streaming/_beta_types.py,sha256=lnYGoJcdkjWDssp3FgUImNMKHKakVmqkoSHBsAFOJUw,2747
|
|
48
50
|
anthropic/lib/streaming/_messages.py,sha256=OSV9sjb8MLThSywEFXQV9OchcNXAE2KxDacVpJbkNRM,16958
|
|
49
51
|
anthropic/lib/streaming/_types.py,sha256=CrR4948IWgUF7L9O0ase2QwbpiQ1JeiYXrRyVi74-Bw,2086
|
|
50
52
|
anthropic/lib/tools/__init__.py,sha256=8JgDqt6ti7klw9JQ78UjFACMc8GmGi-eFWu6xhbZ5MQ,811
|
|
51
53
|
anthropic/lib/tools/_beta_builtin_memory_tool.py,sha256=FjMyWAYHR4da2jhz2EyUt_0G5BoUXW-iHnwlCprFbqc,9123
|
|
52
54
|
anthropic/lib/tools/_beta_functions.py,sha256=6k8f-v2rme0WZwIuS4IryzB1xEPX_S-Y1eIuQq04RI4,10547
|
|
53
|
-
anthropic/lib/tools/_beta_runner.py,sha256=
|
|
55
|
+
anthropic/lib/tools/_beta_runner.py,sha256=xXA5FL52pjn_luMece3gqLXRv4GSO8VI1pg1prDkAEE,15768
|
|
54
56
|
anthropic/lib/vertex/__init__.py,sha256=A8vuK1qVPtmKr1_LQgPuDRVA6I4xm_ye2aPdAa4yGsI,102
|
|
55
57
|
anthropic/lib/vertex/_auth.py,sha256=Kyt_hbUc-DPlkvds4__OLR8FLPpoDas6bXhZTECxO3Y,1644
|
|
56
58
|
anthropic/lib/vertex/_beta.py,sha256=8kXsUUIGstf6dZfiZtm6s9OWEueuSgra8dPvkaUacy4,3323
|
|
@@ -64,14 +66,14 @@ anthropic/resources/beta/beta.py,sha256=HMGHvzyUKGEfXz61u9nY26zeCaxnIcpCP3LmHtom
|
|
|
64
66
|
anthropic/resources/beta/files.py,sha256=rz2seKKOcoF0ebUMEMF86LoPWi1YqK2zp-dMQ7tMCYQ,26779
|
|
65
67
|
anthropic/resources/beta/models.py,sha256=1bPko6YIziXlKj9GWnAxReEoWIT_7TwBpU_oCUMhBlo,12516
|
|
66
68
|
anthropic/resources/beta/messages/__init__.py,sha256=7ZO4hB7hPBhXQja7gMzkwLXQVDlyap4JsihpA0UKZjk,849
|
|
67
|
-
anthropic/resources/beta/messages/batches.py,sha256=
|
|
68
|
-
anthropic/resources/beta/messages/messages.py,sha256=
|
|
69
|
+
anthropic/resources/beta/messages/batches.py,sha256=51m83Ijs6cIE_f4hRQNhSyNqDj5TVt0F0Bm4ryekoLw,36116
|
|
70
|
+
anthropic/resources/beta/messages/messages.py,sha256=OPTTYEaPMx31_vHXsjkt9cvPXpKNTa-G1jt_iK98phc,151689
|
|
69
71
|
anthropic/resources/beta/skills/__init__.py,sha256=QMC_HEzfI-k0jhfKJThUUjf9wf7Vs8HTxSXYNnvVx2o,836
|
|
70
72
|
anthropic/resources/beta/skills/skills.py,sha256=ytCR9JN7Qgn9GbWT0oBgpy-nvYXWwqoBvOzZ_iURANE,25036
|
|
71
73
|
anthropic/resources/beta/skills/versions.py,sha256=iWSrZ4iqVGm16f7r_aE79gDxeUTUaSw5dEBAyHIxRu8,25212
|
|
72
74
|
anthropic/resources/messages/__init__.py,sha256=iOSBh4D7NTXqe7RNhw9HZCiFmJvDfIgVFnjaF7r27YU,897
|
|
73
|
-
anthropic/resources/messages/batches.py,sha256=
|
|
74
|
-
anthropic/resources/messages/messages.py,sha256=
|
|
75
|
+
anthropic/resources/messages/batches.py,sha256=HlQc5rBYzJu43pnw7H2dSnNN1XHEWpc_czyJ7MSbXj0,28824
|
|
76
|
+
anthropic/resources/messages/messages.py,sha256=0_bdCVj_jKg8Lw3h3Ni3HXly8e5yesu8-Rl9NenIHWU,108758
|
|
75
77
|
anthropic/types/__init__.py,sha256=H56hkiGRNPgQE1PANpHed0ns8nMqJGVqLmM7gVWLRWg,9458
|
|
76
78
|
anthropic/types/anthropic_beta_param.py,sha256=TLDPgIjC5ZYDJXPCbszi6CoGBgeBdLRs3qs7Rw5AgEk,970
|
|
77
79
|
anthropic/types/base64_image_source_param.py,sha256=4djZ4GfXcL2khwcg8KpUdZILKmmzHro5YFXTdkhSqpw,725
|
|
@@ -183,7 +185,7 @@ anthropic/types/web_search_tool_result_block_content.py,sha256=Ev_QL9KMO7emKGcTd
|
|
|
183
185
|
anthropic/types/web_search_tool_result_block_param.py,sha256=BBYP395H7a_6I2874EDwxTcx6imeKPgrFL0d3aa2z_8,769
|
|
184
186
|
anthropic/types/web_search_tool_result_block_param_content_param.py,sha256=YIBYcDI1GSlrI-4QBugJ_2YLpkofR7Da3vOwVDU44lo,542
|
|
185
187
|
anthropic/types/web_search_tool_result_error.py,sha256=3WZaS3vYkAepbsa8yEmVNkUOYcpOHonaKfHBm1nFpr8,415
|
|
186
|
-
anthropic/types/beta/__init__.py,sha256=
|
|
188
|
+
anthropic/types/beta/__init__.py,sha256=PDrYgItDBCO1jQhlienY8GmNazn0zTPDzoAiQNdPdTs,19583
|
|
187
189
|
anthropic/types/beta/beta_all_thinking_turns_param.py,sha256=tC2sF_TI22gg4pa6BN4EYHEdudq0M5DIiAQczqiWyAo,317
|
|
188
190
|
anthropic/types/beta/beta_base64_image_source_param.py,sha256=njrnNCJcJyLt9JJQcidX3wuG9kpY_F5xWjb3DRO3tJQ,740
|
|
189
191
|
anthropic/types/beta/beta_base64_pdf_block_param.py,sha256=aYzXqHuaoyXgNNIRnVo0YdyVT3l0rdpT9UoN4CmAYlI,257
|
|
@@ -220,8 +222,8 @@ anthropic/types/beta/beta_code_execution_output_block.py,sha256=OpNDX-uckWDLBg70
|
|
|
220
222
|
anthropic/types/beta/beta_code_execution_output_block_param.py,sha256=EOtPBBkd-AJSbmHg_RDUY01rQLH90Q1_NZjX5CHFAeo,379
|
|
221
223
|
anthropic/types/beta/beta_code_execution_result_block.py,sha256=9xSRmN5jLtLU7i8OykIZ2avIyaQYN-AaruG6iH2-H80,499
|
|
222
224
|
anthropic/types/beta/beta_code_execution_result_block_param.py,sha256=ntPk_c1f0xjvW-8EKinOJAyWhKsfwyPrwcxMbK8-0t8,620
|
|
223
|
-
anthropic/types/beta/beta_code_execution_tool_20250522_param.py,sha256=
|
|
224
|
-
anthropic/types/beta/beta_code_execution_tool_20250825_param.py,sha256=
|
|
225
|
+
anthropic/types/beta/beta_code_execution_tool_20250522_param.py,sha256=LL7umF6Y1i4NK3M87sKCiLtAl5uxaguZ9G_6mWJMzno,769
|
|
226
|
+
anthropic/types/beta/beta_code_execution_tool_20250825_param.py,sha256=aHlEaEMp4z6x_XHT0COeYBPr9yLJXm12S8b0grxeBHg,769
|
|
225
227
|
anthropic/types/beta/beta_code_execution_tool_result_block.py,sha256=bheDD2Kv4yg7l2l68FQasijI_T3Cu6MtRwQ97KvOWj0,483
|
|
226
228
|
anthropic/types/beta/beta_code_execution_tool_result_block_content.py,sha256=yzd-4lPmzMcv_NKxzgxZFMW2fdMa9cN25IsKkduzxo0,497
|
|
227
229
|
anthropic/types/beta/beta_code_execution_tool_result_block_param.py,sha256=lYwrz8FSWbvM7_806rRTMY4dVHOS1QzBVRQGAXTty38,827
|
|
@@ -247,6 +249,7 @@ anthropic/types/beta/beta_image_block_param.py,sha256=CkS_-Ft9RuiIEdsUNXUFMSphVY
|
|
|
247
249
|
anthropic/types/beta/beta_input_json_delta.py,sha256=MPlt9LmfuwmpWryQagjkkVHHZRfZzIJZq3a6JWi7auE,293
|
|
248
250
|
anthropic/types/beta/beta_input_tokens_clear_at_least_param.py,sha256=9VMW4rN_ZeSQp5ianz-815vc_h23XjC-FI6ZICsC7d8,366
|
|
249
251
|
anthropic/types/beta/beta_input_tokens_trigger_param.py,sha256=_7MSRq8ZykSOZxxr2upnPqpSZEQ42_m53wHhcqiQ2rE,356
|
|
252
|
+
anthropic/types/beta/beta_json_output_format_param.py,sha256=DYONF-cbP6gSVz0z_5C4H_Nyg-NBrdx59PwTrXiyIbA,430
|
|
250
253
|
anthropic/types/beta/beta_mcp_tool_result_block.py,sha256=mqx1WHh13wYoGpf5PnG8dgGsihq3qd9Pg6t9nolIwGI,439
|
|
251
254
|
anthropic/types/beta/beta_mcp_tool_use_block.py,sha256=KRvDIWyDfq5i2zKGtlY3ZDxHsYxtfmqHa0knEJ5UZnU,444
|
|
252
255
|
anthropic/types/beta/beta_mcp_tool_use_block_param.py,sha256=sE-16rLzREIri44iPGbQgAuRMw-Tsj5vTLUonOqW5K0,723
|
|
@@ -254,7 +257,7 @@ anthropic/types/beta/beta_memory_tool_20250818_command.py,sha256=It-xNhxO4M7DSqp
|
|
|
254
257
|
anthropic/types/beta/beta_memory_tool_20250818_create_command.py,sha256=jmrc8aWVghMz5PRW7vo5LPp3GaUDZkl7Ir8rmqNVsHw,453
|
|
255
258
|
anthropic/types/beta/beta_memory_tool_20250818_delete_command.py,sha256=dRjSRkChmc6P_vIwIWlknVEXcXikM6EZjJxZgqfT-TA,396
|
|
256
259
|
anthropic/types/beta/beta_memory_tool_20250818_insert_command.py,sha256=AkchM3mjzYmLC9Os12l1g4NNIvO1Caf9FNk_1w-jIIc,546
|
|
257
|
-
anthropic/types/beta/beta_memory_tool_20250818_param.py,sha256=
|
|
260
|
+
anthropic/types/beta/beta_memory_tool_20250818_param.py,sha256=K_HAJc5G3KFCTMzZ5v0a2MXzWKNeGoGiQMVh-2ioKtw,739
|
|
258
261
|
anthropic/types/beta/beta_memory_tool_20250818_rename_command.py,sha256=39AhTdurJEXwEdK54_Z-RjzAOMSvo8AeNo2KHD8vlgA,462
|
|
259
262
|
anthropic/types/beta/beta_memory_tool_20250818_str_replace_command.py,sha256=2FBRtAlMbGio876ixv3NnoDkdIGHfoKwQswUWo6qTfs,524
|
|
260
263
|
anthropic/types/beta/beta_memory_tool_20250818_view_command.py,sha256=NGvvJd_GEaQRfOXH0-YmGYpyyCtj7WkX9RQZ1iVc_OE,519
|
|
@@ -310,21 +313,21 @@ anthropic/types/beta/beta_thinking_config_enabled_param.py,sha256=Wsufale1AF98kN
|
|
|
310
313
|
anthropic/types/beta/beta_thinking_config_param.py,sha256=VK-ZLTr5bUP_Nu1rF5d1eYACPmGbx_HDbta-yWbWxxg,497
|
|
311
314
|
anthropic/types/beta/beta_thinking_delta.py,sha256=4O9zQHhcqtvOz1zeqcJOo1YJpvzNN7t0q0dEzePswcc,285
|
|
312
315
|
anthropic/types/beta/beta_thinking_turns_param.py,sha256=4rhTtQqaot1VJOhVAIJbGjQ3Q4SVUs9IN0o-TrRfejo,348
|
|
313
|
-
anthropic/types/beta/beta_tool_bash_20241022_param.py,sha256=
|
|
314
|
-
anthropic/types/beta/beta_tool_bash_20250124_param.py,sha256=
|
|
316
|
+
anthropic/types/beta/beta_tool_bash_20241022_param.py,sha256=HZH40a3VXIuMTLZaKo747qaB85YFOz3-ubjEQkKlnXE,731
|
|
317
|
+
anthropic/types/beta/beta_tool_bash_20250124_param.py,sha256=E7eZ-XFbt81L1fnldhan-0wcxM-tSvSkCLRRX3aG684,731
|
|
315
318
|
anthropic/types/beta/beta_tool_choice_any_param.py,sha256=XKDm4WnqGSeKUr-MsYqR-1-WlmhRig3Nq7VXyxBarkI,493
|
|
316
319
|
anthropic/types/beta/beta_tool_choice_auto_param.py,sha256=sfM3aadXzsiP8phKNHnMaTSw_GOAGrAF9mL283yLHpI,496
|
|
317
320
|
anthropic/types/beta/beta_tool_choice_none_param.py,sha256=hgj4eeBigYkkO7D0ekWC1AOkid04tf2NWFs5rjigSu4,314
|
|
318
321
|
anthropic/types/beta/beta_tool_choice_param.py,sha256=kJnRD1gWzx_NPpyfMShZtoXrUcHX6t6WCvhhNd2SWr8,627
|
|
319
322
|
anthropic/types/beta/beta_tool_choice_tool_param.py,sha256=TYPA4HbTZrSBcDsMnsk86c0HqBYrkoN71TQq_7yNV4k,560
|
|
320
|
-
anthropic/types/beta/beta_tool_computer_use_20241022_param.py,sha256=
|
|
321
|
-
anthropic/types/beta/beta_tool_computer_use_20250124_param.py,sha256
|
|
322
|
-
anthropic/types/beta/beta_tool_param.py,sha256
|
|
323
|
+
anthropic/types/beta/beta_tool_computer_use_20241022_param.py,sha256=WNr6Zv2O3FN4QnIyzsUy-sIvKiXAEwwiNIlZvSXM31k,1018
|
|
324
|
+
anthropic/types/beta/beta_tool_computer_use_20250124_param.py,sha256=-Jw4IXFNk1jmMdqRrPY-onr0kfqqixn79XtNlEIG5yM,1018
|
|
325
|
+
anthropic/types/beta/beta_tool_param.py,sha256=l5h518Ybt0UbJjlFDuqHYpjlKwRL1R__MhgYCF9iWPM,1604
|
|
323
326
|
anthropic/types/beta/beta_tool_result_block_param.py,sha256=84vvYhCfImu22BECeL-zBvfjNCXV0rIfr7trnR9VE3Q,1086
|
|
324
|
-
anthropic/types/beta/beta_tool_text_editor_20241022_param.py,sha256=
|
|
325
|
-
anthropic/types/beta/beta_tool_text_editor_20250124_param.py,sha256=
|
|
326
|
-
anthropic/types/beta/beta_tool_text_editor_20250429_param.py,sha256=
|
|
327
|
-
anthropic/types/beta/beta_tool_text_editor_20250728_param.py,sha256=
|
|
327
|
+
anthropic/types/beta/beta_tool_text_editor_20241022_param.py,sha256=BigA45XjW3wUjV0npz3WZxjgAytev4l0XOe5h-Uc154,764
|
|
328
|
+
anthropic/types/beta/beta_tool_text_editor_20250124_param.py,sha256=1XhLqLhhIwQRuYOg_5wfJMUhotLWu6C3KOmLeeMYFls,764
|
|
329
|
+
anthropic/types/beta/beta_tool_text_editor_20250429_param.py,sha256=YNXyYHQl4_TlQwd9vQYoZRRvedVQQqWYoXiXENsrL5k,773
|
|
330
|
+
anthropic/types/beta/beta_tool_text_editor_20250728_param.py,sha256=WL_bg7xme5SIqq_IXeuO9WmCQizhJtWTUk-BguvbDfU,945
|
|
328
331
|
anthropic/types/beta/beta_tool_union_param.py,sha256=wt4nJAkJm0qPHOjpPMMJmePRfjxUcCLnqJwgihAgupY,1838
|
|
329
332
|
anthropic/types/beta/beta_tool_use_block.py,sha256=38x-oEDJG2F-ATjcTjL2iBvwwL-jRDExq3PxHfMeQxA,340
|
|
330
333
|
anthropic/types/beta/beta_tool_use_block_param.py,sha256=keqjbtEL9NJHejV46eVEPs7xsWgJ7xLjVJ9rqoSOF2I,644
|
|
@@ -335,7 +338,7 @@ anthropic/types/beta/beta_url_pdf_source_param.py,sha256=Ox2U0GM60MJgQBec8NKPw49
|
|
|
335
338
|
anthropic/types/beta/beta_usage.py,sha256=H0PAOPwTs8V2myo89yCS9vG78hCIv39ooGza39N-nB8,1088
|
|
336
339
|
anthropic/types/beta/beta_web_fetch_block.py,sha256=zL3A3YWcuTPndBPCXkS2QnVN8dSA5x93x_qoYfWvYw4,523
|
|
337
340
|
anthropic/types/beta/beta_web_fetch_block_param.py,sha256=6q6BR5Mjbknd-S3fIr5FkDEfXZt8CfnlpXB1XviNhz4,631
|
|
338
|
-
anthropic/types/beta/beta_web_fetch_tool_20250910_param.py,sha256=
|
|
341
|
+
anthropic/types/beta/beta_web_fetch_tool_20250910_param.py,sha256=L0gGseGm1YEgl_K3TvCPfSIO2h8Zuqj_e_65JSD0fX4,1527
|
|
339
342
|
anthropic/types/beta/beta_web_fetch_tool_result_block.py,sha256=2xU16Q2_n6Zq98vlv1YxTpTZk8n7UZS_vMKslJywO8o,602
|
|
340
343
|
anthropic/types/beta/beta_web_fetch_tool_result_block_param.py,sha256=mimTpFFFtDZWDPrG9e5A-2KoEfZblKyqMla7e-zzr6M,928
|
|
341
344
|
anthropic/types/beta/beta_web_fetch_tool_result_error_block.py,sha256=JWP7NwNHIvw0K-OJ2TKWsIWBFV0HMAkdeu0CzA-cQXU,441
|
|
@@ -343,7 +346,7 @@ anthropic/types/beta/beta_web_fetch_tool_result_error_block_param.py,sha256=X9uE
|
|
|
343
346
|
anthropic/types/beta/beta_web_fetch_tool_result_error_code.py,sha256=-kZjKVIUcmPnv15dDbYbs0Hr1xqj4X2LVW1V22A4oV0,436
|
|
344
347
|
anthropic/types/beta/beta_web_search_result_block.py,sha256=8k1ltqF03HVb440Nvms4fRD1xKZmvbrFG-BHeot-SGU,405
|
|
345
348
|
anthropic/types/beta/beta_web_search_result_block_param.py,sha256=pAKcEO3RC5clujQoGSAJOO2o1gpfsYzaebsZ6aIMOfk,484
|
|
346
|
-
anthropic/types/beta/beta_web_search_tool_20250305_param.py,sha256=
|
|
349
|
+
anthropic/types/beta/beta_web_search_tool_20250305_param.py,sha256=oiG779yKGAs9bVR6MCo4pPkhzwYaem7CFPyq1QAaZO8,1869
|
|
347
350
|
anthropic/types/beta/beta_web_search_tool_request_error_param.py,sha256=PdRRrtIHg0P00ARhUekoCnlXXZ2H6K6F5wWmJJvKkNo,506
|
|
348
351
|
anthropic/types/beta/beta_web_search_tool_result_block.py,sha256=Y4outQt1jPvujwwmUzoNH_d9FfYeRTw51_w6RCfmYMo,459
|
|
349
352
|
anthropic/types/beta/beta_web_search_tool_result_block_content.py,sha256=qm77CYtUz5Owh934Uj5m0oLyCeJ6AoSZ_z3ZwrEi1qk,471
|
|
@@ -355,9 +358,10 @@ anthropic/types/beta/deleted_file.py,sha256=VwcPcmaViwLDirEQ6zIYk570vhCbHmUk4Lj6
|
|
|
355
358
|
anthropic/types/beta/file_list_params.py,sha256=kujdXupGnzdCtj0zTKyL6M5pgu1oXga64DXZya9uwsA,974
|
|
356
359
|
anthropic/types/beta/file_metadata.py,sha256=SzNnobYc5JO233_12Jr5IDnd7SiDE8XHx4PsvyjuaDY,851
|
|
357
360
|
anthropic/types/beta/file_upload_params.py,sha256=CvW5PpxpP2uyL5iIEWBi0MsNiNyTsrWm4I_5A2Qy__c,631
|
|
358
|
-
anthropic/types/beta/message_count_tokens_params.py,sha256=
|
|
359
|
-
anthropic/types/beta/message_create_params.py,sha256=
|
|
361
|
+
anthropic/types/beta/message_count_tokens_params.py,sha256=Da2IU4ryp_3i7HwgVIXBDZfhXTbt7D2NAJeQ522X45c,9353
|
|
362
|
+
anthropic/types/beta/message_create_params.py,sha256=Ozi7tesGGM-zcKMvoJUDl9oE3oVtNhtkrm3DAsU_qwo,11861
|
|
360
363
|
anthropic/types/beta/model_list_params.py,sha256=CqxSV6PeWqZOh9D9D1qsJeC6fsWLFQmvY1Q8G1q4Gzo,976
|
|
364
|
+
anthropic/types/beta/parsed_beta_message.py,sha256=CEV3z-GnMP1krjr0uOIcgx3bg3mminDhoX0KxYlpGes,2464
|
|
361
365
|
anthropic/types/beta/skill_create_params.py,sha256=5oyHKyq_Fll_J4PwvxLnI7Jn-ThqfKISSlVClK3AIgQ,978
|
|
362
366
|
anthropic/types/beta/skill_create_response.py,sha256=d6hnEKxiUUvD8chx0RCe0Mm6G-HHCRDz6RDIljc8J24,1161
|
|
363
367
|
anthropic/types/beta/skill_delete_response.py,sha256=6_8iQ8ufvbzoxrrRo2wDC5QPgcdgzMyLo-EhlArNNZw,413
|
|
@@ -365,7 +369,7 @@ anthropic/types/beta/skill_list_params.py,sha256=BEzzX3nWpA-EAKx8UIm0_vjcJzDRxWO
|
|
|
365
369
|
anthropic/types/beta/skill_list_response.py,sha256=jImI_kPHYQ8LHtlzkwD9qjBJHAHps8oLzEJzsarg7nM,1157
|
|
366
370
|
anthropic/types/beta/skill_retrieve_response.py,sha256=MFbkjMKP3a0H38tpsZ4bWZZYLue6eNstgezFJWROROI,1165
|
|
367
371
|
anthropic/types/beta/messages/__init__.py,sha256=6yumvCsY9IXU9jZW1yIrXXGAXzXpByx2Rlc8aWHdQKQ,1202
|
|
368
|
-
anthropic/types/beta/messages/batch_create_params.py,sha256=
|
|
372
|
+
anthropic/types/beta/messages/batch_create_params.py,sha256=g7NA6Ydrc5O1D9oGJtvXUPaNFYUHRuXk0MZhHBQVD2Y,1546
|
|
369
373
|
anthropic/types/beta/messages/batch_list_params.py,sha256=_pVFBKhuHPJ3TqXiA9lWO_5W9bjVG291SRCc5BruLuY,978
|
|
370
374
|
anthropic/types/beta/messages/beta_deleted_message_batch.py,sha256=fxnXySfpTxvxxpB0RPYXPcle6M17Bv4LCeMfDguCFaU,438
|
|
371
375
|
anthropic/types/beta/messages/beta_message_batch.py,sha256=xvKuMyh5ozZWi9ZNQG7MChZ69rd7cWunUU1WhgMsJIo,2437
|
|
@@ -384,7 +388,7 @@ anthropic/types/beta/skills/version_list_params.py,sha256=7ybJm6AoOfrRE22qEF3GaB
|
|
|
384
388
|
anthropic/types/beta/skills/version_list_response.py,sha256=S2ifcSXltFr4yJzhCEtuQAQtQ0sMycTuv1djhRId5n4,1183
|
|
385
389
|
anthropic/types/beta/skills/version_retrieve_response.py,sha256=1cfKkqynLN5Cy2RpUXdI-tlSZT3NK4e-xIUd4jUwEEo,1191
|
|
386
390
|
anthropic/types/messages/__init__.py,sha256=rL0U5ew9nqZzJRMked2CdI-UVIauM0cAx8O9a2RF5qo,1076
|
|
387
|
-
anthropic/types/messages/batch_create_params.py,sha256=
|
|
391
|
+
anthropic/types/messages/batch_create_params.py,sha256=zdQHX3o6vGLdrhtw8IBui7aXl6Ix4CJnZDoZmm-5FFk,1068
|
|
388
392
|
anthropic/types/messages/batch_list_params.py,sha256=uuyRsq3a2qb89vESjKuvz7l6bkVewfQSJsVzWp8lKrI,691
|
|
389
393
|
anthropic/types/messages/deleted_message_batch.py,sha256=f5CDJzj4UEsRAy9SkYivpMuz-E5lpfoLHTl8mLeThAg,429
|
|
390
394
|
anthropic/types/messages/message_batch.py,sha256=2Oxp1wiOkp22w_UvIkBL4cgwH-4IkZcAx7MpN-ycYGg,2415
|
|
@@ -407,7 +411,7 @@ anthropic/types/shared/not_found_error.py,sha256=R6OsCvAmsf_SB2TwoX6E63o049qZMaA
|
|
|
407
411
|
anthropic/types/shared/overloaded_error.py,sha256=PlyhHt3wmzcnynSfkWbfP4XkLoWsPa9B39V3CyAdgx8,282
|
|
408
412
|
anthropic/types/shared/permission_error.py,sha256=nuyxtLXOiEkYEbFRXiAWjxU6XtdyjkAaXQ2NgMB3pjw,282
|
|
409
413
|
anthropic/types/shared/rate_limit_error.py,sha256=eYULATjXa6KKdqeBauest7RzuN-bhGsY5BWwH9eYv4c,280
|
|
410
|
-
anthropic-0.
|
|
411
|
-
anthropic-0.
|
|
412
|
-
anthropic-0.
|
|
413
|
-
anthropic-0.
|
|
414
|
+
anthropic-0.73.0.dist-info/METADATA,sha256=BOMTTUbACjvJH9v6O9RAUEY3RgkH12gkbN5vRHAGeI8,28514
|
|
415
|
+
anthropic-0.73.0.dist-info/WHEEL,sha256=C2FUgwZgiLbznR-k0b_5k3Ai_1aASOXDss3lzCUsUug,87
|
|
416
|
+
anthropic-0.73.0.dist-info/licenses/LICENSE,sha256=i_lphP-Lz65-SMrnalKeiiUxe6ngKr9_08xk_flWV6Y,1056
|
|
417
|
+
anthropic-0.73.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|