Skip to content

Commit b31cccb

Browse files
authored
Merge pull request #11 from supermemoryai/release-please--branches--main--changes--next
release: 3.0.0-alpha.25
2 parents 40a6b86 + 3627648 commit b31cccb

File tree

10 files changed

+145
-129
lines changed

10 files changed

+145
-129
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.0.0-alpha.24"
2+
".": "3.0.0-alpha.25"
33
}

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 16
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/supermemory--inc%2Fsupermemory-new-ad1692cfae7a00899ce6af1fd56b8294e5fd17d772a154a1671ff76c6ae623a9.yml
3-
openapi_spec_hash: 007d1c70c133a31305c06a62d0319aee
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/supermemory--inc%2Fsupermemory-new-d52acd1a525b4bfe9f4befcc3a645f5d1289d75e7bad999cf1330e539b2ed84e.yml
3+
openapi_spec_hash: c34df5406cfa4d245812d30f99d28116
44
config_hash: be10c837d5319a33f30809a3ec223caf

CHANGELOG.md

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

3+
## 3.0.0-alpha.25 (2025-08-15)
4+
5+
Full Changelog: [v3.0.0-alpha.24...v3.0.0-alpha.25](https://github.com/supermemoryai/python-sdk/compare/v3.0.0-alpha.24...v3.0.0-alpha.25)
6+
7+
### Features
8+
9+
* **api:** api update ([9bfc023](https://github.com/supermemoryai/python-sdk/commit/9bfc023373df244fa4d45c12ad31fe5ca2bddc8b))
10+
11+
12+
### Chores
13+
14+
* **internal:** codegen related update ([8df15a7](https://github.com/supermemoryai/python-sdk/commit/8df15a767ca5007ee34b4b7b1bc39e1961203c80))
15+
316
## 3.0.0-alpha.24 (2025-08-10)
417

518
Full Changelog: [v3.0.0-alpha.23...v3.0.0-alpha.24](https://github.com/supermemoryai/python-sdk/compare/v3.0.0-alpha.23...v3.0.0-alpha.24)

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.0.0-alpha.24"
3+
version = "3.0.0-alpha.25"
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.0.0-alpha.24" # x-release-please-version
4+
__version__ = "3.0.0-alpha.25" # x-release-please-version

src/supermemory/types/search_execute_response.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@ class Result(BaseModel):
4646
updated_at: datetime = FieldInfo(alias="updatedAt")
4747
"""Document last update date"""
4848

49+
content: Optional[str] = None
50+
"""Full document content (only included when includeFullDocs=true)"""
51+
4952
summary: Optional[str] = None
5053
"""Document summary"""
5154

0 commit comments

Comments
 (0)