Skip to content

Commit 5b204a6

Browse files
authored
Merge pull request #15 from hanzoai/release-please--branches--main--changes--next
release: 2.0.0
2 parents 0773e05 + 2cf1734 commit 5b204a6

20 files changed

+128
-120
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.1.0"
2+
".": "2.0.0"
33
}

.stats.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 188
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/hanzo-industries-inc%2FHanzo-AI-74ec345bb9bd4c1c21bd22ff8ed2cd9b1cba5a5c73bf895113c7386b64199b56.yml
3-
openapi_spec_hash: 526f5064d5a79d0a602c9d311b9f8f6b
4-
config_hash: 20426fef371c3da1e306a85d8f9b9ada
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/hanzo-industries-inc%2FHanzo-AI-d52d95e1cfea66db609fe20a4ebf5612dbb3b8f6bd1d444f43953dedf8fe55c5.yml
3+
openapi_spec_hash: cab16da993c22dfa62f6e845990ff29f
4+
config_hash: ba350ab5c18ad5058636cd0062736ace

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 2.0.0 (2025-03-27)
4+
5+
Full Changelog: [v1.1.0...v2.0.0](https://github.com/hanzoai/python-sdk/compare/v1.1.0...v2.0.0)
6+
7+
### Features
8+
9+
* **api:** api update ([#14](https://github.com/hanzoai/python-sdk/issues/14)) ([bd5f39c](https://github.com/hanzoai/python-sdk/commit/bd5f39c1eb8f8fdf04443ee8b448184b80759785))
10+
311
## 1.1.0 (2025-03-26)
412

513
Full Changelog: [v1.0.0...v1.1.0](https://github.com/hanzoai/python-sdk/compare/v1.0.0...v1.1.0)

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "hanzoai"
3-
version = "1.1.0"
3+
version = "2.0.0"
44
description = "The official Python library for the Hanzo API"
55
dynamic = ["readme"]
66
license = "Apache-2.0"

src/hanzoai/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
22

33
__title__ = "hanzoai"
4-
__version__ = "1.1.0" # x-release-please-version
4+
__version__ = "2.0.0" # x-release-please-version

src/hanzoai/resources/anthropic.py

+10-10
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def create(
5050
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
5151
) -> object:
5252
"""
53-
[Docs](https://docs.llm.ai/docs/anthropic_completion)
53+
[Docs](https://docs.hanzo.ai/docs/anthropic_completion)
5454
5555
Args:
5656
extra_headers: Send extra headers
@@ -83,7 +83,7 @@ def retrieve(
8383
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
8484
) -> object:
8585
"""
86-
[Docs](https://docs.llm.ai/docs/anthropic_completion)
86+
[Docs](https://docs.hanzo.ai/docs/anthropic_completion)
8787
8888
Args:
8989
extra_headers: Send extra headers
@@ -116,7 +116,7 @@ def update(
116116
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
117117
) -> object:
118118
"""
119-
[Docs](https://docs.llm.ai/docs/anthropic_completion)
119+
[Docs](https://docs.hanzo.ai/docs/anthropic_completion)
120120
121121
Args:
122122
extra_headers: Send extra headers
@@ -149,7 +149,7 @@ def delete(
149149
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
150150
) -> object:
151151
"""
152-
[Docs](https://docs.llm.ai/docs/anthropic_completion)
152+
[Docs](https://docs.hanzo.ai/docs/anthropic_completion)
153153
154154
Args:
155155
extra_headers: Send extra headers
@@ -182,7 +182,7 @@ def modify(
182182
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
183183
) -> object:
184184
"""
185-
[Docs](https://docs.llm.ai/docs/anthropic_completion)
185+
[Docs](https://docs.hanzo.ai/docs/anthropic_completion)
186186
187187
Args:
188188
extra_headers: Send extra headers
@@ -236,7 +236,7 @@ async def create(
236236
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
237237
) -> object:
238238
"""
239-
[Docs](https://docs.llm.ai/docs/anthropic_completion)
239+
[Docs](https://docs.hanzo.ai/docs/anthropic_completion)
240240
241241
Args:
242242
extra_headers: Send extra headers
@@ -269,7 +269,7 @@ async def retrieve(
269269
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
270270
) -> object:
271271
"""
272-
[Docs](https://docs.llm.ai/docs/anthropic_completion)
272+
[Docs](https://docs.hanzo.ai/docs/anthropic_completion)
273273
274274
Args:
275275
extra_headers: Send extra headers
@@ -302,7 +302,7 @@ async def update(
302302
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
303303
) -> object:
304304
"""
305-
[Docs](https://docs.llm.ai/docs/anthropic_completion)
305+
[Docs](https://docs.hanzo.ai/docs/anthropic_completion)
306306
307307
Args:
308308
extra_headers: Send extra headers
@@ -335,7 +335,7 @@ async def delete(
335335
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
336336
) -> object:
337337
"""
338-
[Docs](https://docs.llm.ai/docs/anthropic_completion)
338+
[Docs](https://docs.hanzo.ai/docs/anthropic_completion)
339339
340340
Args:
341341
extra_headers: Send extra headers
@@ -368,7 +368,7 @@ async def modify(
368368
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
369369
) -> object:
370370
"""
371-
[Docs](https://docs.llm.ai/docs/anthropic_completion)
371+
[Docs](https://docs.hanzo.ai/docs/anthropic_completion)
372372
373373
Args:
374374
extra_headers: Send extra headers

src/hanzoai/resources/bedrock.py

+10-10
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def create(
5050
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
5151
) -> object:
5252
"""
53-
[Docs](https://docs.llm.ai/docs/pass_through/bedrock)
53+
[Docs](https://docs.hanzo.ai/docs/pass_through/bedrock)
5454
5555
Args:
5656
extra_headers: Send extra headers
@@ -83,7 +83,7 @@ def retrieve(
8383
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
8484
) -> object:
8585
"""
86-
[Docs](https://docs.llm.ai/docs/pass_through/bedrock)
86+
[Docs](https://docs.hanzo.ai/docs/pass_through/bedrock)
8787
8888
Args:
8989
extra_headers: Send extra headers
@@ -116,7 +116,7 @@ def update(
116116
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
117117
) -> object:
118118
"""
119-
[Docs](https://docs.llm.ai/docs/pass_through/bedrock)
119+
[Docs](https://docs.hanzo.ai/docs/pass_through/bedrock)
120120
121121
Args:
122122
extra_headers: Send extra headers
@@ -149,7 +149,7 @@ def delete(
149149
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
150150
) -> object:
151151
"""
152-
[Docs](https://docs.llm.ai/docs/pass_through/bedrock)
152+
[Docs](https://docs.hanzo.ai/docs/pass_through/bedrock)
153153
154154
Args:
155155
extra_headers: Send extra headers
@@ -182,7 +182,7 @@ def patch(
182182
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
183183
) -> object:
184184
"""
185-
[Docs](https://docs.llm.ai/docs/pass_through/bedrock)
185+
[Docs](https://docs.hanzo.ai/docs/pass_through/bedrock)
186186
187187
Args:
188188
extra_headers: Send extra headers
@@ -236,7 +236,7 @@ async def create(
236236
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
237237
) -> object:
238238
"""
239-
[Docs](https://docs.llm.ai/docs/pass_through/bedrock)
239+
[Docs](https://docs.hanzo.ai/docs/pass_through/bedrock)
240240
241241
Args:
242242
extra_headers: Send extra headers
@@ -269,7 +269,7 @@ async def retrieve(
269269
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
270270
) -> object:
271271
"""
272-
[Docs](https://docs.llm.ai/docs/pass_through/bedrock)
272+
[Docs](https://docs.hanzo.ai/docs/pass_through/bedrock)
273273
274274
Args:
275275
extra_headers: Send extra headers
@@ -302,7 +302,7 @@ async def update(
302302
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
303303
) -> object:
304304
"""
305-
[Docs](https://docs.llm.ai/docs/pass_through/bedrock)
305+
[Docs](https://docs.hanzo.ai/docs/pass_through/bedrock)
306306
307307
Args:
308308
extra_headers: Send extra headers
@@ -335,7 +335,7 @@ async def delete(
335335
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
336336
) -> object:
337337
"""
338-
[Docs](https://docs.llm.ai/docs/pass_through/bedrock)
338+
[Docs](https://docs.hanzo.ai/docs/pass_through/bedrock)
339339
340340
Args:
341341
extra_headers: Send extra headers
@@ -368,7 +368,7 @@ async def patch(
368368
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
369369
) -> object:
370370
"""
371-
[Docs](https://docs.llm.ai/docs/pass_through/bedrock)
371+
[Docs](https://docs.hanzo.ai/docs/pass_through/bedrock)
372372
373373
Args:
374374
extra_headers: Send extra headers

src/hanzoai/resources/cohere.py

+10-10
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def create(
5050
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
5151
) -> object:
5252
"""
53-
[Docs](https://docs.llm.ai/docs/pass_through/cohere)
53+
[Docs](https://docs.hanzo.ai/docs/pass_through/cohere)
5454
5555
Args:
5656
extra_headers: Send extra headers
@@ -83,7 +83,7 @@ def retrieve(
8383
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
8484
) -> object:
8585
"""
86-
[Docs](https://docs.llm.ai/docs/pass_through/cohere)
86+
[Docs](https://docs.hanzo.ai/docs/pass_through/cohere)
8787
8888
Args:
8989
extra_headers: Send extra headers
@@ -116,7 +116,7 @@ def update(
116116
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
117117
) -> object:
118118
"""
119-
[Docs](https://docs.llm.ai/docs/pass_through/cohere)
119+
[Docs](https://docs.hanzo.ai/docs/pass_through/cohere)
120120
121121
Args:
122122
extra_headers: Send extra headers
@@ -149,7 +149,7 @@ def delete(
149149
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
150150
) -> object:
151151
"""
152-
[Docs](https://docs.llm.ai/docs/pass_through/cohere)
152+
[Docs](https://docs.hanzo.ai/docs/pass_through/cohere)
153153
154154
Args:
155155
extra_headers: Send extra headers
@@ -182,7 +182,7 @@ def modify(
182182
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
183183
) -> object:
184184
"""
185-
[Docs](https://docs.llm.ai/docs/pass_through/cohere)
185+
[Docs](https://docs.hanzo.ai/docs/pass_through/cohere)
186186
187187
Args:
188188
extra_headers: Send extra headers
@@ -236,7 +236,7 @@ async def create(
236236
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
237237
) -> object:
238238
"""
239-
[Docs](https://docs.llm.ai/docs/pass_through/cohere)
239+
[Docs](https://docs.hanzo.ai/docs/pass_through/cohere)
240240
241241
Args:
242242
extra_headers: Send extra headers
@@ -269,7 +269,7 @@ async def retrieve(
269269
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
270270
) -> object:
271271
"""
272-
[Docs](https://docs.llm.ai/docs/pass_through/cohere)
272+
[Docs](https://docs.hanzo.ai/docs/pass_through/cohere)
273273
274274
Args:
275275
extra_headers: Send extra headers
@@ -302,7 +302,7 @@ async def update(
302302
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
303303
) -> object:
304304
"""
305-
[Docs](https://docs.llm.ai/docs/pass_through/cohere)
305+
[Docs](https://docs.hanzo.ai/docs/pass_through/cohere)
306306
307307
Args:
308308
extra_headers: Send extra headers
@@ -335,7 +335,7 @@ async def delete(
335335
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
336336
) -> object:
337337
"""
338-
[Docs](https://docs.llm.ai/docs/pass_through/cohere)
338+
[Docs](https://docs.hanzo.ai/docs/pass_through/cohere)
339339
340340
Args:
341341
extra_headers: Send extra headers
@@ -368,7 +368,7 @@ async def modify(
368368
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
369369
) -> object:
370370
"""
371-
[Docs](https://docs.llm.ai/docs/pass_through/cohere)
371+
[Docs](https://docs.hanzo.ai/docs/pass_through/cohere)
372372
373373
Args:
374374
extra_headers: Send extra headers

0 commit comments

Comments
 (0)