anthropic 0.72.1__py3-none-any.whl → 0.74.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.
Files changed (44) hide show
  1. anthropic/__init__.py +3 -0
  2. anthropic/_client.py +8 -0
  3. anthropic/_compat.py +6 -0
  4. anthropic/_models.py +13 -1
  5. anthropic/_utils/_transform.py +1 -1
  6. anthropic/_version.py +1 -1
  7. anthropic/lib/_files.py +2 -2
  8. anthropic/lib/_parse/_response.py +44 -0
  9. anthropic/lib/_parse/_transform.py +167 -0
  10. anthropic/lib/foundry.md +127 -0
  11. anthropic/lib/foundry.py +443 -0
  12. anthropic/lib/streaming/__init__.py +14 -4
  13. anthropic/lib/streaming/_beta_messages.py +82 -43
  14. anthropic/lib/streaming/_beta_types.py +21 -13
  15. anthropic/lib/tools/_beta_runner.py +102 -101
  16. anthropic/resources/beta/messages/batches.py +12 -12
  17. anthropic/resources/beta/messages/messages.py +365 -29
  18. anthropic/resources/messages/batches.py +12 -12
  19. anthropic/resources/messages/messages.py +14 -8
  20. anthropic/types/beta/__init__.py +1 -0
  21. anthropic/types/beta/beta_code_execution_tool_20250522_param.py +2 -0
  22. anthropic/types/beta/beta_code_execution_tool_20250825_param.py +2 -0
  23. anthropic/types/beta/beta_json_output_format_param.py +15 -0
  24. anthropic/types/beta/beta_memory_tool_20250818_param.py +2 -0
  25. anthropic/types/beta/beta_tool_bash_20241022_param.py +2 -0
  26. anthropic/types/beta/beta_tool_bash_20250124_param.py +2 -0
  27. anthropic/types/beta/beta_tool_computer_use_20241022_param.py +2 -0
  28. anthropic/types/beta/beta_tool_computer_use_20250124_param.py +2 -0
  29. anthropic/types/beta/beta_tool_param.py +2 -0
  30. anthropic/types/beta/beta_tool_text_editor_20241022_param.py +2 -0
  31. anthropic/types/beta/beta_tool_text_editor_20250124_param.py +2 -0
  32. anthropic/types/beta/beta_tool_text_editor_20250429_param.py +2 -0
  33. anthropic/types/beta/beta_tool_text_editor_20250728_param.py +2 -0
  34. anthropic/types/beta/beta_web_fetch_tool_20250910_param.py +2 -0
  35. anthropic/types/beta/beta_web_search_tool_20250305_param.py +2 -0
  36. anthropic/types/beta/message_count_tokens_params.py +4 -0
  37. anthropic/types/beta/message_create_params.py +24 -2
  38. anthropic/types/beta/messages/batch_create_params.py +8 -2
  39. anthropic/types/beta/parsed_beta_message.py +68 -0
  40. anthropic/types/messages/batch_create_params.py +0 -1
  41. {anthropic-0.72.1.dist-info → anthropic-0.74.0.dist-info}/METADATA +1 -1
  42. {anthropic-0.72.1.dist-info → anthropic-0.74.0.dist-info}/RECORD +44 -38
  43. {anthropic-0.72.1.dist-info → anthropic-0.74.0.dist-info}/WHEEL +0 -0
  44. {anthropic-0.72.1.dist-info → anthropic-0.74.0.dist-info}/licenses/LICENSE +0 -0
@@ -1,18 +1,18 @@
1
- anthropic/__init__.py,sha256=sPNLvrXJGDKWSF87xPj6CidUbcMD4sAVIzip4BeEP7g,2981
1
+ anthropic/__init__.py,sha256=xp5IG2sv6wh0O6u-pJN8g3PJkQHfs2qIfU20muCRyj8,3167
2
2
  anthropic/_base_client.py,sha256=Ca5ANeCg2kvkN3Ego42boLcHIhj9npORXzh3VGQs1tw,72929
3
- anthropic/_client.py,sha256=M90bE_o_HRuBNrbA-D-grLZua841_5NTkzeUQpyE75Y,22812
4
- anthropic/_compat.py,sha256=DQBVORjFb33zch24jzkhM14msvnzY7mmSmgDLaVFUM8,6562
3
+ anthropic/_client.py,sha256=_BM__6VgtQZZCkWMGv6z58yTESUDtQVt2QWZIy_ya7U,23030
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=IyrtLs1oMFJfVFZP2l5If10nLPldtx7GIa7BFTT-mPQ,33342
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
13
  anthropic/_streaming.py,sha256=AVgSkkvKHZsFD4xQbkOi9Oi0vkHoEZbkccyUw5yIxmA,14072
14
14
  anthropic/_types.py,sha256=vEab5B5Hp7xQQafVrgSCHeEPUmf74jofqIPo-n7Xljk,7338
15
- anthropic/_version.py,sha256=z8I3OHqtTfd1EnrVYdD1E1IUxYez5VVMOM8BxtooIxQ,162
15
+ anthropic/_version.py,sha256=Zmo5MkYjxlg6tf2Jj3mEAZqOnQ6Dw4dA53tY_kG5Dew,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
@@ -26,15 +26,19 @@ anthropic/_utils/_reflection.py,sha256=ZmGkIgT_PuwedyNBrrKGbxoWtkpytJNU1uU4QHnmE
26
26
  anthropic/_utils/_resources_proxy.py,sha256=Y6WaTfDzBlt-GXVlTQLlIjpkSZZ8fRlMzXuRBh64CrA,604
27
27
  anthropic/_utils/_streams.py,sha256=SMC90diFFecpEg_zgDRVbdR3hSEIgVVij4taD-noMLM,289
28
28
  anthropic/_utils/_sync.py,sha256=HBnZkkBnzxtwOZe0212C4EyoRvxhTVtTrLFDz2_xVCg,1589
29
- anthropic/_utils/_transform.py,sha256=NjCzmnfqYrsAikUHQig6N9QfuTVbKipuP3ur9mcNF-E,15951
29
+ anthropic/_utils/_transform.py,sha256=hzILp2ijV9J7D-uoEDmadtyCmzMK6DprJP8IlwEg0ZY,15999
30
30
  anthropic/_utils/_typing.py,sha256=N_5PPuFNsaygbtA_npZd98SVN1LQQvFTKL6bkWPBZGU,4786
31
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
- anthropic/lib/_files.py,sha256=7gggVMi-rWE-42gElwl7nncy3Gf_V62Ga6cIln_yG_M,1209
34
+ anthropic/lib/_files.py,sha256=gVtOWR-evsIJV_HCX225tPRU6Dyj73FWXb7OPt5CVcQ,1221
35
+ anthropic/lib/foundry.md,sha256=jFWVnP5a8qARzQjUdtvxhF1p2pkPo2WCRfkumhvdlZw,2745
36
+ anthropic/lib/foundry.py,sha256=q4fZOnbBcBWFE_fVwL9EyJBFt-RFk0l78bzFxyO9Q2k,17537
35
37
  anthropic/lib/_extras/__init__.py,sha256=a9HX69-V9nROM4Em9a4y-xZTgiLE2jdlCyC6ZKtxfyY,53
36
38
  anthropic/lib/_extras/_common.py,sha256=IhHjAsirY2xfLJrzlt9rS_0IPsTJeWqKA2HWUuvDN14,348
37
39
  anthropic/lib/_extras/_google_auth.py,sha256=Wukh6VOgcDRYSsFCVT9tx_oXI1ApIsmioSLEMsYvDfw,688
40
+ anthropic/lib/_parse/_response.py,sha256=wMAtcvFPLdQy0hf6ux6qAenjaFs3h5UIGt1aaSb4byA,1525
41
+ anthropic/lib/_parse/_transform.py,sha256=4wni1xBlDb5Ik66cp61eRpJLFNyhE86R6PC2ZGT9Hhk,5285
38
42
  anthropic/lib/bedrock/__init__.py,sha256=3Gzvayr4lrSDM1stFvQC27aRfIla0Ej0keE_h0opIj0,106
39
43
  anthropic/lib/bedrock/_auth.py,sha256=6inTIC3Emx86SVFMncfklN_ry486Dd1VPQbmx8pg3zM,1890
40
44
  anthropic/lib/bedrock/_beta.py,sha256=8kXsUUIGstf6dZfiZtm6s9OWEueuSgra8dPvkaUacy4,3323
@@ -42,15 +46,15 @@ anthropic/lib/bedrock/_beta_messages.py,sha256=ClPL21UrRbJ9M10G8PcRla_Fu9GoWN_42
42
46
  anthropic/lib/bedrock/_client.py,sha256=kZDEdx07b4rXG81evFsWB5TgOqhRwsYoCBJTEkWzjsw,15915
43
47
  anthropic/lib/bedrock/_stream.py,sha256=wCS-1otwfIIVbfG3TFFKxTD-antJiTmprW6eAAGTCDA,871
44
48
  anthropic/lib/bedrock/_stream_decoder.py,sha256=gTlsTn0s6iVOL4Smp_inhDUBcOZuCgGgJib7fORbQWM,2551
45
- anthropic/lib/streaming/__init__.py,sha256=vV3U4VttIgWc3eNCSbdt1U1_pUnpi5pPJzSYcXX5zMk,980
46
- anthropic/lib/streaming/_beta_messages.py,sha256=9AW3g-MeiD-8-wUZsmbHQVovcIngda6BwUNAm9NANxQ,18330
47
- anthropic/lib/streaming/_beta_types.py,sha256=fny8XN85afEG6of84YuaScr3U8UeMCJxqyfuTePHNbM,2131
49
+ anthropic/lib/streaming/__init__.py,sha256=3t53ifPduSySAGEwk2PomOVATthmYAf71byemIbsi78,1362
50
+ anthropic/lib/streaming/_beta_messages.py,sha256=BcQ0Uo1Gb92FQn2fyVlzx7GNrhRMM1hhzhClO07gZW8,20398
51
+ anthropic/lib/streaming/_beta_types.py,sha256=lnYGoJcdkjWDssp3FgUImNMKHKakVmqkoSHBsAFOJUw,2747
48
52
  anthropic/lib/streaming/_messages.py,sha256=OSV9sjb8MLThSywEFXQV9OchcNXAE2KxDacVpJbkNRM,16958
49
53
  anthropic/lib/streaming/_types.py,sha256=CrR4948IWgUF7L9O0ase2QwbpiQ1JeiYXrRyVi74-Bw,2086
50
54
  anthropic/lib/tools/__init__.py,sha256=8JgDqt6ti7klw9JQ78UjFACMc8GmGi-eFWu6xhbZ5MQ,811
51
55
  anthropic/lib/tools/_beta_builtin_memory_tool.py,sha256=FjMyWAYHR4da2jhz2EyUt_0G5BoUXW-iHnwlCprFbqc,9123
52
56
  anthropic/lib/tools/_beta_functions.py,sha256=6k8f-v2rme0WZwIuS4IryzB1xEPX_S-Y1eIuQq04RI4,10547
53
- anthropic/lib/tools/_beta_runner.py,sha256=RPvPo2n7bvZyDPjVDgsySRwXbYwcATqnzYFs4swINDk,15654
57
+ anthropic/lib/tools/_beta_runner.py,sha256=xXA5FL52pjn_luMece3gqLXRv4GSO8VI1pg1prDkAEE,15768
54
58
  anthropic/lib/vertex/__init__.py,sha256=A8vuK1qVPtmKr1_LQgPuDRVA6I4xm_ye2aPdAa4yGsI,102
55
59
  anthropic/lib/vertex/_auth.py,sha256=Kyt_hbUc-DPlkvds4__OLR8FLPpoDas6bXhZTECxO3Y,1644
56
60
  anthropic/lib/vertex/_beta.py,sha256=8kXsUUIGstf6dZfiZtm6s9OWEueuSgra8dPvkaUacy4,3323
@@ -64,14 +68,14 @@ anthropic/resources/beta/beta.py,sha256=HMGHvzyUKGEfXz61u9nY26zeCaxnIcpCP3LmHtom
64
68
  anthropic/resources/beta/files.py,sha256=rz2seKKOcoF0ebUMEMF86LoPWi1YqK2zp-dMQ7tMCYQ,26779
65
69
  anthropic/resources/beta/models.py,sha256=1bPko6YIziXlKj9GWnAxReEoWIT_7TwBpU_oCUMhBlo,12516
66
70
  anthropic/resources/beta/messages/__init__.py,sha256=7ZO4hB7hPBhXQja7gMzkwLXQVDlyap4JsihpA0UKZjk,849
67
- anthropic/resources/beta/messages/batches.py,sha256=O8OfPkfqotwANicpsYrOiqlA2O7G-CaeDK8BpDJRRhU,35840
68
- anthropic/resources/beta/messages/messages.py,sha256=VhJ5VBVJWgZpTR9bdAt0QR757jb6zRD-mq-5zW39EIM,135370
71
+ anthropic/resources/beta/messages/batches.py,sha256=51m83Ijs6cIE_f4hRQNhSyNqDj5TVt0F0Bm4ryekoLw,36116
72
+ anthropic/resources/beta/messages/messages.py,sha256=OPTTYEaPMx31_vHXsjkt9cvPXpKNTa-G1jt_iK98phc,151689
69
73
  anthropic/resources/beta/skills/__init__.py,sha256=QMC_HEzfI-k0jhfKJThUUjf9wf7Vs8HTxSXYNnvVx2o,836
70
74
  anthropic/resources/beta/skills/skills.py,sha256=ytCR9JN7Qgn9GbWT0oBgpy-nvYXWwqoBvOzZ_iURANE,25036
71
75
  anthropic/resources/beta/skills/versions.py,sha256=iWSrZ4iqVGm16f7r_aE79gDxeUTUaSw5dEBAyHIxRu8,25212
72
76
  anthropic/resources/messages/__init__.py,sha256=iOSBh4D7NTXqe7RNhw9HZCiFmJvDfIgVFnjaF7r27YU,897
73
- anthropic/resources/messages/batches.py,sha256=oTuHN8jUqwJYbUybLiuHG6wFItO0jlwLWyxZeRLGr0Y,28548
74
- anthropic/resources/messages/messages.py,sha256=O4mKyIIKPSTIL9Ud7j-F2QBMTciwbfkTuWnb7hiSjVk,108526
77
+ anthropic/resources/messages/batches.py,sha256=HlQc5rBYzJu43pnw7H2dSnNN1XHEWpc_czyJ7MSbXj0,28824
78
+ anthropic/resources/messages/messages.py,sha256=0_bdCVj_jKg8Lw3h3Ni3HXly8e5yesu8-Rl9NenIHWU,108758
75
79
  anthropic/types/__init__.py,sha256=H56hkiGRNPgQE1PANpHed0ns8nMqJGVqLmM7gVWLRWg,9458
76
80
  anthropic/types/anthropic_beta_param.py,sha256=TLDPgIjC5ZYDJXPCbszi6CoGBgeBdLRs3qs7Rw5AgEk,970
77
81
  anthropic/types/base64_image_source_param.py,sha256=4djZ4GfXcL2khwcg8KpUdZILKmmzHro5YFXTdkhSqpw,725
@@ -183,7 +187,7 @@ anthropic/types/web_search_tool_result_block_content.py,sha256=Ev_QL9KMO7emKGcTd
183
187
  anthropic/types/web_search_tool_result_block_param.py,sha256=BBYP395H7a_6I2874EDwxTcx6imeKPgrFL0d3aa2z_8,769
184
188
  anthropic/types/web_search_tool_result_block_param_content_param.py,sha256=YIBYcDI1GSlrI-4QBugJ_2YLpkofR7Da3vOwVDU44lo,542
185
189
  anthropic/types/web_search_tool_result_error.py,sha256=3WZaS3vYkAepbsa8yEmVNkUOYcpOHonaKfHBm1nFpr8,415
186
- anthropic/types/beta/__init__.py,sha256=9Z2azErHoLFgQ2qP3gj8_gjuD3V_lSZccNoQOP9QP28,19485
190
+ anthropic/types/beta/__init__.py,sha256=PDrYgItDBCO1jQhlienY8GmNazn0zTPDzoAiQNdPdTs,19583
187
191
  anthropic/types/beta/beta_all_thinking_turns_param.py,sha256=tC2sF_TI22gg4pa6BN4EYHEdudq0M5DIiAQczqiWyAo,317
188
192
  anthropic/types/beta/beta_base64_image_source_param.py,sha256=njrnNCJcJyLt9JJQcidX3wuG9kpY_F5xWjb3DRO3tJQ,740
189
193
  anthropic/types/beta/beta_base64_pdf_block_param.py,sha256=aYzXqHuaoyXgNNIRnVo0YdyVT3l0rdpT9UoN4CmAYlI,257
@@ -220,8 +224,8 @@ anthropic/types/beta/beta_code_execution_output_block.py,sha256=OpNDX-uckWDLBg70
220
224
  anthropic/types/beta/beta_code_execution_output_block_param.py,sha256=EOtPBBkd-AJSbmHg_RDUY01rQLH90Q1_NZjX5CHFAeo,379
221
225
  anthropic/types/beta/beta_code_execution_result_block.py,sha256=9xSRmN5jLtLU7i8OykIZ2avIyaQYN-AaruG6iH2-H80,499
222
226
  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=3yyZY8qQzTVlTbjWpF-PkvVI22FdGYh3qbLIr67PuiY,751
224
- anthropic/types/beta/beta_code_execution_tool_20250825_param.py,sha256=L24yiWjS1wlAaiOKc4kSS-dh8vJbYXNUsRJifpDjkXM,751
227
+ anthropic/types/beta/beta_code_execution_tool_20250522_param.py,sha256=LL7umF6Y1i4NK3M87sKCiLtAl5uxaguZ9G_6mWJMzno,769
228
+ anthropic/types/beta/beta_code_execution_tool_20250825_param.py,sha256=aHlEaEMp4z6x_XHT0COeYBPr9yLJXm12S8b0grxeBHg,769
225
229
  anthropic/types/beta/beta_code_execution_tool_result_block.py,sha256=bheDD2Kv4yg7l2l68FQasijI_T3Cu6MtRwQ97KvOWj0,483
226
230
  anthropic/types/beta/beta_code_execution_tool_result_block_content.py,sha256=yzd-4lPmzMcv_NKxzgxZFMW2fdMa9cN25IsKkduzxo0,497
227
231
  anthropic/types/beta/beta_code_execution_tool_result_block_param.py,sha256=lYwrz8FSWbvM7_806rRTMY4dVHOS1QzBVRQGAXTty38,827
@@ -247,6 +251,7 @@ anthropic/types/beta/beta_image_block_param.py,sha256=CkS_-Ft9RuiIEdsUNXUFMSphVY
247
251
  anthropic/types/beta/beta_input_json_delta.py,sha256=MPlt9LmfuwmpWryQagjkkVHHZRfZzIJZq3a6JWi7auE,293
248
252
  anthropic/types/beta/beta_input_tokens_clear_at_least_param.py,sha256=9VMW4rN_ZeSQp5ianz-815vc_h23XjC-FI6ZICsC7d8,366
249
253
  anthropic/types/beta/beta_input_tokens_trigger_param.py,sha256=_7MSRq8ZykSOZxxr2upnPqpSZEQ42_m53wHhcqiQ2rE,356
254
+ anthropic/types/beta/beta_json_output_format_param.py,sha256=DYONF-cbP6gSVz0z_5C4H_Nyg-NBrdx59PwTrXiyIbA,430
250
255
  anthropic/types/beta/beta_mcp_tool_result_block.py,sha256=mqx1WHh13wYoGpf5PnG8dgGsihq3qd9Pg6t9nolIwGI,439
251
256
  anthropic/types/beta/beta_mcp_tool_use_block.py,sha256=KRvDIWyDfq5i2zKGtlY3ZDxHsYxtfmqHa0knEJ5UZnU,444
252
257
  anthropic/types/beta/beta_mcp_tool_use_block_param.py,sha256=sE-16rLzREIri44iPGbQgAuRMw-Tsj5vTLUonOqW5K0,723
@@ -254,7 +259,7 @@ anthropic/types/beta/beta_memory_tool_20250818_command.py,sha256=It-xNhxO4M7DSqp
254
259
  anthropic/types/beta/beta_memory_tool_20250818_create_command.py,sha256=jmrc8aWVghMz5PRW7vo5LPp3GaUDZkl7Ir8rmqNVsHw,453
255
260
  anthropic/types/beta/beta_memory_tool_20250818_delete_command.py,sha256=dRjSRkChmc6P_vIwIWlknVEXcXikM6EZjJxZgqfT-TA,396
256
261
  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=qL3iNL_Pk5NI4STT_1F8AemGcLh7aRhOWj02vDdfB4w,721
262
+ anthropic/types/beta/beta_memory_tool_20250818_param.py,sha256=K_HAJc5G3KFCTMzZ5v0a2MXzWKNeGoGiQMVh-2ioKtw,739
258
263
  anthropic/types/beta/beta_memory_tool_20250818_rename_command.py,sha256=39AhTdurJEXwEdK54_Z-RjzAOMSvo8AeNo2KHD8vlgA,462
259
264
  anthropic/types/beta/beta_memory_tool_20250818_str_replace_command.py,sha256=2FBRtAlMbGio876ixv3NnoDkdIGHfoKwQswUWo6qTfs,524
260
265
  anthropic/types/beta/beta_memory_tool_20250818_view_command.py,sha256=NGvvJd_GEaQRfOXH0-YmGYpyyCtj7WkX9RQZ1iVc_OE,519
@@ -310,21 +315,21 @@ anthropic/types/beta/beta_thinking_config_enabled_param.py,sha256=Wsufale1AF98kN
310
315
  anthropic/types/beta/beta_thinking_config_param.py,sha256=VK-ZLTr5bUP_Nu1rF5d1eYACPmGbx_HDbta-yWbWxxg,497
311
316
  anthropic/types/beta/beta_thinking_delta.py,sha256=4O9zQHhcqtvOz1zeqcJOo1YJpvzNN7t0q0dEzePswcc,285
312
317
  anthropic/types/beta/beta_thinking_turns_param.py,sha256=4rhTtQqaot1VJOhVAIJbGjQ3Q4SVUs9IN0o-TrRfejo,348
313
- anthropic/types/beta/beta_tool_bash_20241022_param.py,sha256=76wGHowVt9Nxe3MNuBwgXS8MtMJ6bvoT0vrEXpsAavQ,713
314
- anthropic/types/beta/beta_tool_bash_20250124_param.py,sha256=Xu51jwqZlVrGd8Si_E3guAqugOdTFCj5mrg98_fKcYA,713
318
+ anthropic/types/beta/beta_tool_bash_20241022_param.py,sha256=HZH40a3VXIuMTLZaKo747qaB85YFOz3-ubjEQkKlnXE,731
319
+ anthropic/types/beta/beta_tool_bash_20250124_param.py,sha256=E7eZ-XFbt81L1fnldhan-0wcxM-tSvSkCLRRX3aG684,731
315
320
  anthropic/types/beta/beta_tool_choice_any_param.py,sha256=XKDm4WnqGSeKUr-MsYqR-1-WlmhRig3Nq7VXyxBarkI,493
316
321
  anthropic/types/beta/beta_tool_choice_auto_param.py,sha256=sfM3aadXzsiP8phKNHnMaTSw_GOAGrAF9mL283yLHpI,496
317
322
  anthropic/types/beta/beta_tool_choice_none_param.py,sha256=hgj4eeBigYkkO7D0ekWC1AOkid04tf2NWFs5rjigSu4,314
318
323
  anthropic/types/beta/beta_tool_choice_param.py,sha256=kJnRD1gWzx_NPpyfMShZtoXrUcHX6t6WCvhhNd2SWr8,627
319
324
  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=AjucXClRInpVVEhI2VnXwICpNCVlysr0YD4w32y56lg,1000
321
- anthropic/types/beta/beta_tool_computer_use_20250124_param.py,sha256=BIHpALLErLWvFA4Scv4ntAa8NSSmE2WA_EV9DCN6Udw,1000
322
- anthropic/types/beta/beta_tool_param.py,sha256=-Avhj5wRJrJcL43w7mLdhBigZpRVon56wwdZwRqzvG8,1586
325
+ anthropic/types/beta/beta_tool_computer_use_20241022_param.py,sha256=WNr6Zv2O3FN4QnIyzsUy-sIvKiXAEwwiNIlZvSXM31k,1018
326
+ anthropic/types/beta/beta_tool_computer_use_20250124_param.py,sha256=-Jw4IXFNk1jmMdqRrPY-onr0kfqqixn79XtNlEIG5yM,1018
327
+ anthropic/types/beta/beta_tool_param.py,sha256=l5h518Ybt0UbJjlFDuqHYpjlKwRL1R__MhgYCF9iWPM,1604
323
328
  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=z4plQ-egA85ettWcQm3sptpiBv3EYL1VbtrL2fldtTM,746
325
- anthropic/types/beta/beta_tool_text_editor_20250124_param.py,sha256=PqRpXlK9TqHPOcF5SRkGSeWc793QMNUztuIQKoGHyoI,746
326
- anthropic/types/beta/beta_tool_text_editor_20250429_param.py,sha256=2skxGp7C7fwrecE2dS22FPRXhxRF8VMQS4K5cNT-fbA,755
327
- anthropic/types/beta/beta_tool_text_editor_20250728_param.py,sha256=Y9Kx_C2XZQ0BmXoOUEunVJeb7FnGTWH9egNc-S9lzqI,927
329
+ anthropic/types/beta/beta_tool_text_editor_20241022_param.py,sha256=BigA45XjW3wUjV0npz3WZxjgAytev4l0XOe5h-Uc154,764
330
+ anthropic/types/beta/beta_tool_text_editor_20250124_param.py,sha256=1XhLqLhhIwQRuYOg_5wfJMUhotLWu6C3KOmLeeMYFls,764
331
+ anthropic/types/beta/beta_tool_text_editor_20250429_param.py,sha256=YNXyYHQl4_TlQwd9vQYoZRRvedVQQqWYoXiXENsrL5k,773
332
+ anthropic/types/beta/beta_tool_text_editor_20250728_param.py,sha256=WL_bg7xme5SIqq_IXeuO9WmCQizhJtWTUk-BguvbDfU,945
328
333
  anthropic/types/beta/beta_tool_union_param.py,sha256=wt4nJAkJm0qPHOjpPMMJmePRfjxUcCLnqJwgihAgupY,1838
329
334
  anthropic/types/beta/beta_tool_use_block.py,sha256=38x-oEDJG2F-ATjcTjL2iBvwwL-jRDExq3PxHfMeQxA,340
330
335
  anthropic/types/beta/beta_tool_use_block_param.py,sha256=keqjbtEL9NJHejV46eVEPs7xsWgJ7xLjVJ9rqoSOF2I,644
@@ -335,7 +340,7 @@ anthropic/types/beta/beta_url_pdf_source_param.py,sha256=Ox2U0GM60MJgQBec8NKPw49
335
340
  anthropic/types/beta/beta_usage.py,sha256=H0PAOPwTs8V2myo89yCS9vG78hCIv39ooGza39N-nB8,1088
336
341
  anthropic/types/beta/beta_web_fetch_block.py,sha256=zL3A3YWcuTPndBPCXkS2QnVN8dSA5x93x_qoYfWvYw4,523
337
342
  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=DhrTmvRb_4w7Pr8BBP-myzHdT2jdBxi3nJ55CMH8okk,1509
343
+ anthropic/types/beta/beta_web_fetch_tool_20250910_param.py,sha256=L0gGseGm1YEgl_K3TvCPfSIO2h8Zuqj_e_65JSD0fX4,1527
339
344
  anthropic/types/beta/beta_web_fetch_tool_result_block.py,sha256=2xU16Q2_n6Zq98vlv1YxTpTZk8n7UZS_vMKslJywO8o,602
340
345
  anthropic/types/beta/beta_web_fetch_tool_result_block_param.py,sha256=mimTpFFFtDZWDPrG9e5A-2KoEfZblKyqMla7e-zzr6M,928
341
346
  anthropic/types/beta/beta_web_fetch_tool_result_error_block.py,sha256=JWP7NwNHIvw0K-OJ2TKWsIWBFV0HMAkdeu0CzA-cQXU,441
@@ -343,7 +348,7 @@ anthropic/types/beta/beta_web_fetch_tool_result_error_block_param.py,sha256=X9uE
343
348
  anthropic/types/beta/beta_web_fetch_tool_result_error_code.py,sha256=-kZjKVIUcmPnv15dDbYbs0Hr1xqj4X2LVW1V22A4oV0,436
344
349
  anthropic/types/beta/beta_web_search_result_block.py,sha256=8k1ltqF03HVb440Nvms4fRD1xKZmvbrFG-BHeot-SGU,405
345
350
  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=PxvB_MdxWD1XEa1YH-Jmmse9cJXjJR4rNt2ZhpT0n20,1851
351
+ anthropic/types/beta/beta_web_search_tool_20250305_param.py,sha256=oiG779yKGAs9bVR6MCo4pPkhzwYaem7CFPyq1QAaZO8,1869
347
352
  anthropic/types/beta/beta_web_search_tool_request_error_param.py,sha256=PdRRrtIHg0P00ARhUekoCnlXXZ2H6K6F5wWmJJvKkNo,506
348
353
  anthropic/types/beta/beta_web_search_tool_result_block.py,sha256=Y4outQt1jPvujwwmUzoNH_d9FfYeRTw51_w6RCfmYMo,459
349
354
  anthropic/types/beta/beta_web_search_tool_result_block_content.py,sha256=qm77CYtUz5Owh934Uj5m0oLyCeJ6AoSZ_z3ZwrEi1qk,471
@@ -355,9 +360,10 @@ anthropic/types/beta/deleted_file.py,sha256=VwcPcmaViwLDirEQ6zIYk570vhCbHmUk4Lj6
355
360
  anthropic/types/beta/file_list_params.py,sha256=kujdXupGnzdCtj0zTKyL6M5pgu1oXga64DXZya9uwsA,974
356
361
  anthropic/types/beta/file_metadata.py,sha256=SzNnobYc5JO233_12Jr5IDnd7SiDE8XHx4PsvyjuaDY,851
357
362
  anthropic/types/beta/file_upload_params.py,sha256=CvW5PpxpP2uyL5iIEWBi0MsNiNyTsrWm4I_5A2Qy__c,631
358
- anthropic/types/beta/message_count_tokens_params.py,sha256=aqUe_mHOUIcDLaX5yK6WVuOhPgUuH3VUVh1eOvnXdEw,9161
359
- anthropic/types/beta/message_create_params.py,sha256=v2ERAB2hEwWm2xsSZ5IE1TVznJ1FcDOh85MlchTVgMk,11261
363
+ anthropic/types/beta/message_count_tokens_params.py,sha256=Da2IU4ryp_3i7HwgVIXBDZfhXTbt7D2NAJeQ522X45c,9353
364
+ anthropic/types/beta/message_create_params.py,sha256=Ozi7tesGGM-zcKMvoJUDl9oE3oVtNhtkrm3DAsU_qwo,11861
360
365
  anthropic/types/beta/model_list_params.py,sha256=CqxSV6PeWqZOh9D9D1qsJeC6fsWLFQmvY1Q8G1q4Gzo,976
366
+ anthropic/types/beta/parsed_beta_message.py,sha256=CEV3z-GnMP1krjr0uOIcgx3bg3mminDhoX0KxYlpGes,2464
361
367
  anthropic/types/beta/skill_create_params.py,sha256=5oyHKyq_Fll_J4PwvxLnI7Jn-ThqfKISSlVClK3AIgQ,978
362
368
  anthropic/types/beta/skill_create_response.py,sha256=d6hnEKxiUUvD8chx0RCe0Mm6G-HHCRDz6RDIljc8J24,1161
363
369
  anthropic/types/beta/skill_delete_response.py,sha256=6_8iQ8ufvbzoxrrRo2wDC5QPgcdgzMyLo-EhlArNNZw,413
@@ -365,7 +371,7 @@ anthropic/types/beta/skill_list_params.py,sha256=BEzzX3nWpA-EAKx8UIm0_vjcJzDRxWO
365
371
  anthropic/types/beta/skill_list_response.py,sha256=jImI_kPHYQ8LHtlzkwD9qjBJHAHps8oLzEJzsarg7nM,1157
366
372
  anthropic/types/beta/skill_retrieve_response.py,sha256=MFbkjMKP3a0H38tpsZ4bWZZYLue6eNstgezFJWROROI,1165
367
373
  anthropic/types/beta/messages/__init__.py,sha256=6yumvCsY9IXU9jZW1yIrXXGAXzXpByx2Rlc8aWHdQKQ,1202
368
- anthropic/types/beta/messages/batch_create_params.py,sha256=CfeW3XVQTVT_iEsdbKFhyxPDBEU735YEr6mGttHB80g,1337
374
+ anthropic/types/beta/messages/batch_create_params.py,sha256=g7NA6Ydrc5O1D9oGJtvXUPaNFYUHRuXk0MZhHBQVD2Y,1546
369
375
  anthropic/types/beta/messages/batch_list_params.py,sha256=_pVFBKhuHPJ3TqXiA9lWO_5W9bjVG291SRCc5BruLuY,978
370
376
  anthropic/types/beta/messages/beta_deleted_message_batch.py,sha256=fxnXySfpTxvxxpB0RPYXPcle6M17Bv4LCeMfDguCFaU,438
371
377
  anthropic/types/beta/messages/beta_message_batch.py,sha256=xvKuMyh5ozZWi9ZNQG7MChZ69rd7cWunUU1WhgMsJIo,2437
@@ -384,7 +390,7 @@ anthropic/types/beta/skills/version_list_params.py,sha256=7ybJm6AoOfrRE22qEF3GaB
384
390
  anthropic/types/beta/skills/version_list_response.py,sha256=S2ifcSXltFr4yJzhCEtuQAQtQ0sMycTuv1djhRId5n4,1183
385
391
  anthropic/types/beta/skills/version_retrieve_response.py,sha256=1cfKkqynLN5Cy2RpUXdI-tlSZT3NK4e-xIUd4jUwEEo,1191
386
392
  anthropic/types/messages/__init__.py,sha256=rL0U5ew9nqZzJRMked2CdI-UVIauM0cAx8O9a2RF5qo,1076
387
- anthropic/types/messages/batch_create_params.py,sha256=PoXSHIY3CkcXXIaHV4ultrEf3fHD7yrtwtDfkOpIHyU,1069
393
+ anthropic/types/messages/batch_create_params.py,sha256=zdQHX3o6vGLdrhtw8IBui7aXl6Ix4CJnZDoZmm-5FFk,1068
388
394
  anthropic/types/messages/batch_list_params.py,sha256=uuyRsq3a2qb89vESjKuvz7l6bkVewfQSJsVzWp8lKrI,691
389
395
  anthropic/types/messages/deleted_message_batch.py,sha256=f5CDJzj4UEsRAy9SkYivpMuz-E5lpfoLHTl8mLeThAg,429
390
396
  anthropic/types/messages/message_batch.py,sha256=2Oxp1wiOkp22w_UvIkBL4cgwH-4IkZcAx7MpN-ycYGg,2415
@@ -407,7 +413,7 @@ anthropic/types/shared/not_found_error.py,sha256=R6OsCvAmsf_SB2TwoX6E63o049qZMaA
407
413
  anthropic/types/shared/overloaded_error.py,sha256=PlyhHt3wmzcnynSfkWbfP4XkLoWsPa9B39V3CyAdgx8,282
408
414
  anthropic/types/shared/permission_error.py,sha256=nuyxtLXOiEkYEbFRXiAWjxU6XtdyjkAaXQ2NgMB3pjw,282
409
415
  anthropic/types/shared/rate_limit_error.py,sha256=eYULATjXa6KKdqeBauest7RzuN-bhGsY5BWwH9eYv4c,280
410
- anthropic-0.72.1.dist-info/METADATA,sha256=FBwucRG7lCoAQd8FrN19_dX8a37wBSa05nMBeTrCvj0,28514
411
- anthropic-0.72.1.dist-info/WHEEL,sha256=C2FUgwZgiLbznR-k0b_5k3Ai_1aASOXDss3lzCUsUug,87
412
- anthropic-0.72.1.dist-info/licenses/LICENSE,sha256=i_lphP-Lz65-SMrnalKeiiUxe6ngKr9_08xk_flWV6Y,1056
413
- anthropic-0.72.1.dist-info/RECORD,,
416
+ anthropic-0.74.0.dist-info/METADATA,sha256=FC7aPuHedePzOldg_XfhQyGALhsbZKfMn6wyFtt4YRM,28514
417
+ anthropic-0.74.0.dist-info/WHEEL,sha256=C2FUgwZgiLbznR-k0b_5k3Ai_1aASOXDss3lzCUsUug,87
418
+ anthropic-0.74.0.dist-info/licenses/LICENSE,sha256=i_lphP-Lz65-SMrnalKeiiUxe6ngKr9_08xk_flWV6Y,1056
419
+ anthropic-0.74.0.dist-info/RECORD,,