supermemory 3.46.0__tar.gz → 3.47.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- supermemory-3.47.0/.release-please-manifest.json +3 -0
- {supermemory-3.46.0 → supermemory-3.47.0}/CHANGELOG.md +8 -0
- {supermemory-3.46.0 → supermemory-3.47.0}/PKG-INFO +1 -1
- {supermemory-3.46.0 → supermemory-3.47.0}/pyproject.toml +1 -1
- {supermemory-3.46.0 → supermemory-3.47.0}/src/supermemory/_version.py +1 -1
- {supermemory-3.46.0 → supermemory-3.47.0}/src/supermemory/types/memory_update_memory_response.py +7 -1
- supermemory-3.46.0/.release-please-manifest.json +0 -3
- {supermemory-3.46.0 → supermemory-3.47.0}/.gitignore +0 -0
- {supermemory-3.46.0 → supermemory-3.47.0}/CONTRIBUTING.md +0 -0
- {supermemory-3.46.0 → supermemory-3.47.0}/LICENSE +0 -0
- {supermemory-3.46.0 → supermemory-3.47.0}/README.md +0 -0
- {supermemory-3.46.0 → supermemory-3.47.0}/SECURITY.md +0 -0
- {supermemory-3.46.0 → supermemory-3.47.0}/api.md +0 -0
- {supermemory-3.46.0 → supermemory-3.47.0}/bin/check-release-environment +0 -0
- {supermemory-3.46.0 → supermemory-3.47.0}/bin/publish-pypi +0 -0
- {supermemory-3.46.0 → supermemory-3.47.0}/examples/.keep +0 -0
- {supermemory-3.46.0 → supermemory-3.47.0}/noxfile.py +0 -0
- {supermemory-3.46.0 → supermemory-3.47.0}/release-please-config.json +0 -0
- {supermemory-3.46.0 → supermemory-3.47.0}/requirements-dev.lock +0 -0
- {supermemory-3.46.0 → supermemory-3.47.0}/requirements.lock +0 -0
- {supermemory-3.46.0 → supermemory-3.47.0}/src/supermemory/__init__.py +0 -0
- {supermemory-3.46.0 → supermemory-3.47.0}/src/supermemory/_base_client.py +0 -0
- {supermemory-3.46.0 → supermemory-3.47.0}/src/supermemory/_client.py +0 -0
- {supermemory-3.46.0 → supermemory-3.47.0}/src/supermemory/_compat.py +0 -0
- {supermemory-3.46.0 → supermemory-3.47.0}/src/supermemory/_constants.py +0 -0
- {supermemory-3.46.0 → supermemory-3.47.0}/src/supermemory/_exceptions.py +0 -0
- {supermemory-3.46.0 → supermemory-3.47.0}/src/supermemory/_files.py +0 -0
- {supermemory-3.46.0 → supermemory-3.47.0}/src/supermemory/_models.py +0 -0
- {supermemory-3.46.0 → supermemory-3.47.0}/src/supermemory/_qs.py +0 -0
- {supermemory-3.46.0 → supermemory-3.47.0}/src/supermemory/_resource.py +0 -0
- {supermemory-3.46.0 → supermemory-3.47.0}/src/supermemory/_response.py +0 -0
- {supermemory-3.46.0 → supermemory-3.47.0}/src/supermemory/_streaming.py +0 -0
- {supermemory-3.46.0 → supermemory-3.47.0}/src/supermemory/_types.py +0 -0
- {supermemory-3.46.0 → supermemory-3.47.0}/src/supermemory/_utils/__init__.py +0 -0
- {supermemory-3.46.0 → supermemory-3.47.0}/src/supermemory/_utils/_compat.py +0 -0
- {supermemory-3.46.0 → supermemory-3.47.0}/src/supermemory/_utils/_datetime_parse.py +0 -0
- {supermemory-3.46.0 → supermemory-3.47.0}/src/supermemory/_utils/_json.py +0 -0
- {supermemory-3.46.0 → supermemory-3.47.0}/src/supermemory/_utils/_logs.py +0 -0
- {supermemory-3.46.0 → supermemory-3.47.0}/src/supermemory/_utils/_path.py +0 -0
- {supermemory-3.46.0 → supermemory-3.47.0}/src/supermemory/_utils/_proxy.py +0 -0
- {supermemory-3.46.0 → supermemory-3.47.0}/src/supermemory/_utils/_reflection.py +0 -0
- {supermemory-3.46.0 → supermemory-3.47.0}/src/supermemory/_utils/_resources_proxy.py +0 -0
- {supermemory-3.46.0 → supermemory-3.47.0}/src/supermemory/_utils/_streams.py +0 -0
- {supermemory-3.46.0 → supermemory-3.47.0}/src/supermemory/_utils/_sync.py +0 -0
- {supermemory-3.46.0 → supermemory-3.47.0}/src/supermemory/_utils/_transform.py +0 -0
- {supermemory-3.46.0 → supermemory-3.47.0}/src/supermemory/_utils/_typing.py +0 -0
- {supermemory-3.46.0 → supermemory-3.47.0}/src/supermemory/_utils/_utils.py +0 -0
- {supermemory-3.46.0 → supermemory-3.47.0}/src/supermemory/lib/.keep +0 -0
- {supermemory-3.46.0 → supermemory-3.47.0}/src/supermemory/py.typed +0 -0
- {supermemory-3.46.0 → supermemory-3.47.0}/src/supermemory/resources/__init__.py +0 -0
- {supermemory-3.46.0 → supermemory-3.47.0}/src/supermemory/resources/connections.py +0 -0
- {supermemory-3.46.0 → supermemory-3.47.0}/src/supermemory/resources/documents.py +0 -0
- {supermemory-3.46.0 → supermemory-3.47.0}/src/supermemory/resources/memories.py +0 -0
- {supermemory-3.46.0 → supermemory-3.47.0}/src/supermemory/resources/search.py +0 -0
- {supermemory-3.46.0 → supermemory-3.47.0}/src/supermemory/resources/settings.py +0 -0
- {supermemory-3.46.0 → supermemory-3.47.0}/src/supermemory/types/__init__.py +0 -0
- {supermemory-3.46.0 → supermemory-3.47.0}/src/supermemory/types/add_response.py +0 -0
- {supermemory-3.46.0 → supermemory-3.47.0}/src/supermemory/types/client_add_params.py +0 -0
- {supermemory-3.46.0 → supermemory-3.47.0}/src/supermemory/types/client_profile_params.py +0 -0
- {supermemory-3.46.0 → supermemory-3.47.0}/src/supermemory/types/connection_configure_params.py +0 -0
- {supermemory-3.46.0 → supermemory-3.47.0}/src/supermemory/types/connection_configure_response.py +0 -0
- {supermemory-3.46.0 → supermemory-3.47.0}/src/supermemory/types/connection_create_params.py +0 -0
- {supermemory-3.46.0 → supermemory-3.47.0}/src/supermemory/types/connection_create_response.py +0 -0
- {supermemory-3.46.0 → supermemory-3.47.0}/src/supermemory/types/connection_delete_by_id_params.py +0 -0
- {supermemory-3.46.0 → supermemory-3.47.0}/src/supermemory/types/connection_delete_by_id_response.py +0 -0
- {supermemory-3.46.0 → supermemory-3.47.0}/src/supermemory/types/connection_delete_by_provider_params.py +0 -0
- {supermemory-3.46.0 → supermemory-3.47.0}/src/supermemory/types/connection_delete_by_provider_response.py +0 -0
- {supermemory-3.46.0 → supermemory-3.47.0}/src/supermemory/types/connection_get_by_id_response.py +0 -0
- {supermemory-3.46.0 → supermemory-3.47.0}/src/supermemory/types/connection_get_by_tag_params.py +0 -0
- {supermemory-3.46.0 → supermemory-3.47.0}/src/supermemory/types/connection_get_by_tag_response.py +0 -0
- {supermemory-3.46.0 → supermemory-3.47.0}/src/supermemory/types/connection_import_params.py +0 -0
- {supermemory-3.46.0 → supermemory-3.47.0}/src/supermemory/types/connection_import_response.py +0 -0
- {supermemory-3.46.0 → supermemory-3.47.0}/src/supermemory/types/connection_list_documents_params.py +0 -0
- {supermemory-3.46.0 → supermemory-3.47.0}/src/supermemory/types/connection_list_documents_response.py +0 -0
- {supermemory-3.46.0 → supermemory-3.47.0}/src/supermemory/types/connection_list_params.py +0 -0
- {supermemory-3.46.0 → supermemory-3.47.0}/src/supermemory/types/connection_list_response.py +0 -0
- {supermemory-3.46.0 → supermemory-3.47.0}/src/supermemory/types/connection_resources_params.py +0 -0
- {supermemory-3.46.0 → supermemory-3.47.0}/src/supermemory/types/connection_resources_response.py +0 -0
- {supermemory-3.46.0 → supermemory-3.47.0}/src/supermemory/types/document_add_params.py +0 -0
- {supermemory-3.46.0 → supermemory-3.47.0}/src/supermemory/types/document_add_response.py +0 -0
- {supermemory-3.46.0 → supermemory-3.47.0}/src/supermemory/types/document_batch_add_params.py +0 -0
- {supermemory-3.46.0 → supermemory-3.47.0}/src/supermemory/types/document_batch_add_response.py +0 -0
- {supermemory-3.46.0 → supermemory-3.47.0}/src/supermemory/types/document_delete_bulk_params.py +0 -0
- {supermemory-3.46.0 → supermemory-3.47.0}/src/supermemory/types/document_delete_bulk_response.py +0 -0
- {supermemory-3.46.0 → supermemory-3.47.0}/src/supermemory/types/document_get_response.py +0 -0
- {supermemory-3.46.0 → supermemory-3.47.0}/src/supermemory/types/document_list_params.py +0 -0
- {supermemory-3.46.0 → supermemory-3.47.0}/src/supermemory/types/document_list_processing_response.py +0 -0
- {supermemory-3.46.0 → supermemory-3.47.0}/src/supermemory/types/document_list_response.py +0 -0
- {supermemory-3.46.0 → supermemory-3.47.0}/src/supermemory/types/document_update_params.py +0 -0
- {supermemory-3.46.0 → supermemory-3.47.0}/src/supermemory/types/document_update_response.py +0 -0
- {supermemory-3.46.0 → supermemory-3.47.0}/src/supermemory/types/document_upload_file_params.py +0 -0
- {supermemory-3.46.0 → supermemory-3.47.0}/src/supermemory/types/document_upload_file_response.py +0 -0
- {supermemory-3.46.0 → supermemory-3.47.0}/src/supermemory/types/memory_forget_params.py +0 -0
- {supermemory-3.46.0 → supermemory-3.47.0}/src/supermemory/types/memory_forget_response.py +0 -0
- {supermemory-3.46.0 → supermemory-3.47.0}/src/supermemory/types/memory_update_memory_params.py +0 -0
- {supermemory-3.46.0 → supermemory-3.47.0}/src/supermemory/types/profile_response.py +0 -0
- {supermemory-3.46.0 → supermemory-3.47.0}/src/supermemory/types/search_documents_params.py +0 -0
- {supermemory-3.46.0 → supermemory-3.47.0}/src/supermemory/types/search_documents_response.py +0 -0
- {supermemory-3.46.0 → supermemory-3.47.0}/src/supermemory/types/search_execute_params.py +0 -0
- {supermemory-3.46.0 → supermemory-3.47.0}/src/supermemory/types/search_execute_response.py +0 -0
- {supermemory-3.46.0 → supermemory-3.47.0}/src/supermemory/types/search_memories_params.py +0 -0
- {supermemory-3.46.0 → supermemory-3.47.0}/src/supermemory/types/search_memories_response.py +0 -0
- {supermemory-3.46.0 → supermemory-3.47.0}/src/supermemory/types/setting_get_response.py +0 -0
- {supermemory-3.46.0 → supermemory-3.47.0}/src/supermemory/types/setting_update_params.py +0 -0
- {supermemory-3.46.0 → supermemory-3.47.0}/src/supermemory/types/setting_update_response.py +0 -0
- {supermemory-3.46.0 → supermemory-3.47.0}/src/supermemory_new/lib/.keep +0 -0
- {supermemory-3.46.0 → supermemory-3.47.0}/tests/__init__.py +0 -0
- {supermemory-3.46.0 → supermemory-3.47.0}/tests/api_resources/__init__.py +0 -0
- {supermemory-3.46.0 → supermemory-3.47.0}/tests/api_resources/test_client.py +0 -0
- {supermemory-3.46.0 → supermemory-3.47.0}/tests/api_resources/test_connections.py +0 -0
- {supermemory-3.46.0 → supermemory-3.47.0}/tests/api_resources/test_documents.py +0 -0
- {supermemory-3.46.0 → supermemory-3.47.0}/tests/api_resources/test_memories.py +0 -0
- {supermemory-3.46.0 → supermemory-3.47.0}/tests/api_resources/test_search.py +0 -0
- {supermemory-3.46.0 → supermemory-3.47.0}/tests/api_resources/test_settings.py +0 -0
- {supermemory-3.46.0 → supermemory-3.47.0}/tests/conftest.py +0 -0
- {supermemory-3.46.0 → supermemory-3.47.0}/tests/sample_file.txt +0 -0
- {supermemory-3.46.0 → supermemory-3.47.0}/tests/test_client.py +0 -0
- {supermemory-3.46.0 → supermemory-3.47.0}/tests/test_extract_files.py +0 -0
- {supermemory-3.46.0 → supermemory-3.47.0}/tests/test_files.py +0 -0
- {supermemory-3.46.0 → supermemory-3.47.0}/tests/test_models.py +0 -0
- {supermemory-3.46.0 → supermemory-3.47.0}/tests/test_qs.py +0 -0
- {supermemory-3.46.0 → supermemory-3.47.0}/tests/test_required_args.py +0 -0
- {supermemory-3.46.0 → supermemory-3.47.0}/tests/test_response.py +0 -0
- {supermemory-3.46.0 → supermemory-3.47.0}/tests/test_streaming.py +0 -0
- {supermemory-3.46.0 → supermemory-3.47.0}/tests/test_transform.py +0 -0
- {supermemory-3.46.0 → supermemory-3.47.0}/tests/test_utils/test_datetime_parse.py +0 -0
- {supermemory-3.46.0 → supermemory-3.47.0}/tests/test_utils/test_json.py +0 -0
- {supermemory-3.46.0 → supermemory-3.47.0}/tests/test_utils/test_path.py +0 -0
- {supermemory-3.46.0 → supermemory-3.47.0}/tests/test_utils/test_proxy.py +0 -0
- {supermemory-3.46.0 → supermemory-3.47.0}/tests/test_utils/test_typing.py +0 -0
- {supermemory-3.46.0 → supermemory-3.47.0}/tests/utils.py +0 -0
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 3.47.0 (2026-06-18)
|
|
4
|
+
|
|
5
|
+
Full Changelog: [v3.46.0...v3.47.0](https://github.com/supermemoryai/python-sdk/compare/v3.46.0...v3.47.0)
|
|
6
|
+
|
|
7
|
+
### Features
|
|
8
|
+
|
|
9
|
+
* **api:** api update ([abe235b](https://github.com/supermemoryai/python-sdk/commit/abe235b586bfa98a3fc3c78422c7f1327e4df940))
|
|
10
|
+
|
|
3
11
|
## 3.46.0 (2026-06-08)
|
|
4
12
|
|
|
5
13
|
Full Changelog: [v3.45.0...v3.46.0](https://github.com/supermemoryai/python-sdk/compare/v3.45.0...v3.46.0)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: supermemory
|
|
3
|
-
Version: 3.
|
|
3
|
+
Version: 3.47.0
|
|
4
4
|
Summary: The official Python library for the supermemory API
|
|
5
5
|
Project-URL: Homepage, https://github.com/supermemoryai/python-sdk
|
|
6
6
|
Project-URL: Repository, https://github.com/supermemoryai/python-sdk
|
{supermemory-3.46.0 → supermemory-3.47.0}/src/supermemory/types/memory_update_memory_response.py
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
2
|
|
|
3
|
-
from typing import Optional
|
|
3
|
+
from typing import Dict, Optional
|
|
4
4
|
|
|
5
5
|
from pydantic import Field as FieldInfo
|
|
6
6
|
|
|
@@ -27,6 +27,12 @@ class MemoryUpdateMemoryResponse(BaseModel):
|
|
|
27
27
|
memory: str
|
|
28
28
|
"""The content of the new memory version"""
|
|
29
29
|
|
|
30
|
+
metadata: Optional[Dict[str, object]] = None
|
|
31
|
+
"""
|
|
32
|
+
Arbitrary key-value metadata attached to this memory, or null if none was
|
|
33
|
+
provided
|
|
34
|
+
"""
|
|
35
|
+
|
|
30
36
|
parent_memory_id: Optional[str] = FieldInfo(alias="parentMemoryId", default=None)
|
|
31
37
|
"""ID of the memory this version updates"""
|
|
32
38
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{supermemory-3.46.0 → supermemory-3.47.0}/src/supermemory/types/connection_configure_params.py
RENAMED
|
File without changes
|
{supermemory-3.46.0 → supermemory-3.47.0}/src/supermemory/types/connection_configure_response.py
RENAMED
|
File without changes
|
|
File without changes
|
{supermemory-3.46.0 → supermemory-3.47.0}/src/supermemory/types/connection_create_response.py
RENAMED
|
File without changes
|
{supermemory-3.46.0 → supermemory-3.47.0}/src/supermemory/types/connection_delete_by_id_params.py
RENAMED
|
File without changes
|
{supermemory-3.46.0 → supermemory-3.47.0}/src/supermemory/types/connection_delete_by_id_response.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{supermemory-3.46.0 → supermemory-3.47.0}/src/supermemory/types/connection_get_by_id_response.py
RENAMED
|
File without changes
|
{supermemory-3.46.0 → supermemory-3.47.0}/src/supermemory/types/connection_get_by_tag_params.py
RENAMED
|
File without changes
|
{supermemory-3.46.0 → supermemory-3.47.0}/src/supermemory/types/connection_get_by_tag_response.py
RENAMED
|
File without changes
|
|
File without changes
|
{supermemory-3.46.0 → supermemory-3.47.0}/src/supermemory/types/connection_import_response.py
RENAMED
|
File without changes
|
{supermemory-3.46.0 → supermemory-3.47.0}/src/supermemory/types/connection_list_documents_params.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{supermemory-3.46.0 → supermemory-3.47.0}/src/supermemory/types/connection_resources_params.py
RENAMED
|
File without changes
|
{supermemory-3.46.0 → supermemory-3.47.0}/src/supermemory/types/connection_resources_response.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{supermemory-3.46.0 → supermemory-3.47.0}/src/supermemory/types/document_batch_add_params.py
RENAMED
|
File without changes
|
{supermemory-3.46.0 → supermemory-3.47.0}/src/supermemory/types/document_batch_add_response.py
RENAMED
|
File without changes
|
{supermemory-3.46.0 → supermemory-3.47.0}/src/supermemory/types/document_delete_bulk_params.py
RENAMED
|
File without changes
|
{supermemory-3.46.0 → supermemory-3.47.0}/src/supermemory/types/document_delete_bulk_response.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{supermemory-3.46.0 → supermemory-3.47.0}/src/supermemory/types/document_list_processing_response.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{supermemory-3.46.0 → supermemory-3.47.0}/src/supermemory/types/document_upload_file_params.py
RENAMED
|
File without changes
|
{supermemory-3.46.0 → supermemory-3.47.0}/src/supermemory/types/document_upload_file_response.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{supermemory-3.46.0 → supermemory-3.47.0}/src/supermemory/types/memory_update_memory_params.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{supermemory-3.46.0 → supermemory-3.47.0}/src/supermemory/types/search_documents_response.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|