Skip to content

Commit 9f13120

Browse files
release: 3.33.0
1 parent f013243 commit 9f13120

File tree

4 files changed

+19
-3
lines changed

4 files changed

+19
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "3.32.0"
2+
".": "3.33.0"
33
}

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## 3.33.0 (2026-04-08)
4+
5+
Full Changelog: [v3.32.0...v3.33.0](https://github.com/supermemoryai/python-sdk/compare/v3.32.0...v3.33.0)
6+
7+
### Features
8+
9+
* **api:** api update ([40f3e83](https://github.com/supermemoryai/python-sdk/commit/40f3e834d84a2e780a23642fd34d2e7d0f52f41b))
10+
* **api:** api update ([147ad12](https://github.com/supermemoryai/python-sdk/commit/147ad124ce89899e469450865e299e75666af0a8))
11+
* **api:** api update ([0eaf416](https://github.com/supermemoryai/python-sdk/commit/0eaf416665d0dfb92e0119c54c11f170e0a1fe32))
12+
* **api:** api update ([5e2fc3b](https://github.com/supermemoryai/python-sdk/commit/5e2fc3b3b0aabe7f506284ae5922ab0c86b2eafb))
13+
14+
15+
### Bug Fixes
16+
17+
* **client:** preserve hardcoded query params when merging with user params ([0e7665d](https://github.com/supermemoryai/python-sdk/commit/0e7665d7f19a5828a45566e4e39ad6664c4c2d26))
18+
319
## 3.32.0 (2026-03-27)
420

521
Full Changelog: [v3.31.0...v3.32.0](https://github.com/supermemoryai/python-sdk/compare/v3.31.0...v3.32.0)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "supermemory"
3-
version = "3.32.0"
3+
version = "3.33.0"
44
description = "The official Python library for the supermemory API"
55
dynamic = ["readme"]
66
license = "Apache-2.0"

src/supermemory/_version.py

Lines changed: 1 addition & 1 deletion
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__ = "supermemory"
4-
__version__ = "3.32.0" # x-release-please-version
4+
__version__ = "3.33.0" # x-release-please-version

0 commit comments

Comments
 (0)