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.38.1"
".": "3.39.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/supermemory-new-2ff6bdf7a8a1ec4f52d4e762d5b2366bd80f5812cc23223a5d21069a183e158b.yml
openapi_spec_hash: 310e7f11a2add89f843068364f80463c
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/supermemory--inc/supermemory-new-14eac4a927f8fb858cd4f2ae84cebdcf28f9639b4ec76e47c33fb5f3bf62632d.yml
openapi_spec_hash: c8e892b3a65c51e15145b79781347f5e
config_hash: cde97ef3188581c5f4924c633ec33ddb
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 3.39.0 (2026-05-09)

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

### Features

* **api:** api update ([1438bf6](https://github.com/supermemoryai/python-sdk/commit/1438bf64b102a549c3b20e0533ad73e6eac207d2))

## 3.38.1 (2026-05-09)

Full Changelog: [v3.38.0...v3.38.1](https://github.com/supermemoryai/python-sdk/compare/v3.38.0...v3.38.1)
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.38.1"
version = "3.39.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.38.1" # x-release-please-version
__version__ = "3.39.0" # x-release-please-version
2 changes: 0 additions & 2 deletions src/supermemory/types/document_get_response.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,6 @@ 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