anthropic 0.68.1__tar.gz → 0.68.2__tar.gz

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 (454) hide show
  1. anthropic-0.68.2/.release-please-manifest.json +3 -0
  2. {anthropic-0.68.1 → anthropic-0.68.2}/CHANGELOG.md +8 -0
  3. {anthropic-0.68.1 → anthropic-0.68.2}/PKG-INFO +1 -1
  4. {anthropic-0.68.1 → anthropic-0.68.2}/pyproject.toml +1 -1
  5. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/_version.py +1 -1
  6. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/resources/beta/files.py +10 -10
  7. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/resources/beta/messages/batches.py +12 -12
  8. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/resources/beta/messages/messages.py +4 -4
  9. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/resources/beta/models.py +4 -4
  10. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/resources/completions.py +2 -2
  11. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/resources/models.py +4 -4
  12. anthropic-0.68.1/.release-please-manifest.json +0 -3
  13. {anthropic-0.68.1 → anthropic-0.68.2}/.gitignore +0 -0
  14. {anthropic-0.68.1 → anthropic-0.68.2}/CONTRIBUTING.md +0 -0
  15. {anthropic-0.68.1 → anthropic-0.68.2}/LICENSE +0 -0
  16. {anthropic-0.68.1 → anthropic-0.68.2}/README.md +0 -0
  17. {anthropic-0.68.1 → anthropic-0.68.2}/SECURITY.md +0 -0
  18. {anthropic-0.68.1 → anthropic-0.68.2}/api.md +0 -0
  19. {anthropic-0.68.1 → anthropic-0.68.2}/bin/check-release-environment +0 -0
  20. {anthropic-0.68.1 → anthropic-0.68.2}/bin/publish-pypi +0 -0
  21. {anthropic-0.68.1 → anthropic-0.68.2}/examples/.keep +0 -0
  22. {anthropic-0.68.1 → anthropic-0.68.2}/examples/batch_results.py +0 -0
  23. {anthropic-0.68.1 → anthropic-0.68.2}/examples/bedrock.py +0 -0
  24. {anthropic-0.68.1 → anthropic-0.68.2}/examples/images.py +0 -0
  25. {anthropic-0.68.1 → anthropic-0.68.2}/examples/logo.png +0 -0
  26. {anthropic-0.68.1 → anthropic-0.68.2}/examples/messages.py +0 -0
  27. {anthropic-0.68.1 → anthropic-0.68.2}/examples/messages_stream.py +0 -0
  28. {anthropic-0.68.1 → anthropic-0.68.2}/examples/text_completions_demo_async.py +0 -0
  29. {anthropic-0.68.1 → anthropic-0.68.2}/examples/text_completions_demo_sync.py +0 -0
  30. {anthropic-0.68.1 → anthropic-0.68.2}/examples/text_completions_streaming.py +0 -0
  31. {anthropic-0.68.1 → anthropic-0.68.2}/examples/thinking.py +0 -0
  32. {anthropic-0.68.1 → anthropic-0.68.2}/examples/thinking_stream.py +0 -0
  33. {anthropic-0.68.1 → anthropic-0.68.2}/examples/tools.py +0 -0
  34. {anthropic-0.68.1 → anthropic-0.68.2}/examples/tools_runner.py +0 -0
  35. {anthropic-0.68.1 → anthropic-0.68.2}/examples/tools_stream.py +0 -0
  36. {anthropic-0.68.1 → anthropic-0.68.2}/examples/vertex.py +0 -0
  37. {anthropic-0.68.1 → anthropic-0.68.2}/examples/web_search.py +0 -0
  38. {anthropic-0.68.1 → anthropic-0.68.2}/examples/web_search_stream.py +0 -0
  39. {anthropic-0.68.1 → anthropic-0.68.2}/helpers.md +0 -0
  40. {anthropic-0.68.1 → anthropic-0.68.2}/release-please-config.json +0 -0
  41. {anthropic-0.68.1 → anthropic-0.68.2}/requirements-dev.lock +0 -0
  42. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/__init__.py +0 -0
  43. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/_base_client.py +0 -0
  44. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/_client.py +0 -0
  45. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/_compat.py +0 -0
  46. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/_constants.py +0 -0
  47. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/_decoders/jsonl.py +0 -0
  48. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/_exceptions.py +0 -0
  49. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/_files.py +0 -0
  50. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/_legacy_response.py +0 -0
  51. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/_models.py +0 -0
  52. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/_qs.py +0 -0
  53. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/_resource.py +0 -0
  54. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/_response.py +0 -0
  55. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/_streaming.py +0 -0
  56. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/_types.py +0 -0
  57. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/_utils/__init__.py +0 -0
  58. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/_utils/_compat.py +0 -0
  59. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/_utils/_datetime_parse.py +0 -0
  60. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/_utils/_httpx.py +0 -0
  61. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/_utils/_logs.py +0 -0
  62. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/_utils/_proxy.py +0 -0
  63. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/_utils/_reflection.py +0 -0
  64. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/_utils/_resources_proxy.py +0 -0
  65. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/_utils/_streams.py +0 -0
  66. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/_utils/_sync.py +0 -0
  67. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/_utils/_transform.py +0 -0
  68. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/_utils/_typing.py +0 -0
  69. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/_utils/_utils.py +0 -0
  70. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/lib/.keep +0 -0
  71. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/lib/__init__.py +0 -0
  72. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/lib/_extras/__init__.py +0 -0
  73. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/lib/_extras/_common.py +0 -0
  74. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/lib/_extras/_google_auth.py +0 -0
  75. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/lib/bedrock/__init__.py +0 -0
  76. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/lib/bedrock/_auth.py +0 -0
  77. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/lib/bedrock/_beta.py +0 -0
  78. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/lib/bedrock/_beta_messages.py +0 -0
  79. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/lib/bedrock/_client.py +0 -0
  80. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/lib/bedrock/_stream.py +0 -0
  81. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/lib/bedrock/_stream_decoder.py +0 -0
  82. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/lib/streaming/__init__.py +0 -0
  83. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/lib/streaming/_beta_messages.py +0 -0
  84. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/lib/streaming/_beta_types.py +0 -0
  85. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/lib/streaming/_messages.py +0 -0
  86. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/lib/streaming/_types.py +0 -0
  87. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/lib/tools/__init__.py +0 -0
  88. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/lib/tools/_beta_functions.py +0 -0
  89. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/lib/tools/_beta_runner.py +0 -0
  90. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/lib/vertex/__init__.py +0 -0
  91. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/lib/vertex/_auth.py +0 -0
  92. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/lib/vertex/_beta.py +0 -0
  93. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/lib/vertex/_beta_messages.py +0 -0
  94. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/lib/vertex/_client.py +0 -0
  95. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/pagination.py +0 -0
  96. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/py.typed +0 -0
  97. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/resources/__init__.py +0 -0
  98. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/resources/beta/__init__.py +0 -0
  99. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/resources/beta/beta.py +0 -0
  100. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/resources/beta/messages/__init__.py +0 -0
  101. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/resources/messages/__init__.py +0 -0
  102. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/resources/messages/batches.py +0 -0
  103. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/resources/messages/messages.py +0 -0
  104. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/__init__.py +0 -0
  105. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/anthropic_beta_param.py +0 -0
  106. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/base64_image_source_param.py +0 -0
  107. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/base64_pdf_source_param.py +0 -0
  108. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/beta/__init__.py +0 -0
  109. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/beta/beta_base64_image_source_param.py +0 -0
  110. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/beta/beta_base64_pdf_block_param.py +0 -0
  111. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/beta/beta_base64_pdf_source.py +0 -0
  112. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/beta/beta_base64_pdf_source_param.py +0 -0
  113. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/beta/beta_bash_code_execution_output_block.py +0 -0
  114. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/beta/beta_bash_code_execution_output_block_param.py +0 -0
  115. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/beta/beta_bash_code_execution_result_block.py +0 -0
  116. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/beta/beta_bash_code_execution_result_block_param.py +0 -0
  117. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/beta/beta_bash_code_execution_tool_result_block.py +0 -0
  118. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/beta/beta_bash_code_execution_tool_result_block_param.py +0 -0
  119. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/beta/beta_bash_code_execution_tool_result_error.py +0 -0
  120. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/beta/beta_bash_code_execution_tool_result_error_param.py +0 -0
  121. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/beta/beta_cache_control_ephemeral_param.py +0 -0
  122. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/beta/beta_cache_creation.py +0 -0
  123. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/beta/beta_citation_char_location.py +0 -0
  124. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/beta/beta_citation_char_location_param.py +0 -0
  125. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/beta/beta_citation_config.py +0 -0
  126. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/beta/beta_citation_content_block_location.py +0 -0
  127. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/beta/beta_citation_content_block_location_param.py +0 -0
  128. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/beta/beta_citation_page_location.py +0 -0
  129. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/beta/beta_citation_page_location_param.py +0 -0
  130. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/beta/beta_citation_search_result_location.py +0 -0
  131. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/beta/beta_citation_search_result_location_param.py +0 -0
  132. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/beta/beta_citation_web_search_result_location_param.py +0 -0
  133. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/beta/beta_citations_config_param.py +0 -0
  134. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/beta/beta_citations_delta.py +0 -0
  135. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/beta/beta_citations_web_search_result_location.py +0 -0
  136. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/beta/beta_code_execution_output_block.py +0 -0
  137. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/beta/beta_code_execution_output_block_param.py +0 -0
  138. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/beta/beta_code_execution_result_block.py +0 -0
  139. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/beta/beta_code_execution_result_block_param.py +0 -0
  140. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/beta/beta_code_execution_tool_20250522_param.py +0 -0
  141. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/beta/beta_code_execution_tool_20250825_param.py +0 -0
  142. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/beta/beta_code_execution_tool_result_block.py +0 -0
  143. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/beta/beta_code_execution_tool_result_block_content.py +0 -0
  144. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/beta/beta_code_execution_tool_result_block_param.py +0 -0
  145. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/beta/beta_code_execution_tool_result_block_param_content_param.py +0 -0
  146. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/beta/beta_code_execution_tool_result_error.py +0 -0
  147. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/beta/beta_code_execution_tool_result_error_code.py +0 -0
  148. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/beta/beta_code_execution_tool_result_error_param.py +0 -0
  149. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/beta/beta_container.py +0 -0
  150. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/beta/beta_container_upload_block.py +0 -0
  151. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/beta/beta_container_upload_block_param.py +0 -0
  152. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/beta/beta_content_block.py +0 -0
  153. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/beta/beta_content_block_param.py +0 -0
  154. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/beta/beta_content_block_source_content_param.py +0 -0
  155. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/beta/beta_content_block_source_param.py +0 -0
  156. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/beta/beta_document_block.py +0 -0
  157. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/beta/beta_file_document_source_param.py +0 -0
  158. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/beta/beta_file_image_source_param.py +0 -0
  159. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/beta/beta_image_block_param.py +0 -0
  160. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/beta/beta_input_json_delta.py +0 -0
  161. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/beta/beta_mcp_tool_result_block.py +0 -0
  162. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/beta/beta_mcp_tool_use_block.py +0 -0
  163. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/beta/beta_mcp_tool_use_block_param.py +0 -0
  164. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/beta/beta_message.py +0 -0
  165. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/beta/beta_message_delta_usage.py +0 -0
  166. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/beta/beta_message_param.py +0 -0
  167. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/beta/beta_message_tokens_count.py +0 -0
  168. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/beta/beta_metadata_param.py +0 -0
  169. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/beta/beta_model_info.py +0 -0
  170. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/beta/beta_plain_text_source.py +0 -0
  171. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/beta/beta_plain_text_source_param.py +0 -0
  172. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/beta/beta_raw_content_block_delta.py +0 -0
  173. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/beta/beta_raw_content_block_delta_event.py +0 -0
  174. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/beta/beta_raw_content_block_start_event.py +0 -0
  175. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/beta/beta_raw_content_block_stop_event.py +0 -0
  176. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/beta/beta_raw_message_delta_event.py +0 -0
  177. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/beta/beta_raw_message_start_event.py +0 -0
  178. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/beta/beta_raw_message_stop_event.py +0 -0
  179. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/beta/beta_raw_message_stream_event.py +0 -0
  180. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/beta/beta_redacted_thinking_block.py +0 -0
  181. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/beta/beta_redacted_thinking_block_param.py +0 -0
  182. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/beta/beta_request_document_block_param.py +0 -0
  183. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/beta/beta_request_mcp_server_tool_configuration_param.py +0 -0
  184. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/beta/beta_request_mcp_server_url_definition_param.py +0 -0
  185. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/beta/beta_request_mcp_tool_result_block_param.py +0 -0
  186. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/beta/beta_search_result_block_param.py +0 -0
  187. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/beta/beta_server_tool_usage.py +0 -0
  188. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/beta/beta_server_tool_use_block.py +0 -0
  189. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/beta/beta_server_tool_use_block_param.py +0 -0
  190. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/beta/beta_signature_delta.py +0 -0
  191. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/beta/beta_stop_reason.py +0 -0
  192. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/beta/beta_text_block.py +0 -0
  193. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/beta/beta_text_block_param.py +0 -0
  194. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/beta/beta_text_citation.py +0 -0
  195. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/beta/beta_text_citation_param.py +0 -0
  196. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/beta/beta_text_delta.py +0 -0
  197. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/beta/beta_text_editor_code_execution_create_result_block.py +0 -0
  198. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/beta/beta_text_editor_code_execution_create_result_block_param.py +0 -0
  199. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/beta/beta_text_editor_code_execution_str_replace_result_block.py +0 -0
  200. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/beta/beta_text_editor_code_execution_str_replace_result_block_param.py +0 -0
  201. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/beta/beta_text_editor_code_execution_tool_result_block.py +0 -0
  202. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/beta/beta_text_editor_code_execution_tool_result_block_param.py +0 -0
  203. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/beta/beta_text_editor_code_execution_tool_result_error.py +0 -0
  204. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/beta/beta_text_editor_code_execution_tool_result_error_param.py +0 -0
  205. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/beta/beta_text_editor_code_execution_view_result_block.py +0 -0
  206. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/beta/beta_text_editor_code_execution_view_result_block_param.py +0 -0
  207. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/beta/beta_thinking_block.py +0 -0
  208. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/beta/beta_thinking_block_param.py +0 -0
  209. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/beta/beta_thinking_config_disabled_param.py +0 -0
  210. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/beta/beta_thinking_config_enabled_param.py +0 -0
  211. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/beta/beta_thinking_config_param.py +0 -0
  212. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/beta/beta_thinking_delta.py +0 -0
  213. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/beta/beta_tool_bash_20241022_param.py +0 -0
  214. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/beta/beta_tool_bash_20250124_param.py +0 -0
  215. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/beta/beta_tool_choice_any_param.py +0 -0
  216. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/beta/beta_tool_choice_auto_param.py +0 -0
  217. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/beta/beta_tool_choice_none_param.py +0 -0
  218. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/beta/beta_tool_choice_param.py +0 -0
  219. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/beta/beta_tool_choice_tool_param.py +0 -0
  220. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/beta/beta_tool_computer_use_20241022_param.py +0 -0
  221. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/beta/beta_tool_computer_use_20250124_param.py +0 -0
  222. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/beta/beta_tool_param.py +0 -0
  223. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/beta/beta_tool_result_block_param.py +0 -0
  224. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/beta/beta_tool_text_editor_20241022_param.py +0 -0
  225. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/beta/beta_tool_text_editor_20250124_param.py +0 -0
  226. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/beta/beta_tool_text_editor_20250429_param.py +0 -0
  227. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/beta/beta_tool_text_editor_20250728_param.py +0 -0
  228. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/beta/beta_tool_union_param.py +0 -0
  229. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/beta/beta_tool_use_block.py +0 -0
  230. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/beta/beta_tool_use_block_param.py +0 -0
  231. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/beta/beta_url_image_source_param.py +0 -0
  232. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/beta/beta_url_pdf_source_param.py +0 -0
  233. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/beta/beta_usage.py +0 -0
  234. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/beta/beta_web_fetch_block.py +0 -0
  235. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/beta/beta_web_fetch_block_param.py +0 -0
  236. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/beta/beta_web_fetch_tool_20250910_param.py +0 -0
  237. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/beta/beta_web_fetch_tool_result_block.py +0 -0
  238. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/beta/beta_web_fetch_tool_result_block_param.py +0 -0
  239. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/beta/beta_web_fetch_tool_result_error_block.py +0 -0
  240. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/beta/beta_web_fetch_tool_result_error_block_param.py +0 -0
  241. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/beta/beta_web_fetch_tool_result_error_code.py +0 -0
  242. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/beta/beta_web_search_result_block.py +0 -0
  243. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/beta/beta_web_search_result_block_param.py +0 -0
  244. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/beta/beta_web_search_tool_20250305_param.py +0 -0
  245. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/beta/beta_web_search_tool_request_error_param.py +0 -0
  246. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/beta/beta_web_search_tool_result_block.py +0 -0
  247. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/beta/beta_web_search_tool_result_block_content.py +0 -0
  248. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/beta/beta_web_search_tool_result_block_param.py +0 -0
  249. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/beta/beta_web_search_tool_result_block_param_content_param.py +0 -0
  250. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/beta/beta_web_search_tool_result_error.py +0 -0
  251. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/beta/beta_web_search_tool_result_error_code.py +0 -0
  252. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/beta/deleted_file.py +0 -0
  253. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/beta/file_list_params.py +0 -0
  254. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/beta/file_metadata.py +0 -0
  255. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/beta/file_upload_params.py +0 -0
  256. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/beta/message_count_tokens_params.py +0 -0
  257. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/beta/message_create_params.py +0 -0
  258. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/beta/messages/__init__.py +0 -0
  259. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/beta/messages/batch_create_params.py +0 -0
  260. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/beta/messages/batch_list_params.py +0 -0
  261. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/beta/messages/beta_deleted_message_batch.py +0 -0
  262. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/beta/messages/beta_message_batch.py +0 -0
  263. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/beta/messages/beta_message_batch_canceled_result.py +0 -0
  264. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/beta/messages/beta_message_batch_errored_result.py +0 -0
  265. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/beta/messages/beta_message_batch_expired_result.py +0 -0
  266. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/beta/messages/beta_message_batch_individual_response.py +0 -0
  267. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/beta/messages/beta_message_batch_request_counts.py +0 -0
  268. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/beta/messages/beta_message_batch_result.py +0 -0
  269. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/beta/messages/beta_message_batch_succeeded_result.py +0 -0
  270. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/beta/model_list_params.py +0 -0
  271. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/beta_api_error.py +0 -0
  272. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/beta_authentication_error.py +0 -0
  273. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/beta_billing_error.py +0 -0
  274. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/beta_error.py +0 -0
  275. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/beta_error_response.py +0 -0
  276. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/beta_gateway_timeout_error.py +0 -0
  277. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/beta_invalid_request_error.py +0 -0
  278. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/beta_not_found_error.py +0 -0
  279. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/beta_overloaded_error.py +0 -0
  280. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/beta_permission_error.py +0 -0
  281. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/beta_rate_limit_error.py +0 -0
  282. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/cache_control_ephemeral_param.py +0 -0
  283. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/cache_creation.py +0 -0
  284. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/citation_char_location.py +0 -0
  285. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/citation_char_location_param.py +0 -0
  286. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/citation_content_block_location.py +0 -0
  287. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/citation_content_block_location_param.py +0 -0
  288. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/citation_page_location.py +0 -0
  289. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/citation_page_location_param.py +0 -0
  290. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/citation_search_result_location_param.py +0 -0
  291. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/citation_web_search_result_location_param.py +0 -0
  292. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/citations_config_param.py +0 -0
  293. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/citations_delta.py +0 -0
  294. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/citations_search_result_location.py +0 -0
  295. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/citations_web_search_result_location.py +0 -0
  296. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/completion.py +0 -0
  297. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/completion_create_params.py +0 -0
  298. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/content_block.py +0 -0
  299. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/content_block_delta_event.py +0 -0
  300. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/content_block_param.py +0 -0
  301. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/content_block_source_content_param.py +0 -0
  302. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/content_block_source_param.py +0 -0
  303. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/content_block_start_event.py +0 -0
  304. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/content_block_stop_event.py +0 -0
  305. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/document_block_param.py +0 -0
  306. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/image_block_param.py +0 -0
  307. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/input_json_delta.py +0 -0
  308. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/message.py +0 -0
  309. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/message_count_tokens_params.py +0 -0
  310. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/message_count_tokens_tool_param.py +0 -0
  311. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/message_create_params.py +0 -0
  312. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/message_delta_event.py +0 -0
  313. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/message_delta_usage.py +0 -0
  314. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/message_param.py +0 -0
  315. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/message_start_event.py +0 -0
  316. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/message_stop_event.py +0 -0
  317. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/message_stream_event.py +0 -0
  318. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/message_tokens_count.py +0 -0
  319. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/messages/__init__.py +0 -0
  320. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/messages/batch_create_params.py +0 -0
  321. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/messages/batch_list_params.py +0 -0
  322. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/messages/deleted_message_batch.py +0 -0
  323. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/messages/message_batch.py +0 -0
  324. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/messages/message_batch_canceled_result.py +0 -0
  325. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/messages/message_batch_errored_result.py +0 -0
  326. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/messages/message_batch_expired_result.py +0 -0
  327. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/messages/message_batch_individual_response.py +0 -0
  328. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/messages/message_batch_request_counts.py +0 -0
  329. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/messages/message_batch_result.py +0 -0
  330. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/messages/message_batch_succeeded_result.py +0 -0
  331. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/metadata_param.py +0 -0
  332. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/model.py +0 -0
  333. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/model_info.py +0 -0
  334. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/model_list_params.py +0 -0
  335. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/model_param.py +0 -0
  336. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/plain_text_source_param.py +0 -0
  337. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/raw_content_block_delta.py +0 -0
  338. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/raw_content_block_delta_event.py +0 -0
  339. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/raw_content_block_start_event.py +0 -0
  340. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/raw_content_block_stop_event.py +0 -0
  341. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/raw_message_delta_event.py +0 -0
  342. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/raw_message_start_event.py +0 -0
  343. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/raw_message_stop_event.py +0 -0
  344. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/raw_message_stream_event.py +0 -0
  345. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/redacted_thinking_block.py +0 -0
  346. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/redacted_thinking_block_param.py +0 -0
  347. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/search_result_block_param.py +0 -0
  348. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/server_tool_usage.py +0 -0
  349. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/server_tool_use_block.py +0 -0
  350. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/server_tool_use_block_param.py +0 -0
  351. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/shared/__init__.py +0 -0
  352. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/shared/api_error_object.py +0 -0
  353. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/shared/authentication_error.py +0 -0
  354. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/shared/billing_error.py +0 -0
  355. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/shared/error_object.py +0 -0
  356. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/shared/error_response.py +0 -0
  357. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/shared/gateway_timeout_error.py +0 -0
  358. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/shared/invalid_request_error.py +0 -0
  359. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/shared/not_found_error.py +0 -0
  360. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/shared/overloaded_error.py +0 -0
  361. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/shared/permission_error.py +0 -0
  362. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/shared/rate_limit_error.py +0 -0
  363. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/signature_delta.py +0 -0
  364. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/stop_reason.py +0 -0
  365. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/text_block.py +0 -0
  366. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/text_block_param.py +0 -0
  367. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/text_citation.py +0 -0
  368. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/text_citation_param.py +0 -0
  369. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/text_delta.py +0 -0
  370. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/thinking_block.py +0 -0
  371. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/thinking_block_param.py +0 -0
  372. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/thinking_config_disabled_param.py +0 -0
  373. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/thinking_config_enabled_param.py +0 -0
  374. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/thinking_config_param.py +0 -0
  375. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/thinking_delta.py +0 -0
  376. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/tool_bash_20250124_param.py +0 -0
  377. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/tool_choice_any_param.py +0 -0
  378. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/tool_choice_auto_param.py +0 -0
  379. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/tool_choice_none_param.py +0 -0
  380. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/tool_choice_param.py +0 -0
  381. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/tool_choice_tool_param.py +0 -0
  382. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/tool_param.py +0 -0
  383. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/tool_result_block_param.py +0 -0
  384. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/tool_text_editor_20250124_param.py +0 -0
  385. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/tool_text_editor_20250429_param.py +0 -0
  386. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/tool_text_editor_20250728_param.py +0 -0
  387. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/tool_union_param.py +0 -0
  388. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/tool_use_block.py +0 -0
  389. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/tool_use_block_param.py +0 -0
  390. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/url_image_source_param.py +0 -0
  391. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/url_pdf_source_param.py +0 -0
  392. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/usage.py +0 -0
  393. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/web_search_result_block.py +0 -0
  394. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/web_search_result_block_param.py +0 -0
  395. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/web_search_tool_20250305_param.py +0 -0
  396. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/web_search_tool_request_error_param.py +0 -0
  397. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/web_search_tool_result_block.py +0 -0
  398. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/web_search_tool_result_block_content.py +0 -0
  399. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/web_search_tool_result_block_param.py +0 -0
  400. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/web_search_tool_result_block_param_content_param.py +0 -0
  401. {anthropic-0.68.1 → anthropic-0.68.2}/src/anthropic/types/web_search_tool_result_error.py +0 -0
  402. {anthropic-0.68.1 → anthropic-0.68.2}/tests/__init__.py +0 -0
  403. {anthropic-0.68.1 → anthropic-0.68.2}/tests/api_resources/__init__.py +0 -0
  404. {anthropic-0.68.1 → anthropic-0.68.2}/tests/api_resources/beta/__init__.py +0 -0
  405. {anthropic-0.68.1 → anthropic-0.68.2}/tests/api_resources/beta/messages/__init__.py +0 -0
  406. {anthropic-0.68.1 → anthropic-0.68.2}/tests/api_resources/beta/messages/test_batches.py +0 -0
  407. {anthropic-0.68.1 → anthropic-0.68.2}/tests/api_resources/beta/test_files.py +0 -0
  408. {anthropic-0.68.1 → anthropic-0.68.2}/tests/api_resources/beta/test_messages.py +0 -0
  409. {anthropic-0.68.1 → anthropic-0.68.2}/tests/api_resources/beta/test_models.py +0 -0
  410. {anthropic-0.68.1 → anthropic-0.68.2}/tests/api_resources/messages/__init__.py +0 -0
  411. {anthropic-0.68.1 → anthropic-0.68.2}/tests/api_resources/messages/test_batches.py +0 -0
  412. {anthropic-0.68.1 → anthropic-0.68.2}/tests/api_resources/test_completions.py +0 -0
  413. {anthropic-0.68.1 → anthropic-0.68.2}/tests/api_resources/test_messages.py +0 -0
  414. {anthropic-0.68.1 → anthropic-0.68.2}/tests/api_resources/test_models.py +0 -0
  415. {anthropic-0.68.1 → anthropic-0.68.2}/tests/conftest.py +0 -0
  416. {anthropic-0.68.1 → anthropic-0.68.2}/tests/decoders/test_jsonl.py +0 -0
  417. {anthropic-0.68.1 → anthropic-0.68.2}/tests/lib/__init__.py +0 -0
  418. {anthropic-0.68.1 → anthropic-0.68.2}/tests/lib/snapshots.py +0 -0
  419. {anthropic-0.68.1 → anthropic-0.68.2}/tests/lib/streaming/__init__.py +0 -0
  420. {anthropic-0.68.1 → anthropic-0.68.2}/tests/lib/streaming/fixtures/basic_response.txt +0 -0
  421. {anthropic-0.68.1 → anthropic-0.68.2}/tests/lib/streaming/fixtures/incomplete_partial_json_response.txt +0 -0
  422. {anthropic-0.68.1 → anthropic-0.68.2}/tests/lib/streaming/fixtures/tool_use_response.txt +0 -0
  423. {anthropic-0.68.1 → anthropic-0.68.2}/tests/lib/streaming/helpers.py +0 -0
  424. {anthropic-0.68.1 → anthropic-0.68.2}/tests/lib/streaming/test_beta_messages.py +0 -0
  425. {anthropic-0.68.1 → anthropic-0.68.2}/tests/lib/streaming/test_messages.py +0 -0
  426. {anthropic-0.68.1 → anthropic-0.68.2}/tests/lib/streaming/test_partial_json.py +0 -0
  427. {anthropic-0.68.1 → anthropic-0.68.2}/tests/lib/test_bedrock.py +0 -0
  428. {anthropic-0.68.1 → anthropic-0.68.2}/tests/lib/test_vertex.py +0 -0
  429. {anthropic-0.68.1 → anthropic-0.68.2}/tests/lib/tools/__init__.py +0 -0
  430. {anthropic-0.68.1 → anthropic-0.68.2}/tests/lib/tools/__inline_snapshot__/test_runners/TestSyncRunTools.test_max_iterations/d105e140-a30c-4d6b-91df-257247da3623.json +0 -0
  431. {anthropic-0.68.1 → anthropic-0.68.2}/tests/lib/tools/__inline_snapshot__/test_runners/TestSyncRunTools.test_streaming_call_sync_events/9cb114c8-69bd-4111-841b-edee30333afd.json +0 -0
  432. {anthropic-0.68.1 → anthropic-0.68.2}/tests/lib/tools/__inline_snapshot__/test_runners/test_streaming_call_sync/e2140c0f-07db-47ee-b86b-c2ec476866d5.json +0 -0
  433. {anthropic-0.68.1 → anthropic-0.68.2}/tests/lib/tools/__inline_snapshot__/test_runners/test_streaming_call_sync_events/9cb114c8-69bd-4111-841b-edee30333afd.json +0 -0
  434. {anthropic-0.68.1 → anthropic-0.68.2}/tests/lib/tools/test_functions.py +0 -0
  435. {anthropic-0.68.1 → anthropic-0.68.2}/tests/lib/tools/test_runners.py +0 -0
  436. {anthropic-0.68.1 → anthropic-0.68.2}/tests/lib/utils.py +0 -0
  437. {anthropic-0.68.1 → anthropic-0.68.2}/tests/sample_file.txt +0 -0
  438. {anthropic-0.68.1 → anthropic-0.68.2}/tests/test_client.py +0 -0
  439. {anthropic-0.68.1 → anthropic-0.68.2}/tests/test_deepcopy.py +0 -0
  440. {anthropic-0.68.1 → anthropic-0.68.2}/tests/test_extract_files.py +0 -0
  441. {anthropic-0.68.1 → anthropic-0.68.2}/tests/test_files.py +0 -0
  442. {anthropic-0.68.1 → anthropic-0.68.2}/tests/test_legacy_response.py +0 -0
  443. {anthropic-0.68.1 → anthropic-0.68.2}/tests/test_models.py +0 -0
  444. {anthropic-0.68.1 → anthropic-0.68.2}/tests/test_qs.py +0 -0
  445. {anthropic-0.68.1 → anthropic-0.68.2}/tests/test_required_args.py +0 -0
  446. {anthropic-0.68.1 → anthropic-0.68.2}/tests/test_response.py +0 -0
  447. {anthropic-0.68.1 → anthropic-0.68.2}/tests/test_streaming.py +0 -0
  448. {anthropic-0.68.1 → anthropic-0.68.2}/tests/test_transform.py +0 -0
  449. {anthropic-0.68.1 → anthropic-0.68.2}/tests/test_utils/test_datetime_parse.py +0 -0
  450. {anthropic-0.68.1 → anthropic-0.68.2}/tests/test_utils/test_proxy.py +0 -0
  451. {anthropic-0.68.1 → anthropic-0.68.2}/tests/test_utils/test_typing.py +0 -0
  452. {anthropic-0.68.1 → anthropic-0.68.2}/tests/utils.py +0 -0
  453. {anthropic-0.68.1 → anthropic-0.68.2}/tools.md +0 -0
  454. {anthropic-0.68.1 → anthropic-0.68.2}/uv.lock +0 -0
@@ -0,0 +1,3 @@
1
+ {
2
+ ".": "0.68.2"
3
+ }
@@ -1,5 +1,13 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.68.2 (2025-09-29)
4
+
5
+ Full Changelog: [v0.68.1...v0.68.2](https://github.com/anthropics/anthropic-sdk-python/compare/v0.68.1...v0.68.2)
6
+
7
+ ### Bug Fixes
8
+
9
+ * do not set headers with default to omit ([95b14ab](https://github.com/anthropics/anthropic-sdk-python/commit/95b14ab8fa8b63b95cb82cad1347915c163818d2))
10
+
3
11
  ## 0.68.1 (2025-09-26)
4
12
 
5
13
  Full Changelog: [v0.68.0...v0.68.1](https://github.com/anthropics/anthropic-sdk-python/compare/v0.68.0...v0.68.1)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: anthropic
3
- Version: 0.68.1
3
+ Version: 0.68.2
4
4
  Summary: The official Python library for the anthropic API
5
5
  Project-URL: Homepage, https://github.com/anthropics/anthropic-sdk-python
6
6
  Project-URL: Repository, https://github.com/anthropics/anthropic-sdk-python
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "anthropic"
3
- version = "0.68.1"
3
+ version = "0.68.2"
4
4
  description = "The official Python library for the anthropic API"
5
5
  dynamic = ["readme"]
6
6
  license = "MIT"
@@ -1,4 +1,4 @@
1
1
  # File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
2
 
3
3
  __title__ = "anthropic"
4
- __version__ = "0.68.1" # x-release-please-version
4
+ __version__ = "0.68.2" # x-release-please-version
@@ -98,7 +98,7 @@ class Files(SyncAPIResource):
98
98
  {
99
99
  "anthropic-beta": ",".join(chain((str(e) for e in betas), ["files-api-2025-04-14"]))
100
100
  if is_given(betas)
101
- else omit
101
+ else not_given
102
102
  }
103
103
  ),
104
104
  **(extra_headers or {}),
@@ -159,7 +159,7 @@ class Files(SyncAPIResource):
159
159
  {
160
160
  "anthropic-beta": ",".join(chain((str(e) for e in betas), ["files-api-2025-04-14"]))
161
161
  if is_given(betas)
162
- else omit
162
+ else not_given
163
163
  }
164
164
  ),
165
165
  **(extra_headers or {}),
@@ -209,7 +209,7 @@ class Files(SyncAPIResource):
209
209
  {
210
210
  "anthropic-beta": ",".join(chain((str(e) for e in betas), ["files-api-2025-04-14"]))
211
211
  if is_given(betas)
212
- else omit
212
+ else not_given
213
213
  }
214
214
  ),
215
215
  **(extra_headers or {}),
@@ -258,7 +258,7 @@ class Files(SyncAPIResource):
258
258
  {
259
259
  "anthropic-beta": ",".join(chain((str(e) for e in betas), ["files-api-2025-04-14"]))
260
260
  if is_given(betas)
261
- else omit
261
+ else not_given
262
262
  }
263
263
  ),
264
264
  **(extra_headers or {}),
@@ -305,7 +305,7 @@ class Files(SyncAPIResource):
305
305
  {
306
306
  "anthropic-beta": ",".join(chain((str(e) for e in betas), ["files-api-2025-04-14"]))
307
307
  if is_given(betas)
308
- else omit
308
+ else not_given
309
309
  }
310
310
  ),
311
311
  **(extra_headers or {}),
@@ -392,7 +392,7 @@ class AsyncFiles(AsyncAPIResource):
392
392
  {
393
393
  "anthropic-beta": ",".join(chain((str(e) for e in betas), ["files-api-2025-04-14"]))
394
394
  if is_given(betas)
395
- else omit
395
+ else not_given
396
396
  }
397
397
  ),
398
398
  **(extra_headers or {}),
@@ -453,7 +453,7 @@ class AsyncFiles(AsyncAPIResource):
453
453
  {
454
454
  "anthropic-beta": ",".join(chain((str(e) for e in betas), ["files-api-2025-04-14"]))
455
455
  if is_given(betas)
456
- else omit
456
+ else not_given
457
457
  }
458
458
  ),
459
459
  **(extra_headers or {}),
@@ -503,7 +503,7 @@ class AsyncFiles(AsyncAPIResource):
503
503
  {
504
504
  "anthropic-beta": ",".join(chain((str(e) for e in betas), ["files-api-2025-04-14"]))
505
505
  if is_given(betas)
506
- else omit
506
+ else not_given
507
507
  }
508
508
  ),
509
509
  **(extra_headers or {}),
@@ -552,7 +552,7 @@ class AsyncFiles(AsyncAPIResource):
552
552
  {
553
553
  "anthropic-beta": ",".join(chain((str(e) for e in betas), ["files-api-2025-04-14"]))
554
554
  if is_given(betas)
555
- else omit
555
+ else not_given
556
556
  }
557
557
  ),
558
558
  **(extra_headers or {}),
@@ -599,7 +599,7 @@ class AsyncFiles(AsyncAPIResource):
599
599
  {
600
600
  "anthropic-beta": ",".join(chain((str(e) for e in betas), ["files-api-2025-04-14"]))
601
601
  if is_given(betas)
602
- else omit
602
+ else not_given
603
603
  }
604
604
  ),
605
605
  **(extra_headers or {}),
@@ -87,7 +87,7 @@ class Batches(SyncAPIResource):
87
87
  {
88
88
  "anthropic-beta": ",".join(chain((str(e) for e in betas), ["message-batches-2024-09-24"]))
89
89
  if is_given(betas)
90
- else omit
90
+ else not_given
91
91
  }
92
92
  ),
93
93
  **(extra_headers or {}),
@@ -143,7 +143,7 @@ class Batches(SyncAPIResource):
143
143
  {
144
144
  "anthropic-beta": ",".join(chain((str(e) for e in betas), ["message-batches-2024-09-24"]))
145
145
  if is_given(betas)
146
- else omit
146
+ else not_given
147
147
  }
148
148
  ),
149
149
  **(extra_headers or {}),
@@ -205,7 +205,7 @@ class Batches(SyncAPIResource):
205
205
  {
206
206
  "anthropic-beta": ",".join(chain((str(e) for e in betas), ["message-batches-2024-09-24"]))
207
207
  if is_given(betas)
208
- else omit
208
+ else not_given
209
209
  }
210
210
  ),
211
211
  **(extra_headers or {}),
@@ -272,7 +272,7 @@ class Batches(SyncAPIResource):
272
272
  {
273
273
  "anthropic-beta": ",".join(chain((str(e) for e in betas), ["message-batches-2024-09-24"]))
274
274
  if is_given(betas)
275
- else omit
275
+ else not_given
276
276
  }
277
277
  ),
278
278
  **(extra_headers or {}),
@@ -333,7 +333,7 @@ class Batches(SyncAPIResource):
333
333
  {
334
334
  "anthropic-beta": ",".join(chain((str(e) for e in betas), ["message-batches-2024-09-24"]))
335
335
  if is_given(betas)
336
- else omit
336
+ else not_given
337
337
  }
338
338
  ),
339
339
  **(extra_headers or {}),
@@ -397,7 +397,7 @@ class Batches(SyncAPIResource):
397
397
  {
398
398
  "anthropic-beta": ",".join(chain((str(e) for e in betas), ["message-batches-2024-09-24"]))
399
399
  if is_given(betas)
400
- else omit
400
+ else not_given
401
401
  }
402
402
  ),
403
403
  **(extra_headers or {}),
@@ -474,7 +474,7 @@ class AsyncBatches(AsyncAPIResource):
474
474
  {
475
475
  "anthropic-beta": ",".join(chain((str(e) for e in betas), ["message-batches-2024-09-24"]))
476
476
  if is_given(betas)
477
- else omit
477
+ else not_given
478
478
  }
479
479
  ),
480
480
  **(extra_headers or {}),
@@ -530,7 +530,7 @@ class AsyncBatches(AsyncAPIResource):
530
530
  {
531
531
  "anthropic-beta": ",".join(chain((str(e) for e in betas), ["message-batches-2024-09-24"]))
532
532
  if is_given(betas)
533
- else omit
533
+ else not_given
534
534
  }
535
535
  ),
536
536
  **(extra_headers or {}),
@@ -592,7 +592,7 @@ class AsyncBatches(AsyncAPIResource):
592
592
  {
593
593
  "anthropic-beta": ",".join(chain((str(e) for e in betas), ["message-batches-2024-09-24"]))
594
594
  if is_given(betas)
595
- else omit
595
+ else not_given
596
596
  }
597
597
  ),
598
598
  **(extra_headers or {}),
@@ -659,7 +659,7 @@ class AsyncBatches(AsyncAPIResource):
659
659
  {
660
660
  "anthropic-beta": ",".join(chain((str(e) for e in betas), ["message-batches-2024-09-24"]))
661
661
  if is_given(betas)
662
- else omit
662
+ else not_given
663
663
  }
664
664
  ),
665
665
  **(extra_headers or {}),
@@ -720,7 +720,7 @@ class AsyncBatches(AsyncAPIResource):
720
720
  {
721
721
  "anthropic-beta": ",".join(chain((str(e) for e in betas), ["message-batches-2024-09-24"]))
722
722
  if is_given(betas)
723
- else omit
723
+ else not_given
724
724
  }
725
725
  ),
726
726
  **(extra_headers or {}),
@@ -784,7 +784,7 @@ class AsyncBatches(AsyncAPIResource):
784
784
  {
785
785
  "anthropic-beta": ",".join(chain((str(e) for e in betas), ["message-batches-2024-09-24"]))
786
786
  if is_given(betas)
787
- else omit
787
+ else not_given
788
788
  }
789
789
  ),
790
790
  **(extra_headers or {}),
@@ -957,7 +957,7 @@ class Messages(SyncAPIResource):
957
957
  )
958
958
 
959
959
  extra_headers = {
960
- **strip_not_given({"anthropic-beta": ",".join(str(e) for e in betas) if is_given(betas) else omit}),
960
+ **strip_not_given({"anthropic-beta": ",".join(str(e) for e in betas) if is_given(betas) else not_given}),
961
961
  **(extra_headers or {}),
962
962
  }
963
963
  return self._post(
@@ -1454,7 +1454,7 @@ class Messages(SyncAPIResource):
1454
1454
  {
1455
1455
  "anthropic-beta": ",".join(chain((str(e) for e in betas), ["token-counting-2024-11-01"]))
1456
1456
  if is_given(betas)
1457
- else omit
1457
+ else not_given
1458
1458
  }
1459
1459
  ),
1460
1460
  **(extra_headers or {}),
@@ -2377,7 +2377,7 @@ class AsyncMessages(AsyncAPIResource):
2377
2377
  )
2378
2378
 
2379
2379
  extra_headers = {
2380
- **strip_not_given({"anthropic-beta": ",".join(str(e) for e in betas) if is_given(betas) else omit}),
2380
+ **strip_not_given({"anthropic-beta": ",".join(str(e) for e in betas) if is_given(betas) else not_given}),
2381
2381
  **(extra_headers or {}),
2382
2382
  }
2383
2383
  return await self._post(
@@ -2872,7 +2872,7 @@ class AsyncMessages(AsyncAPIResource):
2872
2872
  {
2873
2873
  "anthropic-beta": ",".join(chain((str(e) for e in betas), ["token-counting-2024-11-01"]))
2874
2874
  if is_given(betas)
2875
- else omit
2875
+ else not_given
2876
2876
  }
2877
2877
  ),
2878
2878
  **(extra_headers or {}),
@@ -75,7 +75,7 @@ class Models(SyncAPIResource):
75
75
  if not model_id:
76
76
  raise ValueError(f"Expected a non-empty value for `model_id` but received {model_id!r}")
77
77
  extra_headers = {
78
- **strip_not_given({"anthropic-beta": ",".join(str(e) for e in betas) if is_given(betas) else omit}),
78
+ **strip_not_given({"anthropic-beta": ",".join(str(e) for e in betas) if is_given(betas) else not_given}),
79
79
  **(extra_headers or {}),
80
80
  }
81
81
  return self._get(
@@ -128,7 +128,7 @@ class Models(SyncAPIResource):
128
128
  timeout: Override the client-level default timeout for this request, in seconds
129
129
  """
130
130
  extra_headers = {
131
- **strip_not_given({"anthropic-beta": ",".join(str(e) for e in betas) if is_given(betas) else omit}),
131
+ **strip_not_given({"anthropic-beta": ",".join(str(e) for e in betas) if is_given(betas) else not_given}),
132
132
  **(extra_headers or {}),
133
133
  }
134
134
  return self._get_api_list(
@@ -206,7 +206,7 @@ class AsyncModels(AsyncAPIResource):
206
206
  if not model_id:
207
207
  raise ValueError(f"Expected a non-empty value for `model_id` but received {model_id!r}")
208
208
  extra_headers = {
209
- **strip_not_given({"anthropic-beta": ",".join(str(e) for e in betas) if is_given(betas) else omit}),
209
+ **strip_not_given({"anthropic-beta": ",".join(str(e) for e in betas) if is_given(betas) else not_given}),
210
210
  **(extra_headers or {}),
211
211
  }
212
212
  return await self._get(
@@ -259,7 +259,7 @@ class AsyncModels(AsyncAPIResource):
259
259
  timeout: Override the client-level default timeout for this request, in seconds
260
260
  """
261
261
  extra_headers = {
262
- **strip_not_given({"anthropic-beta": ",".join(str(e) for e in betas) if is_given(betas) else omit}),
262
+ **strip_not_given({"anthropic-beta": ",".join(str(e) for e in betas) if is_given(betas) else not_given}),
263
263
  **(extra_headers or {}),
264
264
  }
265
265
  return self._get_api_list(
@@ -390,7 +390,7 @@ class Completions(SyncAPIResource):
390
390
  if not is_given(timeout) and self._client.timeout == DEFAULT_TIMEOUT:
391
391
  timeout = 600
392
392
  extra_headers = {
393
- **strip_not_given({"anthropic-beta": ",".join(str(e) for e in betas) if is_given(betas) else omit}),
393
+ **strip_not_given({"anthropic-beta": ",".join(str(e) for e in betas) if is_given(betas) else not_given}),
394
394
  **(extra_headers or {}),
395
395
  }
396
396
  return self._post(
@@ -785,7 +785,7 @@ class AsyncCompletions(AsyncAPIResource):
785
785
  if not is_given(timeout) and self._client.timeout == DEFAULT_TIMEOUT:
786
786
  timeout = 600
787
787
  extra_headers = {
788
- **strip_not_given({"anthropic-beta": ",".join(str(e) for e in betas) if is_given(betas) else omit}),
788
+ **strip_not_given({"anthropic-beta": ",".join(str(e) for e in betas) if is_given(betas) else not_given}),
789
789
  **(extra_headers or {}),
790
790
  }
791
791
  return await self._post(
@@ -75,7 +75,7 @@ class Models(SyncAPIResource):
75
75
  if not model_id:
76
76
  raise ValueError(f"Expected a non-empty value for `model_id` but received {model_id!r}")
77
77
  extra_headers = {
78
- **strip_not_given({"anthropic-beta": ",".join(str(e) for e in betas) if is_given(betas) else omit}),
78
+ **strip_not_given({"anthropic-beta": ",".join(str(e) for e in betas) if is_given(betas) else not_given}),
79
79
  **(extra_headers or {}),
80
80
  }
81
81
  return self._get(
@@ -128,7 +128,7 @@ class Models(SyncAPIResource):
128
128
  timeout: Override the client-level default timeout for this request, in seconds
129
129
  """
130
130
  extra_headers = {
131
- **strip_not_given({"anthropic-beta": ",".join(str(e) for e in betas) if is_given(betas) else omit}),
131
+ **strip_not_given({"anthropic-beta": ",".join(str(e) for e in betas) if is_given(betas) else not_given}),
132
132
  **(extra_headers or {}),
133
133
  }
134
134
  return self._get_api_list(
@@ -206,7 +206,7 @@ class AsyncModels(AsyncAPIResource):
206
206
  if not model_id:
207
207
  raise ValueError(f"Expected a non-empty value for `model_id` but received {model_id!r}")
208
208
  extra_headers = {
209
- **strip_not_given({"anthropic-beta": ",".join(str(e) for e in betas) if is_given(betas) else omit}),
209
+ **strip_not_given({"anthropic-beta": ",".join(str(e) for e in betas) if is_given(betas) else not_given}),
210
210
  **(extra_headers or {}),
211
211
  }
212
212
  return await self._get(
@@ -259,7 +259,7 @@ class AsyncModels(AsyncAPIResource):
259
259
  timeout: Override the client-level default timeout for this request, in seconds
260
260
  """
261
261
  extra_headers = {
262
- **strip_not_given({"anthropic-beta": ",".join(str(e) for e in betas) if is_given(betas) else omit}),
262
+ **strip_not_given({"anthropic-beta": ",".join(str(e) for e in betas) if is_given(betas) else not_given}),
263
263
  **(extra_headers or {}),
264
264
  }
265
265
  return self._get_api_list(
@@ -1,3 +0,0 @@
1
- {
2
- ".": "0.68.1"
3
- }
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes