anthropic 0.75.0__py3-none-any.whl → 0.76.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 (42) hide show
  1. anthropic/_base_client.py +140 -11
  2. anthropic/_client.py +4 -12
  3. anthropic/_models.py +16 -1
  4. anthropic/_streaming.py +78 -76
  5. anthropic/_types.py +12 -2
  6. anthropic/_version.py +1 -1
  7. anthropic/lib/tools/_beta_compaction_control.py +2 -2
  8. anthropic/lib/tools/_beta_runner.py +17 -0
  9. anthropic/resources/beta/messages/messages.py +62 -27
  10. anthropic/resources/messages/messages.py +2 -0
  11. anthropic/types/beta/beta_container.py +4 -0
  12. anthropic/types/beta/beta_container_params.py +2 -0
  13. anthropic/types/beta/beta_container_upload_block.py +2 -0
  14. anthropic/types/beta/beta_container_upload_block_param.py +5 -0
  15. anthropic/types/beta/beta_direct_caller.py +2 -0
  16. anthropic/types/beta/beta_direct_caller_param.py +2 -0
  17. anthropic/types/beta/beta_mcp_tool_config_param.py +2 -0
  18. anthropic/types/beta/beta_mcp_tool_default_config_param.py +2 -0
  19. anthropic/types/beta/beta_mcp_toolset_param.py +6 -0
  20. anthropic/types/beta/beta_server_tool_caller.py +2 -0
  21. anthropic/types/beta/beta_server_tool_caller_param.py +2 -0
  22. anthropic/types/beta/beta_skill.py +2 -0
  23. anthropic/types/beta/beta_skill_params.py +2 -0
  24. anthropic/types/beta/beta_tool_choice_any_param.py +2 -0
  25. anthropic/types/beta/beta_tool_choice_auto_param.py +2 -0
  26. anthropic/types/beta/beta_tool_choice_none_param.py +2 -0
  27. anthropic/types/beta/beta_tool_choice_tool_param.py +2 -0
  28. anthropic/types/beta/beta_tool_param.py +5 -0
  29. anthropic/types/beta/beta_tool_reference_block_param.py +2 -0
  30. anthropic/types/beta/beta_web_search_tool_20250305_param.py +5 -0
  31. anthropic/types/beta/messages/beta_message_batch_individual_response.py +4 -0
  32. anthropic/types/messages/message_batch_individual_response.py +4 -0
  33. anthropic/types/tool_choice_any_param.py +2 -0
  34. anthropic/types/tool_choice_auto_param.py +2 -0
  35. anthropic/types/tool_choice_none_param.py +2 -0
  36. anthropic/types/tool_choice_tool_param.py +2 -0
  37. anthropic/types/tool_param.py +5 -0
  38. anthropic/types/web_search_tool_20250305_param.py +5 -0
  39. {anthropic-0.75.0.dist-info → anthropic-0.76.0.dist-info}/METADATA +4 -2
  40. {anthropic-0.75.0.dist-info → anthropic-0.76.0.dist-info}/RECORD +42 -42
  41. {anthropic-0.75.0.dist-info → anthropic-0.76.0.dist-info}/WHEEL +0 -0
  42. {anthropic-0.75.0.dist-info → anthropic-0.76.0.dist-info}/licenses/LICENSE +0 -0
@@ -1,18 +1,18 @@
1
1
  anthropic/__init__.py,sha256=xp5IG2sv6wh0O6u-pJN8g3PJkQHfs2qIfU20muCRyj8,3167
2
- anthropic/_base_client.py,sha256=Ca5ANeCg2kvkN3Ego42boLcHIhj9npORXzh3VGQs1tw,72929
3
- anthropic/_client.py,sha256=_BM__6VgtQZZCkWMGv6z58yTESUDtQVt2QWZIy_ya7U,23030
2
+ anthropic/_base_client.py,sha256=SwOOqT2iT4bZYoYOWjov706OUqg6hrgoORAsJRodMik,79291
3
+ anthropic/_client.py,sha256=XDt4Mi3pgO2pGyHJrS9L1vOgc642OLSMXbzyt0Ojet8,22844
4
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=DwdMdnIkEUb0hZiS-t89eGJ3w-n1ALmzXqP1pub63pA,33751
9
+ anthropic/_models.py,sha256=PA7IEJqfXlAsMdTA__Q5QeUhfpivLGv2JOEDMFo-F88,34026
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=AVgSkkvKHZsFD4xQbkOi9Oi0vkHoEZbkccyUw5yIxmA,14072
14
- anthropic/_types.py,sha256=vEab5B5Hp7xQQafVrgSCHeEPUmf74jofqIPo-n7Xljk,7338
15
- anthropic/_version.py,sha256=YRIQLOgAdPl7dRAXimeFliTRI1E-aOT29SMjAv9rp1o,162
13
+ anthropic/_streaming.py,sha256=fGH67prdJwMieyAN4Ns0HRHDrwih13gb8GZycbSJ_tw,14360
14
+ anthropic/_types.py,sha256=jIMpuLkCfCZ8rLpfnKnGLvHWBEIqo2-Ul992R9Y7p9M,7696
15
+ anthropic/_version.py,sha256=PSrODQGokzCeJlFkP7_vIwDsY43jpt2iu3yhCIEmyUQ,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
@@ -53,9 +53,9 @@ anthropic/lib/streaming/_messages.py,sha256=OSV9sjb8MLThSywEFXQV9OchcNXAE2KxDacV
53
53
  anthropic/lib/streaming/_types.py,sha256=CrR4948IWgUF7L9O0ase2QwbpiQ1JeiYXrRyVi74-Bw,2086
54
54
  anthropic/lib/tools/__init__.py,sha256=8JgDqt6ti7klw9JQ78UjFACMc8GmGi-eFWu6xhbZ5MQ,811
55
55
  anthropic/lib/tools/_beta_builtin_memory_tool.py,sha256=FjMyWAYHR4da2jhz2EyUt_0G5BoUXW-iHnwlCprFbqc,9123
56
- anthropic/lib/tools/_beta_compaction_control.py,sha256=wMjW2AyKRx8bNGWHrPUrc6UuAtyjWgiCYs3PvvSbV8k,2118
56
+ anthropic/lib/tools/_beta_compaction_control.py,sha256=0oGXY26CwTh3iT_2slxZ-YpZYp8d_9UvUjl_V6uaeNw,2114
57
57
  anthropic/lib/tools/_beta_functions.py,sha256=SamJxBd4gvNbiosCAE8xie0_BIDJudhogqKHvAOC_Wc,11350
58
- anthropic/lib/tools/_beta_runner.py,sha256=g7EDM4_0v728UzkWn8SsUm8Kx2f5wEt-pXimBz0IFhc,22109
58
+ anthropic/lib/tools/_beta_runner.py,sha256=-1ZEx225tNowHKcBrL3tCQXpG2XQ7dknk2ef7-G0JoI,23157
59
59
  anthropic/lib/vertex/__init__.py,sha256=A8vuK1qVPtmKr1_LQgPuDRVA6I4xm_ye2aPdAa4yGsI,102
60
60
  anthropic/lib/vertex/_auth.py,sha256=Kyt_hbUc-DPlkvds4__OLR8FLPpoDas6bXhZTECxO3Y,1644
61
61
  anthropic/lib/vertex/_beta.py,sha256=8kXsUUIGstf6dZfiZtm6s9OWEueuSgra8dPvkaUacy4,3323
@@ -70,13 +70,13 @@ anthropic/resources/beta/files.py,sha256=rz2seKKOcoF0ebUMEMF86LoPWi1YqK2zp-dMQ7t
70
70
  anthropic/resources/beta/models.py,sha256=1bPko6YIziXlKj9GWnAxReEoWIT_7TwBpU_oCUMhBlo,12516
71
71
  anthropic/resources/beta/messages/__init__.py,sha256=7ZO4hB7hPBhXQja7gMzkwLXQVDlyap4JsihpA0UKZjk,849
72
72
  anthropic/resources/beta/messages/batches.py,sha256=51m83Ijs6cIE_f4hRQNhSyNqDj5TVt0F0Bm4ryekoLw,36116
73
- anthropic/resources/beta/messages/messages.py,sha256=hHvZn6I-w5ld7K4bDJ1oJXAqHV3WNbQvIFbrKYI4GB4,155898
73
+ anthropic/resources/beta/messages/messages.py,sha256=PsSWbQFoVqV39P1W_P67msSeylmNTmcEZQ_TBaRYOfQ,157369
74
74
  anthropic/resources/beta/skills/__init__.py,sha256=QMC_HEzfI-k0jhfKJThUUjf9wf7Vs8HTxSXYNnvVx2o,836
75
75
  anthropic/resources/beta/skills/skills.py,sha256=ytCR9JN7Qgn9GbWT0oBgpy-nvYXWwqoBvOzZ_iURANE,25036
76
76
  anthropic/resources/beta/skills/versions.py,sha256=iWSrZ4iqVGm16f7r_aE79gDxeUTUaSw5dEBAyHIxRu8,25212
77
77
  anthropic/resources/messages/__init__.py,sha256=iOSBh4D7NTXqe7RNhw9HZCiFmJvDfIgVFnjaF7r27YU,897
78
78
  anthropic/resources/messages/batches.py,sha256=HlQc5rBYzJu43pnw7H2dSnNN1XHEWpc_czyJ7MSbXj0,28824
79
- anthropic/resources/messages/messages.py,sha256=Cd4UfGlSFjWLyPQftQNGFM1BAMQsbo5Zcafli2jAugc,108860
79
+ anthropic/resources/messages/messages.py,sha256=WFa86x75z0o5VpTai5xRYbgKd4vKODx9lAcrwrRLlHo,108970
80
80
  anthropic/types/__init__.py,sha256=H56hkiGRNPgQE1PANpHed0ns8nMqJGVqLmM7gVWLRWg,9458
81
81
  anthropic/types/anthropic_beta_param.py,sha256=pCogMqyk-O1fxyYbuvWpLw4sBDfNSIYyUYJcFuGrki8,1003
82
82
  anthropic/types/base64_image_source_param.py,sha256=4djZ4GfXcL2khwcg8KpUdZILKmmzHro5YFXTdkhSqpw,725
@@ -163,12 +163,12 @@ anthropic/types/thinking_config_enabled_param.py,sha256=MKCofudk-qk80KzdkXWvA9Id
163
163
  anthropic/types/thinking_config_param.py,sha256=n9h9Z_QtYpV7QnsbvkKYtTpT2opWjmPv1dx-RVKQzy0,463
164
164
  anthropic/types/thinking_delta.py,sha256=OfGsFuv2SEKKIbMQw0fdQBnIPZtwNFQEB2oGjlryCNg,276
165
165
  anthropic/types/tool_bash_20250124_param.py,sha256=Ww6iipXPdPxUsHXjmBoXahGsKDoA-Q7AM_fMJFPqBmI,692
166
- anthropic/types/tool_choice_any_param.py,sha256=jBA4_M2YMPfkFAx8Goi6pY1LblRLu3IsBwBfnjJBJtg,485
167
- anthropic/types/tool_choice_auto_param.py,sha256=F6ZzaVnXZgCa9AxEddyHu_xsO5sK4n-sBY9ZKUovlUk,488
168
- anthropic/types/tool_choice_none_param.py,sha256=druYe_74R1D92_ZPvJfbapBXjXMPXwQToAm-Wwukac0,306
166
+ anthropic/types/tool_choice_any_param.py,sha256=QKtNQbAvqbB5sh02Kbpihxdw77tCFcDOgPV1mFu3h90,536
167
+ anthropic/types/tool_choice_auto_param.py,sha256=Zk2s9x4QNeQN458nzsJjGZlpVwxSLoekGJUm5SZ1ZL0,557
168
+ anthropic/types/tool_choice_none_param.py,sha256=uAVV99JNVXGC5aFsQRildmzCiw1sWpWK3mzMSDoBuqs,361
169
169
  anthropic/types/tool_choice_param.py,sha256=nA7VNo9XKPNTpof8yr7GcgAPKOjWyR3glRpBVZZR2gc,561
170
- anthropic/types/tool_choice_tool_param.py,sha256=61mEbvhxU4oGKxTlcFt1RBUzHPIIuWgQynrn49_HKZY,552
171
- anthropic/types/tool_param.py,sha256=Vfyh23gcySfEuBk-W9pVsLonxyHwg0myBouyaNqvVdw,1665
170
+ anthropic/types/tool_choice_tool_param.py,sha256=2w_8mPWrZTMuqKxxHg-6TGzRv1QEYGPMFItq0mr09rs,626
171
+ anthropic/types/tool_param.py,sha256=CiXF-Cl2cAaOliKcCIAcNiEHAgBz9BOnXfX3qsiz5oU,1856
172
172
  anthropic/types/tool_result_block_param.py,sha256=0rbEAOygNLSnt03pfVdZfcTEVWK_CbBdk2mdUTN0gkg,985
173
173
  anthropic/types/tool_text_editor_20250124_param.py,sha256=uZU1b3qkuAMf_WnyPd_SyEO7iQXY75-XEYBP1JkGu4U,725
174
174
  anthropic/types/tool_text_editor_20250429_param.py,sha256=2laqI5jBBNignFGJhwyOWoRFjFiMAMTApJLJhcW11Lk,734
@@ -181,7 +181,7 @@ anthropic/types/url_pdf_source_param.py,sha256=knFb8DFOWlrFFYwXnZbQx8tqejjWbPQjn
181
181
  anthropic/types/usage.py,sha256=FPIepQO8jXFHX3RM2HuN-hWLz6y3UOyC4lnJRQxOSZY,1053
182
182
  anthropic/types/web_search_result_block.py,sha256=Y8-r0n86qKex4eonDCKre4mS1w7SXleuOFMCT6HmpHU,396
183
183
  anthropic/types/web_search_result_block_param.py,sha256=AbQnJIyfQYHSOEUYxBCGuZNqP5hmpFZI_1SxyD5QC8A,476
184
- anthropic/types/web_search_tool_20250305_param.py,sha256=GB91ImdTWjK8BsrhEoc0oCZDes_CwUv2t4Wo0zlm2Xs,1829
184
+ anthropic/types/web_search_tool_20250305_param.py,sha256=Biv3_dvNnQt7h3Xq_1Txo20BzCquo2ifIV6ThepF0PM,1932
185
185
  anthropic/types/web_search_tool_request_error_param.py,sha256=nCRDcI1Ffc2gznp_ezMGQsSfgXH9wGEzrTm6X_aCumM,498
186
186
  anthropic/types/web_search_tool_result_block.py,sha256=-E5RRLn9EznUyxJQNkThIoLEgW-eMzBJDvfA2rO3oDY,437
187
187
  anthropic/types/web_search_tool_result_block_content.py,sha256=Ev_QL9KMO7emKGcTduZkNgyWFZAiG7kYamPGqwpCffk,437
@@ -234,10 +234,10 @@ anthropic/types/beta/beta_code_execution_tool_result_block_param_content_param.p
234
234
  anthropic/types/beta/beta_code_execution_tool_result_error.py,sha256=SuLEG42APBGhO0jVc2xu8eXLS1_mM9x5trxtwrXS5ok,461
235
235
  anthropic/types/beta/beta_code_execution_tool_result_error_code.py,sha256=BqoqrsTwo3PuXYz4mPiZr4z-q1kx2hs5iLoL7_otmyU,338
236
236
  anthropic/types/beta/beta_code_execution_tool_result_error_param.py,sha256=rTdT_buEPIfaeGUnF9_pdfexZhjh_zdQju3LcERNVis,528
237
- anthropic/types/beta/beta_container.py,sha256=Vr8BXNE55XlpcuoebIoxjOpG0SxNl3-tMu6KWMiBkZI,522
238
- anthropic/types/beta/beta_container_params.py,sha256=PYJotNSzBW7_HdvPSs6N16huwhdIBSv6sGuY0ZHhCmc,481
239
- anthropic/types/beta/beta_container_upload_block.py,sha256=T-W7H8tlzin7_b_A6-hHxBBi9qJk0H7M-2JK_pnXyXE,300
240
- anthropic/types/beta/beta_container_upload_block_param.py,sha256=rqPN69iuHa6elrNfy-x_pMrm-xOLh_PTmqBrFhKzbhA,602
237
+ anthropic/types/beta/beta_container.py,sha256=TdNMRmTVJlJuvN0KEjeCYmSTXeKf0Wm8FuNmKsLyFEA,625
238
+ anthropic/types/beta/beta_container_params.py,sha256=JI1gltJKsz-6RWH7Iyho8_Y9Im659b92Un_sKQOYP9g,539
239
+ anthropic/types/beta/beta_container_upload_block.py,sha256=ebNuqOpWiBh41Q2qIrVZr1JYWqMxxoQQ1-3MylywG8k,364
240
+ anthropic/types/beta/beta_container_upload_block_param.py,sha256=49MzD6ylPreuDNSS22iTT-ByyMwjlwmRnO9yxS5ZAGI,782
241
241
  anthropic/types/beta/beta_content_block.py,sha256=Q9iGB1yETOXgoynKkG7VUHMloNOHzs8M3_de8uHrUjs,1797
242
242
  anthropic/types/beta/beta_content_block_param.py,sha256=_Hpe-82H7ua6Db07Y92r9Fp-oSnbG1oAx1FqPxeSLsM,2389
243
243
  anthropic/types/beta/beta_content_block_source_content_param.py,sha256=IxeRBqzUPEC35VXHr4xHkQdpMw_A5hqSnBwyixn9v7E,445
@@ -245,8 +245,8 @@ anthropic/types/beta/beta_content_block_source_param.py,sha256=baurrUKAlsFMqHnht
245
245
  anthropic/types/beta/beta_context_management_config_param.py,sha256=cs3d7mNlprV34_UX8QPihM1FkCx6Tnzo7CjWVBVD0Qk,684
246
246
  anthropic/types/beta/beta_context_management_response.py,sha256=qwkhE6vtToG7m34R8cxPyOfzej_x7Nfeis5tuEWk8mI,804
247
247
  anthropic/types/beta/beta_count_tokens_context_management_response.py,sha256=efL0nsrOlA7KTIQ-M5IiXRmbmb6q-dakLp3oNnEh5G8,341
248
- anthropic/types/beta/beta_direct_caller.py,sha256=FqqV41KUEu5bi8cKIxKlLonuy7YQS-h0SMvX8HJrE-Y,256
249
- anthropic/types/beta/beta_direct_caller_param.py,sha256=MRkM9p4xB_c1lnvKLixH6gFH4kI1Fc4eyQX6FHE8E6I,312
248
+ anthropic/types/beta/beta_direct_caller.py,sha256=TM5hhPsVBlEOb7G15636eOHuOgIjwM3mH_Y6iKtJl14,308
249
+ anthropic/types/beta/beta_direct_caller_param.py,sha256=UaGWnnuhgWJY69aZ9RE79gNPUiJvALLc2lkLi-1Nsv8,364
250
250
  anthropic/types/beta/beta_document_block.py,sha256=lehaAYYdGHJay8F_J-GfMLOYWAe0G8gVWfeixA5XH2s,834
251
251
  anthropic/types/beta/beta_file_document_source_param.py,sha256=a5_eicJChOrOoBr7MIVj5hA-MZFs1syo5Oi8W_Jv1_4,350
252
252
  anthropic/types/beta/beta_file_image_source_param.py,sha256=5ogaJ3H_NNz2M1Qa5XWyB2uUf-0HHHLkwYXJuA3kOwQ,344
@@ -255,12 +255,12 @@ anthropic/types/beta/beta_input_json_delta.py,sha256=MPlt9LmfuwmpWryQagjkkVHHZRf
255
255
  anthropic/types/beta/beta_input_tokens_clear_at_least_param.py,sha256=9VMW4rN_ZeSQp5ianz-815vc_h23XjC-FI6ZICsC7d8,366
256
256
  anthropic/types/beta/beta_input_tokens_trigger_param.py,sha256=_7MSRq8ZykSOZxxr2upnPqpSZEQ42_m53wHhcqiQ2rE,356
257
257
  anthropic/types/beta/beta_json_output_format_param.py,sha256=DYONF-cbP6gSVz0z_5C4H_Nyg-NBrdx59PwTrXiyIbA,430
258
- anthropic/types/beta/beta_mcp_tool_config_param.py,sha256=1PtOXpMi3kFDLWTNaCG7a30tu18sOHpiOcTJSEl4374,300
259
- anthropic/types/beta/beta_mcp_tool_default_config_param.py,sha256=XeYGly05i5ufRsLq1BkfRp7FTpMxvV5xu7xx6NzznKg,314
258
+ anthropic/types/beta/beta_mcp_tool_config_param.py,sha256=UBXvtQkihooZFlCW_DazHKGHnIs5ZT_mJNv79m_IVok,364
259
+ anthropic/types/beta/beta_mcp_tool_default_config_param.py,sha256=xYBOPL0TPdn83bgx4FufVNGdqMR1Ghq7d1bJ7YZYx4w,376
260
260
  anthropic/types/beta/beta_mcp_tool_result_block.py,sha256=mqx1WHh13wYoGpf5PnG8dgGsihq3qd9Pg6t9nolIwGI,439
261
261
  anthropic/types/beta/beta_mcp_tool_use_block.py,sha256=KRvDIWyDfq5i2zKGtlY3ZDxHsYxtfmqHa0knEJ5UZnU,444
262
262
  anthropic/types/beta/beta_mcp_tool_use_block_param.py,sha256=sE-16rLzREIri44iPGbQgAuRMw-Tsj5vTLUonOqW5K0,723
263
- anthropic/types/beta/beta_mcp_toolset_param.py,sha256=cMsrI6rboOeLpqGCkhD3BYOlCOcCReq9hbmDBjml2nU,1040
263
+ anthropic/types/beta/beta_mcp_toolset_param.py,sha256=lNEiIL5rfFDz-tfac2XGWkkUE2e0ddFXOYI1jcBj_I0,1240
264
264
  anthropic/types/beta/beta_memory_tool_20250818_command.py,sha256=It-xNhxO4M7DSqpczVfZq7mD2FPDZniHGUxCq9wSGGs,1179
265
265
  anthropic/types/beta/beta_memory_tool_20250818_create_command.py,sha256=jmrc8aWVghMz5PRW7vo5LPp3GaUDZkl7Ir8rmqNVsHw,453
266
266
  anthropic/types/beta/beta_memory_tool_20250818_delete_command.py,sha256=dRjSRkChmc6P_vIwIWlknVEXcXikM6EZjJxZgqfT-TA,396
@@ -293,14 +293,14 @@ anthropic/types/beta/beta_request_mcp_server_tool_configuration_param.py,sha256=
293
293
  anthropic/types/beta/beta_request_mcp_server_url_definition_param.py,sha256=j8N0ixvGHFheT2KqqI64HKufHmVST9VcJgShtlkPzUw,644
294
294
  anthropic/types/beta/beta_request_mcp_tool_result_block_param.py,sha256=xK9SY8bmetn-LWN4hks8KDbeh2WiF0pttcCXsB99v84,761
295
295
  anthropic/types/beta/beta_search_result_block_param.py,sha256=uqzKu_6YVDRe6rIbVSmfvQE7YleyRfa_UncwI2k3cuI,842
296
- anthropic/types/beta/beta_server_tool_caller.py,sha256=3_w4nLQc3hSwA2GOAiU9Spy7v7ka6lcrKUUjKrpBqa8,299
297
- anthropic/types/beta/beta_server_tool_caller_param.py,sha256=u72Zs7vrYjjDmLkCz0c0bVagsyTcSE-MyfZ148noNLU,365
296
+ anthropic/types/beta/beta_server_tool_caller.py,sha256=CWaGKr7F39lE-vvUAIz_GsE57NLdSLGwTJSzcp_pE48,359
297
+ anthropic/types/beta/beta_server_tool_caller_param.py,sha256=gEIDqI2JeKdVEX_5QgmVvN8Aqo2qHViwFtKDsrvstZ4,425
298
298
  anthropic/types/beta/beta_server_tool_usage.py,sha256=StokZ2PZBQ5r5X8ri71h-eZsFHqLdT0138Tafqy2az4,352
299
299
  anthropic/types/beta/beta_server_tool_use_block.py,sha256=ZN1kUxZGVg9OjMFlWvtu1kT_OS1RBm6u_MbKGLBnHuc,941
300
300
  anthropic/types/beta/beta_server_tool_use_block_param.py,sha256=Hq3I7deQ9nF4bExG3L6naHBGr1MIiz1nUwgpaF76hCs,1230
301
301
  anthropic/types/beta/beta_signature_delta.py,sha256=LGjB7AM6uCcjn5diCtgzSPGMssf-hfS-JQbvtTmY2-I,289
302
- anthropic/types/beta/beta_skill.py,sha256=eyvKq-A7cSfW3kWNP6KSFHoYCxfTnRe-CgQ396Wx8Js,454
303
- anthropic/types/beta/beta_skill_params.py,sha256=xqw8ygiJ1oXn5PERZHfY1Pb8doQsZ3_E4WwruG6n7cI,522
302
+ anthropic/types/beta/beta_skill.py,sha256=mvnxLGUWAN39GYKdKiJVAK8_-ZxvQinb2ovxwdUqKpU,522
303
+ anthropic/types/beta/beta_skill_params.py,sha256=mdRneR8t9DHPX2YrwQi0NBkQmsF5LVnSYqCAggRFOSE,604
304
304
  anthropic/types/beta/beta_stop_reason.py,sha256=ndrI-m-0sFW7HD8wlEIZrznffRVj6mAWsnR4Gk61AC8,322
305
305
  anthropic/types/beta/beta_text_block.py,sha256=irciVXypUcB5drTF5p0btH1QzB3ZlfEXq7XxjF1cs_U,684
306
306
  anthropic/types/beta/beta_text_block_param.py,sha256=tRCfSMi2Jitz6KLp9j_7KOuToze3Ctlm-DuQH6Li1Do,693
@@ -326,17 +326,17 @@ anthropic/types/beta/beta_thinking_delta.py,sha256=4O9zQHhcqtvOz1zeqcJOo1YJpvzNN
326
326
  anthropic/types/beta/beta_thinking_turns_param.py,sha256=4rhTtQqaot1VJOhVAIJbGjQ3Q4SVUs9IN0o-TrRfejo,348
327
327
  anthropic/types/beta/beta_tool_bash_20241022_param.py,sha256=i3QTRVJk0NB7fCqv7HYoVZm6zrxC8kbrG2RIn8XRJ9Y,1044
328
328
  anthropic/types/beta/beta_tool_bash_20250124_param.py,sha256=PYMz-BvZZ6c_MU0_Z3tbnaBdmWQ3T2B-P84FwTNtV9U,1044
329
- anthropic/types/beta/beta_tool_choice_any_param.py,sha256=XKDm4WnqGSeKUr-MsYqR-1-WlmhRig3Nq7VXyxBarkI,493
330
- anthropic/types/beta/beta_tool_choice_auto_param.py,sha256=sfM3aadXzsiP8phKNHnMaTSw_GOAGrAF9mL283yLHpI,496
331
- anthropic/types/beta/beta_tool_choice_none_param.py,sha256=hgj4eeBigYkkO7D0ekWC1AOkid04tf2NWFs5rjigSu4,314
329
+ anthropic/types/beta/beta_tool_choice_any_param.py,sha256=DPROata2t1ORbmeV0g6QQVvvzrG252n9v8xrzwGrKjs,544
330
+ anthropic/types/beta/beta_tool_choice_auto_param.py,sha256=WlSP5gg97WteYMYjKp-81iXNygyDrELApismEsVuqKo,565
331
+ anthropic/types/beta/beta_tool_choice_none_param.py,sha256=NqaCkqk3oKXrQ5DC7y5TYaMwuCR-FG5cgPdf9QYXm1Y,369
332
332
  anthropic/types/beta/beta_tool_choice_param.py,sha256=kJnRD1gWzx_NPpyfMShZtoXrUcHX6t6WCvhhNd2SWr8,627
333
- anthropic/types/beta/beta_tool_choice_tool_param.py,sha256=TYPA4HbTZrSBcDsMnsk86c0HqBYrkoN71TQq_7yNV4k,560
333
+ anthropic/types/beta/beta_tool_choice_tool_param.py,sha256=WQZbn92NIJnIQ_m98WbMzV3JMmQmsa0aZP_weO8ciR0,634
334
334
  anthropic/types/beta/beta_tool_computer_use_20241022_param.py,sha256=aAiA0PpOoML0_oVVYQlT5Laz530-tGg1ODw_QyNaN6g,1331
335
335
  anthropic/types/beta/beta_tool_computer_use_20250124_param.py,sha256=qfhcJQ4KMLlqLSAtGtXXAMHAyoWL5lH1OOmPSlGVPAU,1331
336
336
  anthropic/types/beta/beta_tool_computer_use_20251124_param.py,sha256=pQ1fdzIg_--fIwhOFB0tJOBzTusw9ZKNA0kFywb7wFw,1438
337
- anthropic/types/beta/beta_tool_param.py,sha256=roRcNrHW6Av9BUBRiv70DNE_Rv9c9S2CqqydZuDGeJ4,1911
337
+ anthropic/types/beta/beta_tool_param.py,sha256=8pAqrHpXznpUuUQ34UuGoL0erWBtaiNt_5U68Ama5TU,2102
338
338
  anthropic/types/beta/beta_tool_reference_block.py,sha256=V9jo_vWMQMArdq5NdckUnCu-IeqZKoTmAGdAQbFY4dI,296
339
- anthropic/types/beta/beta_tool_reference_block_param.py,sha256=vlK0o2HAoUN1nSZU9i7uOqxkVokmdNtGCB0WKeuDLx8,598
339
+ anthropic/types/beta/beta_tool_reference_block_param.py,sha256=jB3AZvKmpwdRZyXuoI9BVOI_GrldY7rfTlHplTvkY40,675
340
340
  anthropic/types/beta/beta_tool_result_block_param.py,sha256=Nq6-m74g7glHVUqW6dgMpq_c1B901r4NhUUEGPB14q0,1205
341
341
  anthropic/types/beta/beta_tool_search_tool_bm25_20251119_param.py,sha256=TEC28IEnF08_KHPoH4PMh9g-i1QXJ2aBRmpVsAVhGXM,1060
342
342
  anthropic/types/beta/beta_tool_search_tool_regex_20251119_param.py,sha256=ll7w8nERFVsbdpYGbROuS2F_0o4ewnQELHk6llL3MAQ,1063
@@ -368,7 +368,7 @@ anthropic/types/beta/beta_web_fetch_tool_result_error_block_param.py,sha256=X9uE
368
368
  anthropic/types/beta/beta_web_fetch_tool_result_error_code.py,sha256=-kZjKVIUcmPnv15dDbYbs0Hr1xqj4X2LVW1V22A4oV0,436
369
369
  anthropic/types/beta/beta_web_search_result_block.py,sha256=8k1ltqF03HVb440Nvms4fRD1xKZmvbrFG-BHeot-SGU,405
370
370
  anthropic/types/beta/beta_web_search_result_block_param.py,sha256=pAKcEO3RC5clujQoGSAJOO2o1gpfsYzaebsZ6aIMOfk,484
371
- anthropic/types/beta/beta_web_search_tool_20250305_param.py,sha256=o2VEZ-vKLfdXqc2dZlNNTRdliWnecz3x0JbhJhw4Kug,2117
371
+ anthropic/types/beta/beta_web_search_tool_20250305_param.py,sha256=Ak6lhUWBoahopvvpwqhJh_uZ70TmmlpJYM1X-rYmyzg,2220
372
372
  anthropic/types/beta/beta_web_search_tool_request_error_param.py,sha256=PdRRrtIHg0P00ARhUekoCnlXXZ2H6K6F5wWmJJvKkNo,506
373
373
  anthropic/types/beta/beta_web_search_tool_result_block.py,sha256=Y4outQt1jPvujwwmUzoNH_d9FfYeRTw51_w6RCfmYMo,459
374
374
  anthropic/types/beta/beta_web_search_tool_result_block_content.py,sha256=qm77CYtUz5Owh934Uj5m0oLyCeJ6AoSZ_z3ZwrEi1qk,471
@@ -398,7 +398,7 @@ anthropic/types/beta/messages/beta_message_batch.py,sha256=xvKuMyh5ozZWi9ZNQG7MC
398
398
  anthropic/types/beta/messages/beta_message_batch_canceled_result.py,sha256=ZUHa9QvKPR70pTQ4X-yOgkc0OJnXKBapxeFnmf9ndLo,287
399
399
  anthropic/types/beta/messages/beta_message_batch_errored_result.py,sha256=3r02yXJd5eAc3IhJgLBqF1C-GvSx8siHWlJXFb8uOb8,367
400
400
  anthropic/types/beta/messages/beta_message_batch_expired_result.py,sha256=GuvILKoUDVK-mrOtzbnAnJft5ley6mrrpa4hpRRnkX4,284
401
- anthropic/types/beta/messages/beta_message_batch_individual_response.py,sha256=MtGq2L1WcndxZslN1kyIXk1kEBTone-DTz5fZSof0-4,828
401
+ anthropic/types/beta/messages/beta_message_batch_individual_response.py,sha256=7rqc5Rr24AiUFFqbLxHiX9V3GL_KD3LZqTAm66MsWwQ,949
402
402
  anthropic/types/beta/messages/beta_message_batch_request_counts.py,sha256=mVj3pgtfgLdOIaMgbPXF8zeh99QuQyPox89T-8g5wWQ,1003
403
403
  anthropic/types/beta/messages/beta_message_batch_result.py,sha256=aq-LfNiuRCBg9ZYloNUXRfQEEFJJE7LivWpXyZGIpyg,819
404
404
  anthropic/types/beta/messages/beta_message_batch_succeeded_result.py,sha256=y4apNvDRTbJ_ldkpM4tWikiw1o0gROnrITZ0d7Qozrg,355
@@ -417,7 +417,7 @@ anthropic/types/messages/message_batch.py,sha256=2Oxp1wiOkp22w_UvIkBL4cgwH-4IkZc
417
417
  anthropic/types/messages/message_batch_canceled_result.py,sha256=u2VevMap02v0B1fgXs8bhiBoc8obE2AWbKV7qd0vto0,278
418
418
  anthropic/types/messages/message_batch_errored_result.py,sha256=VnxtXDxONJTxZbCvl_8DefG-yR1pNLSIikZAfPac30A,351
419
419
  anthropic/types/messages/message_batch_expired_result.py,sha256=zntExk51haoLk2gGldTCCuhWJw8j-xv5DxOnx6GDyn4,275
420
- anthropic/types/messages/message_batch_individual_response.py,sha256=xfRMlzuYEOY2_E8vGhIsQ39NxBfgdRcT14v3wGPARks,806
420
+ anthropic/types/messages/message_batch_individual_response.py,sha256=CVCqRkKP4_RJhAnaQ4yJtmt5SzIroDzy-Cn4vMPflF0,927
421
421
  anthropic/types/messages/message_batch_request_counts.py,sha256=KL64Dp8ISD5KwxryYGzDR9xg4m6Ovm-6okaXHWRPcNA,994
422
422
  anthropic/types/messages/message_batch_result.py,sha256=VdNDHse9-8i5ogM2Si4Yp3cc73rMGlfDLJzNYdWbEAU,733
423
423
  anthropic/types/messages/message_batch_succeeded_result.py,sha256=k1ruBaFzaT6dnUxuelLpuFSOC__1EZ6Nni1sPHHeUUU,333
@@ -433,7 +433,7 @@ anthropic/types/shared/not_found_error.py,sha256=R6OsCvAmsf_SB2TwoX6E63o049qZMaA
433
433
  anthropic/types/shared/overloaded_error.py,sha256=PlyhHt3wmzcnynSfkWbfP4XkLoWsPa9B39V3CyAdgx8,282
434
434
  anthropic/types/shared/permission_error.py,sha256=nuyxtLXOiEkYEbFRXiAWjxU6XtdyjkAaXQ2NgMB3pjw,282
435
435
  anthropic/types/shared/rate_limit_error.py,sha256=eYULATjXa6KKdqeBauest7RzuN-bhGsY5BWwH9eYv4c,280
436
- anthropic-0.75.0.dist-info/METADATA,sha256=pgyFT6h6MJ_WSF7r2Xe6sawR9APIDC6szgl3MivbOMo,28514
437
- anthropic-0.75.0.dist-info/WHEEL,sha256=C2FUgwZgiLbznR-k0b_5k3Ai_1aASOXDss3lzCUsUug,87
438
- anthropic-0.75.0.dist-info/licenses/LICENSE,sha256=i_lphP-Lz65-SMrnalKeiiUxe6ngKr9_08xk_flWV6Y,1056
439
- anthropic-0.75.0.dist-info/RECORD,,
436
+ anthropic-0.76.0.dist-info/METADATA,sha256=_besTzcn85X8je_lEEhWLGDr0EhiM3hvoI-r7LhbMN0,28630
437
+ anthropic-0.76.0.dist-info/WHEEL,sha256=C2FUgwZgiLbznR-k0b_5k3Ai_1aASOXDss3lzCUsUug,87
438
+ anthropic-0.76.0.dist-info/licenses/LICENSE,sha256=i_lphP-Lz65-SMrnalKeiiUxe6ngKr9_08xk_flWV6Y,1056
439
+ anthropic-0.76.0.dist-info/RECORD,,