From a3f02302f1367d3c1debc81d9a9038ec1c330c85 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 03:21:15 +0000 Subject: [PATCH 1/2] feat(api): api update --- .stats.yml | 4 ++-- LICENSE | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.stats.yml b/.stats.yml index 10bd25b7..f131276f 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 26 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/supermemory--inc%2Fsupermemory-new-7bde50443b5167e6632b8fe4599e36f6fdce9ec4389f63e9916a842e38461d2f.yml -openapi_spec_hash: ab3072f4575ce6a27e17e32a98b416bd +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/supermemory--inc%2Fsupermemory-new-00c63196a0d368b4f32efcf1bbd2d594fdc8a42a0c0a58a8e316a3ab03ac10a6.yml +openapi_spec_hash: 012afff66351582e55dfd692397f2a23 config_hash: a69d5c502ffbfb11a2c8ec61ca5823e9 diff --git a/LICENSE b/LICENSE index 1e1c11c6..cfd175b2 100644 --- a/LICENSE +++ b/LICENSE @@ -186,7 +186,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright 2025 Supermemory + Copyright 2026 Supermemory Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. From 28daef60b1b7688b7485a2a05dbd01b8aa9b334c Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 03:21:32 +0000 Subject: [PATCH 2/2] release: 3.14.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ pyproject.toml | 2 +- src/supermemory/_version.py | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 82f5ad97..75e8a660 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.13.0" + ".": "3.14.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 23ff0bed..b714bf19 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 3.14.0 (2026-01-05) + +Full Changelog: [v3.13.0...v3.14.0](https://github.com/supermemoryai/python-sdk/compare/v3.13.0...v3.14.0) + +### Features + +* **api:** api update ([a3f0230](https://github.com/supermemoryai/python-sdk/commit/a3f02302f1367d3c1debc81d9a9038ec1c330c85)) + ## 3.13.0 (2025-12-29) Full Changelog: [v3.12.1...v3.13.0](https://github.com/supermemoryai/python-sdk/compare/v3.12.1...v3.13.0) diff --git a/pyproject.toml b/pyproject.toml index 70397c33..7b2a15e4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "supermemory" -version = "3.13.0" +version = "3.14.0" description = "The official Python library for the supermemory API" dynamic = ["readme"] license = "Apache-2.0" diff --git a/src/supermemory/_version.py b/src/supermemory/_version.py index 32813e53..1ea189c7 100644 --- a/src/supermemory/_version.py +++ b/src/supermemory/_version.py @@ -1,4 +1,4 @@ # File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. __title__ = "supermemory" -__version__ = "3.13.0" # x-release-please-version +__version__ = "3.14.0" # x-release-please-version