diff --git a/.release-please-manifest.json b/.release-please-manifest.json index fdd6f7b..d6f5f39 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.23.0" + ".": "3.24.0" } \ No newline at end of file diff --git a/.stats.yml b/.stats.yml index 271ce3b..11d6a70 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%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 diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b772d2..f6f97c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/pyproject.toml b/pyproject.toml index 64c0e68..1742dd8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" diff --git a/src/supermemory/_version.py b/src/supermemory/_version.py index a57352f..8d94f32 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.23.0" # x-release-please-version +__version__ = "3.24.0" # x-release-please-version diff --git a/src/supermemory/types/document_get_response.py b/src/supermemory/types/document_get_response.py index 95af51e..013033b 100644 --- a/src/supermemory/types/document_get_response.py +++ b/src/supermemory/types/document_get_response.py @@ -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"""