Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "3.23.0"
".": "3.24.0"
}
4 changes: 2 additions & 2 deletions .stats.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
configured_endpoints: 26
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/supermemory--inc%2Fsupermemory-new-be1ac03255352670ab9b550b6c938f991f3ded14f693bfee49085dab89f99ba6.yml
openapi_spec_hash: ca737bc317ef5d149a555729553d6b97
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/supermemory--inc%2Fsupermemory-new-d09553cd7c3571924420c3707e2ebb8d7c18716acfb624c1811cbbf7ef47086b.yml
openapi_spec_hash: 1efad5fa0bdbf39330ab58d6346be9b3
config_hash: f3eb5ca71172780678106f6d46f15dda
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 3.24.0 (2026-02-09)

Full Changelog: [v3.23.0...v3.24.0](https://github.com/supermemoryai/python-sdk/compare/v3.23.0...v3.24.0)

### Features

* **api:** api update ([6810b55](https://github.com/supermemoryai/python-sdk/commit/6810b55267411f6c2d8224500b47468c959ad15f))

## 3.23.0 (2026-02-04)

Full Changelog: [v3.22.0...v3.23.0](https://github.com/supermemoryai/python-sdk/compare/v3.22.0...v3.23.0)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "supermemory"
version = "3.23.0"
version = "3.24.0"
description = "The official Python library for the supermemory API"
dynamic = ["readme"]
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion src/supermemory/_version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.

__title__ = "supermemory"
__version__ = "3.23.0" # x-release-please-version
__version__ = "3.24.0" # x-release-please-version
2 changes: 2 additions & 0 deletions src/supermemory/types/document_get_response.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ class DocumentGetResponse(BaseModel):
source: Optional[str] = None
"""Source of the document"""

spatial_point: object = FieldInfo(alias="spatialPoint")

status: Literal["unknown", "queued", "extracting", "chunking", "embedding", "indexing", "done", "failed"]
"""Status of the document"""

Expand Down