From f4aec8390e2eaee653c0c19796e2407fead9dcb0 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 19:30:57 +0000 Subject: [PATCH 1/4] codegen metadata --- .stats.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.stats.yml b/.stats.yml index d0d7b46e..752ab0c2 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 31 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/hyperspell/hyperspell-e57add0181eb2a057f8416eaf4020dd5b3042431342a51e3d4dc39af4a41aced.yml -openapi_spec_hash: d0d66b814ebe56ac7c0135f9f3aab616 +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/hyperspell/hyperspell-baf6a5d07b9a303fea39ea29b6b010be699a4d65e4063821a157520b6cb1210f.yml +openapi_spec_hash: dad57a5d9f17d13eef6bce8ae36b2871 config_hash: 11e84d884a86d2db0411c35fae6e9121 From 8464f0a130897c7aea93529edeeffce38f88cd6b Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 00:30:58 +0000 Subject: [PATCH 2/4] codegen metadata --- .stats.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.stats.yml b/.stats.yml index 752ab0c2..968626d1 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 31 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/hyperspell/hyperspell-baf6a5d07b9a303fea39ea29b6b010be699a4d65e4063821a157520b6cb1210f.yml -openapi_spec_hash: dad57a5d9f17d13eef6bce8ae36b2871 +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/hyperspell/hyperspell-c2acdd2627c6975337c50fe513c7bc72723561d89c167ce6fd6a8b7b30199985.yml +openapi_spec_hash: 138b76c9920619f0d51af5cd0a251a68 config_hash: 11e84d884a86d2db0411c35fae6e9121 From 49bdccd4fdc1b3c62027248eda993a9cf8c9b2d1 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 06:31:00 +0000 Subject: [PATCH 3/4] feat(api): api update --- .stats.yml | 4 ++-- tests/api_resources/test_memories.py | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.stats.yml b/.stats.yml index 968626d1..c08341be 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 31 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/hyperspell/hyperspell-c2acdd2627c6975337c50fe513c7bc72723561d89c167ce6fd6a8b7b30199985.yml -openapi_spec_hash: 138b76c9920619f0d51af5cd0a251a68 +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/hyperspell/hyperspell-7e0b3ac5f7ed4d2322f6b23a6627efbb98567e020337b62d447993cbe6303797.yml +openapi_spec_hash: 3cafd2b018e355707e594ad761fccedd config_hash: 11e84d884a86d2db0411c35fae6e9121 diff --git a/tests/api_resources/test_memories.py b/tests/api_resources/test_memories.py index 554fc4b1..125b2809 100644 --- a/tests/api_resources/test_memories.py +++ b/tests/api_resources/test_memories.py @@ -294,7 +294,7 @@ def test_method_search_with_all_params(self, client: Hyperspell) -> None: query="What does Hyperspell do?", answer=True, effort="minimal", - max_results=0, + max_results=1, options={ "after": parse_datetime("2019-12-27T18:11:19.117Z"), "answer_model": "llama-3.1", @@ -310,7 +310,7 @@ def test_method_search_with_all_params(self, client: Hyperspell) -> None: "label_ids": ["string"], "weight": 0, }, - "max_results": 200, + "max_results": 1, "memory_types": ["procedure"], "notion": { "notion_page_ids": ["string"], @@ -700,7 +700,7 @@ async def test_method_search_with_all_params(self, async_client: AsyncHyperspell query="What does Hyperspell do?", answer=True, effort="minimal", - max_results=0, + max_results=1, options={ "after": parse_datetime("2019-12-27T18:11:19.117Z"), "answer_model": "llama-3.1", @@ -716,7 +716,7 @@ async def test_method_search_with_all_params(self, async_client: AsyncHyperspell "label_ids": ["string"], "weight": 0, }, - "max_results": 200, + "max_results": 1, "memory_types": ["procedure"], "notion": { "notion_page_ids": ["string"], From 97a252cd6544bf7281e61e9aeb2d0d5ef21471a1 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 06:31:29 +0000 Subject: [PATCH 4/4] release: 0.39.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ pyproject.toml | 2 +- src/hyperspell/_version.py | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 8ea07c9a..1b5dc400 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.38.0" + ".": "0.39.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 3cff83dc..44b57831 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.39.0 (2026-06-23) + +Full Changelog: [v0.38.0...v0.39.0](https://github.com/hyperspell/python-sdk/compare/v0.38.0...v0.39.0) + +### Features + +* **api:** api update ([49bdccd](https://github.com/hyperspell/python-sdk/commit/49bdccd4fdc1b3c62027248eda993a9cf8c9b2d1)) + ## 0.38.0 (2026-06-18) Full Changelog: [v0.37.0...v0.38.0](https://github.com/hyperspell/python-sdk/compare/v0.37.0...v0.38.0) diff --git a/pyproject.toml b/pyproject.toml index 8ac832e5..4e562c96 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "hyperspell" -version = "0.38.0" +version = "0.39.0" description = "The official Python library for the hyperspell API" dynamic = ["readme"] license = "MIT" diff --git a/src/hyperspell/_version.py b/src/hyperspell/_version.py index db685eed..0cdc859c 100644 --- a/src/hyperspell/_version.py +++ b/src/hyperspell/_version.py @@ -1,4 +1,4 @@ # File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. __title__ = "hyperspell" -__version__ = "0.38.0" # x-release-please-version +__version__ = "0.39.0" # x-release-please-version