anthropic 0.77.0__py3-none-any.whl → 0.77.1__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
anthropic/_version.py CHANGED
@@ -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.77.0" # x-release-please-version
4
+ __version__ = "0.77.1" # x-release-please-version
@@ -1118,7 +1118,7 @@ class Messages(SyncAPIResource):
1118
1118
 
1119
1119
  betas = [beta for beta in betas] if is_given(betas) else []
1120
1120
 
1121
- if "structured-outputs-2025-12-15" not in betas and is_given(output_format):
1121
+ if "structured-outputs-2025-12-15" not in betas:
1122
1122
  # Ensure structured outputs beta is included for parse method
1123
1123
  betas.append("structured-outputs-2025-12-15")
1124
1124
 
@@ -2813,7 +2813,7 @@ class AsyncMessages(AsyncAPIResource):
2813
2813
  )
2814
2814
  betas = [beta for beta in betas] if is_given(betas) else []
2815
2815
 
2816
- if "structured-outputs-2025-12-15" not in betas and is_given(output_format):
2816
+ if "structured-outputs-2025-12-15" not in betas:
2817
2817
  # Ensure structured outputs beta is included for parse method
2818
2818
  betas.append("structured-outputs-2025-12-15")
2819
2819
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: anthropic
3
- Version: 0.77.0
3
+ Version: 0.77.1
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
@@ -12,7 +12,7 @@ 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=fGH67prdJwMieyAN4Ns0HRHDrwih13gb8GZycbSJ_tw,14360
14
14
  anthropic/_types.py,sha256=jIMpuLkCfCZ8rLpfnKnGLvHWBEIqo2-Ul992R9Y7p9M,7696
15
- anthropic/_version.py,sha256=YMa020xKGiIiSgVR2K54gH9aR4ZotwVKYZVDGETvB_4,162
15
+ anthropic/_version.py,sha256=vYw_uEStfkx7RgasbxiyzpwVFZ4GOwq2xfmLuUdFBgI,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
@@ -71,7 +71,7 @@ anthropic/resources/beta/files.py,sha256=rz2seKKOcoF0ebUMEMF86LoPWi1YqK2zp-dMQ7t
71
71
  anthropic/resources/beta/models.py,sha256=1bPko6YIziXlKj9GWnAxReEoWIT_7TwBpU_oCUMhBlo,12516
72
72
  anthropic/resources/beta/messages/__init__.py,sha256=7ZO4hB7hPBhXQja7gMzkwLXQVDlyap4JsihpA0UKZjk,849
73
73
  anthropic/resources/beta/messages/batches.py,sha256=51m83Ijs6cIE_f4hRQNhSyNqDj5TVt0F0Bm4ryekoLw,36116
74
- anthropic/resources/beta/messages/messages.py,sha256=83AAPisibS8UzIUmp0zCvUhMFhTheYqvpsXizT1d6Sk,162229
74
+ anthropic/resources/beta/messages/messages.py,sha256=L_IVosb5ld8HLiVkX3HLdPQDN_7sovZyQPGHJ4XyksA,162173
75
75
  anthropic/resources/beta/skills/__init__.py,sha256=QMC_HEzfI-k0jhfKJThUUjf9wf7Vs8HTxSXYNnvVx2o,836
76
76
  anthropic/resources/beta/skills/skills.py,sha256=ytCR9JN7Qgn9GbWT0oBgpy-nvYXWwqoBvOzZ_iURANE,25036
77
77
  anthropic/resources/beta/skills/versions.py,sha256=iWSrZ4iqVGm16f7r_aE79gDxeUTUaSw5dEBAyHIxRu8,25212
@@ -437,7 +437,7 @@ anthropic/types/shared/not_found_error.py,sha256=R6OsCvAmsf_SB2TwoX6E63o049qZMaA
437
437
  anthropic/types/shared/overloaded_error.py,sha256=PlyhHt3wmzcnynSfkWbfP4XkLoWsPa9B39V3CyAdgx8,282
438
438
  anthropic/types/shared/permission_error.py,sha256=nuyxtLXOiEkYEbFRXiAWjxU6XtdyjkAaXQ2NgMB3pjw,282
439
439
  anthropic/types/shared/rate_limit_error.py,sha256=eYULATjXa6KKdqeBauest7RzuN-bhGsY5BWwH9eYv4c,280
440
- anthropic-0.77.0.dist-info/METADATA,sha256=oTqjLrVTMZLVOr4NzzidjlP7iGlt0oIsXKhKeJwYWIY,28630
441
- anthropic-0.77.0.dist-info/WHEEL,sha256=C2FUgwZgiLbznR-k0b_5k3Ai_1aASOXDss3lzCUsUug,87
442
- anthropic-0.77.0.dist-info/licenses/LICENSE,sha256=i_lphP-Lz65-SMrnalKeiiUxe6ngKr9_08xk_flWV6Y,1056
443
- anthropic-0.77.0.dist-info/RECORD,,
440
+ anthropic-0.77.1.dist-info/METADATA,sha256=EovmazbfnXi4xnMbExL5DNi4LrE-djrmJd-h_MDEdJc,28630
441
+ anthropic-0.77.1.dist-info/WHEEL,sha256=C2FUgwZgiLbznR-k0b_5k3Ai_1aASOXDss3lzCUsUug,87
442
+ anthropic-0.77.1.dist-info/licenses/LICENSE,sha256=i_lphP-Lz65-SMrnalKeiiUxe6ngKr9_08xk_flWV6Y,1056
443
+ anthropic-0.77.1.dist-info/RECORD,,