diff --git a/.release-please-manifest.json b/.release-please-manifest.json index fd0314e..b6bbe1c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.38.1" + ".": "3.39.0" } \ No newline at end of file diff --git a/.stats.yml b/.stats.yml index 4ef50cc..7018f7c 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/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 diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f771e4..f742e1a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/pyproject.toml b/pyproject.toml index 5002a9a..f8db4cd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" diff --git a/src/supermemory/_version.py b/src/supermemory/_version.py index 346501d..7b05186 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.38.1" # x-release-please-version +__version__ = "3.39.0" # x-release-please-version diff --git a/src/supermemory/types/document_get_response.py b/src/supermemory/types/document_get_response.py index 411f179..55ad3ed 100644 --- a/src/supermemory/types/document_get_response.py +++ b/src/supermemory/types/document_get_response.py @@ -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"""