supermemory 3.0.0a26__tar.gz → 3.0.0a27__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.
Potentially problematic release.
This version of supermemory might be problematic. Click here for more details.
- supermemory-3.0.0a27/.release-please-manifest.json +3 -0
- {supermemory-3.0.0a26 → supermemory-3.0.0a27}/CHANGELOG.md +14 -0
- {supermemory-3.0.0a26 → supermemory-3.0.0a27}/PKG-INFO +1 -1
- {supermemory-3.0.0a26 → supermemory-3.0.0a27}/pyproject.toml +1 -1
- {supermemory-3.0.0a26 → supermemory-3.0.0a27}/src/supermemory/_version.py +1 -1
- supermemory-3.0.0a26/.release-please-manifest.json +0 -3
- {supermemory-3.0.0a26 → supermemory-3.0.0a27}/.gitignore +0 -0
- {supermemory-3.0.0a26 → supermemory-3.0.0a27}/CONTRIBUTING.md +0 -0
- {supermemory-3.0.0a26 → supermemory-3.0.0a27}/LICENSE +0 -0
- {supermemory-3.0.0a26 → supermemory-3.0.0a27}/README.md +0 -0
- {supermemory-3.0.0a26 → supermemory-3.0.0a27}/SECURITY.md +0 -0
- {supermemory-3.0.0a26 → supermemory-3.0.0a27}/api.md +0 -0
- {supermemory-3.0.0a26 → supermemory-3.0.0a27}/bin/check-release-environment +0 -0
- {supermemory-3.0.0a26 → supermemory-3.0.0a27}/bin/publish-pypi +0 -0
- {supermemory-3.0.0a26 → supermemory-3.0.0a27}/examples/.keep +0 -0
- {supermemory-3.0.0a26 → supermemory-3.0.0a27}/mypy.ini +0 -0
- {supermemory-3.0.0a26 → supermemory-3.0.0a27}/noxfile.py +0 -0
- {supermemory-3.0.0a26 → supermemory-3.0.0a27}/release-please-config.json +0 -0
- {supermemory-3.0.0a26 → supermemory-3.0.0a27}/requirements-dev.lock +0 -0
- {supermemory-3.0.0a26 → supermemory-3.0.0a27}/requirements.lock +0 -0
- {supermemory-3.0.0a26 → supermemory-3.0.0a27}/src/supermemory/__init__.py +0 -0
- {supermemory-3.0.0a26 → supermemory-3.0.0a27}/src/supermemory/_base_client.py +0 -0
- {supermemory-3.0.0a26 → supermemory-3.0.0a27}/src/supermemory/_client.py +0 -0
- {supermemory-3.0.0a26 → supermemory-3.0.0a27}/src/supermemory/_compat.py +0 -0
- {supermemory-3.0.0a26 → supermemory-3.0.0a27}/src/supermemory/_constants.py +0 -0
- {supermemory-3.0.0a26 → supermemory-3.0.0a27}/src/supermemory/_exceptions.py +0 -0
- {supermemory-3.0.0a26 → supermemory-3.0.0a27}/src/supermemory/_files.py +0 -0
- {supermemory-3.0.0a26 → supermemory-3.0.0a27}/src/supermemory/_models.py +0 -0
- {supermemory-3.0.0a26 → supermemory-3.0.0a27}/src/supermemory/_qs.py +0 -0
- {supermemory-3.0.0a26 → supermemory-3.0.0a27}/src/supermemory/_resource.py +0 -0
- {supermemory-3.0.0a26 → supermemory-3.0.0a27}/src/supermemory/_response.py +0 -0
- {supermemory-3.0.0a26 → supermemory-3.0.0a27}/src/supermemory/_streaming.py +0 -0
- {supermemory-3.0.0a26 → supermemory-3.0.0a27}/src/supermemory/_types.py +0 -0
- {supermemory-3.0.0a26 → supermemory-3.0.0a27}/src/supermemory/_utils/__init__.py +0 -0
- {supermemory-3.0.0a26 → supermemory-3.0.0a27}/src/supermemory/_utils/_logs.py +0 -0
- {supermemory-3.0.0a26 → supermemory-3.0.0a27}/src/supermemory/_utils/_proxy.py +0 -0
- {supermemory-3.0.0a26 → supermemory-3.0.0a27}/src/supermemory/_utils/_reflection.py +0 -0
- {supermemory-3.0.0a26 → supermemory-3.0.0a27}/src/supermemory/_utils/_resources_proxy.py +0 -0
- {supermemory-3.0.0a26 → supermemory-3.0.0a27}/src/supermemory/_utils/_streams.py +0 -0
- {supermemory-3.0.0a26 → supermemory-3.0.0a27}/src/supermemory/_utils/_sync.py +0 -0
- {supermemory-3.0.0a26 → supermemory-3.0.0a27}/src/supermemory/_utils/_transform.py +0 -0
- {supermemory-3.0.0a26 → supermemory-3.0.0a27}/src/supermemory/_utils/_typing.py +0 -0
- {supermemory-3.0.0a26 → supermemory-3.0.0a27}/src/supermemory/_utils/_utils.py +0 -0
- {supermemory-3.0.0a26 → supermemory-3.0.0a27}/src/supermemory/lib/.keep +0 -0
- {supermemory-3.0.0a26 → supermemory-3.0.0a27}/src/supermemory/py.typed +0 -0
- {supermemory-3.0.0a26 → supermemory-3.0.0a27}/src/supermemory/resources/__init__.py +0 -0
- {supermemory-3.0.0a26 → supermemory-3.0.0a27}/src/supermemory/resources/connections.py +0 -0
- {supermemory-3.0.0a26 → supermemory-3.0.0a27}/src/supermemory/resources/memories.py +0 -0
- {supermemory-3.0.0a26 → supermemory-3.0.0a27}/src/supermemory/resources/search.py +0 -0
- {supermemory-3.0.0a26 → supermemory-3.0.0a27}/src/supermemory/resources/settings.py +0 -0
- {supermemory-3.0.0a26 → supermemory-3.0.0a27}/src/supermemory/types/__init__.py +0 -0
- {supermemory-3.0.0a26 → supermemory-3.0.0a27}/src/supermemory/types/connection_create_params.py +0 -0
- {supermemory-3.0.0a26 → supermemory-3.0.0a27}/src/supermemory/types/connection_create_response.py +0 -0
- {supermemory-3.0.0a26 → supermemory-3.0.0a27}/src/supermemory/types/connection_delete_by_id_response.py +0 -0
- {supermemory-3.0.0a26 → supermemory-3.0.0a27}/src/supermemory/types/connection_delete_by_provider_params.py +0 -0
- {supermemory-3.0.0a26 → supermemory-3.0.0a27}/src/supermemory/types/connection_delete_by_provider_response.py +0 -0
- {supermemory-3.0.0a26 → supermemory-3.0.0a27}/src/supermemory/types/connection_get_by_id_response.py +0 -0
- {supermemory-3.0.0a26 → supermemory-3.0.0a27}/src/supermemory/types/connection_get_by_tags_params.py +0 -0
- {supermemory-3.0.0a26 → supermemory-3.0.0a27}/src/supermemory/types/connection_get_by_tags_response.py +0 -0
- {supermemory-3.0.0a26 → supermemory-3.0.0a27}/src/supermemory/types/connection_import_params.py +0 -0
- {supermemory-3.0.0a26 → supermemory-3.0.0a27}/src/supermemory/types/connection_list_documents_params.py +0 -0
- {supermemory-3.0.0a26 → supermemory-3.0.0a27}/src/supermemory/types/connection_list_documents_response.py +0 -0
- {supermemory-3.0.0a26 → supermemory-3.0.0a27}/src/supermemory/types/connection_list_params.py +0 -0
- {supermemory-3.0.0a26 → supermemory-3.0.0a27}/src/supermemory/types/connection_list_response.py +0 -0
- {supermemory-3.0.0a26 → supermemory-3.0.0a27}/src/supermemory/types/memory_add_params.py +0 -0
- {supermemory-3.0.0a26 → supermemory-3.0.0a27}/src/supermemory/types/memory_add_response.py +0 -0
- {supermemory-3.0.0a26 → supermemory-3.0.0a27}/src/supermemory/types/memory_get_response.py +0 -0
- {supermemory-3.0.0a26 → supermemory-3.0.0a27}/src/supermemory/types/memory_list_params.py +0 -0
- {supermemory-3.0.0a26 → supermemory-3.0.0a27}/src/supermemory/types/memory_list_response.py +0 -0
- {supermemory-3.0.0a26 → supermemory-3.0.0a27}/src/supermemory/types/memory_update_params.py +0 -0
- {supermemory-3.0.0a26 → supermemory-3.0.0a27}/src/supermemory/types/memory_update_response.py +0 -0
- {supermemory-3.0.0a26 → supermemory-3.0.0a27}/src/supermemory/types/memory_upload_file_params.py +0 -0
- {supermemory-3.0.0a26 → supermemory-3.0.0a27}/src/supermemory/types/memory_upload_file_response.py +0 -0
- {supermemory-3.0.0a26 → supermemory-3.0.0a27}/src/supermemory/types/search_documents_params.py +0 -0
- {supermemory-3.0.0a26 → supermemory-3.0.0a27}/src/supermemory/types/search_documents_response.py +0 -0
- {supermemory-3.0.0a26 → supermemory-3.0.0a27}/src/supermemory/types/search_execute_params.py +0 -0
- {supermemory-3.0.0a26 → supermemory-3.0.0a27}/src/supermemory/types/search_execute_response.py +0 -0
- {supermemory-3.0.0a26 → supermemory-3.0.0a27}/src/supermemory/types/search_memories_params.py +0 -0
- {supermemory-3.0.0a26 → supermemory-3.0.0a27}/src/supermemory/types/search_memories_response.py +0 -0
- {supermemory-3.0.0a26 → supermemory-3.0.0a27}/src/supermemory/types/setting_get_response.py +0 -0
- {supermemory-3.0.0a26 → supermemory-3.0.0a27}/src/supermemory/types/setting_update_params.py +0 -0
- {supermemory-3.0.0a26 → supermemory-3.0.0a27}/src/supermemory/types/setting_update_response.py +0 -0
- {supermemory-3.0.0a26 → supermemory-3.0.0a27}/src/supermemory_new/lib/.keep +0 -0
- {supermemory-3.0.0a26 → supermemory-3.0.0a27}/tests/__init__.py +0 -0
- {supermemory-3.0.0a26 → supermemory-3.0.0a27}/tests/api_resources/__init__.py +0 -0
- {supermemory-3.0.0a26 → supermemory-3.0.0a27}/tests/api_resources/test_connections.py +0 -0
- {supermemory-3.0.0a26 → supermemory-3.0.0a27}/tests/api_resources/test_memories.py +0 -0
- {supermemory-3.0.0a26 → supermemory-3.0.0a27}/tests/api_resources/test_search.py +0 -0
- {supermemory-3.0.0a26 → supermemory-3.0.0a27}/tests/api_resources/test_settings.py +0 -0
- {supermemory-3.0.0a26 → supermemory-3.0.0a27}/tests/conftest.py +0 -0
- {supermemory-3.0.0a26 → supermemory-3.0.0a27}/tests/sample_file.txt +0 -0
- {supermemory-3.0.0a26 → supermemory-3.0.0a27}/tests/test_client.py +0 -0
- {supermemory-3.0.0a26 → supermemory-3.0.0a27}/tests/test_deepcopy.py +0 -0
- {supermemory-3.0.0a26 → supermemory-3.0.0a27}/tests/test_extract_files.py +0 -0
- {supermemory-3.0.0a26 → supermemory-3.0.0a27}/tests/test_files.py +0 -0
- {supermemory-3.0.0a26 → supermemory-3.0.0a27}/tests/test_models.py +0 -0
- {supermemory-3.0.0a26 → supermemory-3.0.0a27}/tests/test_qs.py +0 -0
- {supermemory-3.0.0a26 → supermemory-3.0.0a27}/tests/test_required_args.py +0 -0
- {supermemory-3.0.0a26 → supermemory-3.0.0a27}/tests/test_response.py +0 -0
- {supermemory-3.0.0a26 → supermemory-3.0.0a27}/tests/test_streaming.py +0 -0
- {supermemory-3.0.0a26 → supermemory-3.0.0a27}/tests/test_transform.py +0 -0
- {supermemory-3.0.0a26 → supermemory-3.0.0a27}/tests/test_utils/test_proxy.py +0 -0
- {supermemory-3.0.0a26 → supermemory-3.0.0a27}/tests/test_utils/test_typing.py +0 -0
- {supermemory-3.0.0a26 → supermemory-3.0.0a27}/tests/utils.py +0 -0
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 3.0.0-alpha.27 (2025-08-24)
|
|
4
|
+
|
|
5
|
+
Full Changelog: [v3.0.0-alpha.26...v3.0.0-alpha.27](https://github.com/supermemoryai/python-sdk/compare/v3.0.0-alpha.26...v3.0.0-alpha.27)
|
|
6
|
+
|
|
7
|
+
### Features
|
|
8
|
+
|
|
9
|
+
* **api:** api update ([27dcd49](https://github.com/supermemoryai/python-sdk/commit/27dcd49c6bbf1c4c1bc11acc02c852a8849f158a))
|
|
10
|
+
* **api:** api update ([cf6d58b](https://github.com/supermemoryai/python-sdk/commit/cf6d58befc0f976222f875eb74594b64a4e36803))
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Chores
|
|
14
|
+
|
|
15
|
+
* update github action ([65d9e06](https://github.com/supermemoryai/python-sdk/commit/65d9e06acc7a7cbabefb2625c4404848681c0e03))
|
|
16
|
+
|
|
3
17
|
## 3.0.0-alpha.26 (2025-08-15)
|
|
4
18
|
|
|
5
19
|
Full Changelog: [v3.0.0-alpha.25...v3.0.0-alpha.26](https://github.com/supermemoryai/python-sdk/compare/v3.0.0-alpha.25...v3.0.0-alpha.26)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: supermemory
|
|
3
|
-
Version: 3.0.
|
|
3
|
+
Version: 3.0.0a27
|
|
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
|
|
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.0.0a26 → supermemory-3.0.0a27}/src/supermemory/types/connection_create_params.py
RENAMED
|
File without changes
|
{supermemory-3.0.0a26 → supermemory-3.0.0a27}/src/supermemory/types/connection_create_response.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{supermemory-3.0.0a26 → supermemory-3.0.0a27}/src/supermemory/types/connection_get_by_id_response.py
RENAMED
|
File without changes
|
{supermemory-3.0.0a26 → supermemory-3.0.0a27}/src/supermemory/types/connection_get_by_tags_params.py
RENAMED
|
File without changes
|
|
File without changes
|
{supermemory-3.0.0a26 → supermemory-3.0.0a27}/src/supermemory/types/connection_import_params.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{supermemory-3.0.0a26 → supermemory-3.0.0a27}/src/supermemory/types/connection_list_params.py
RENAMED
|
File without changes
|
{supermemory-3.0.0a26 → supermemory-3.0.0a27}/src/supermemory/types/connection_list_response.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{supermemory-3.0.0a26 → supermemory-3.0.0a27}/src/supermemory/types/memory_update_response.py
RENAMED
|
File without changes
|
{supermemory-3.0.0a26 → supermemory-3.0.0a27}/src/supermemory/types/memory_upload_file_params.py
RENAMED
|
File without changes
|
{supermemory-3.0.0a26 → supermemory-3.0.0a27}/src/supermemory/types/memory_upload_file_response.py
RENAMED
|
File without changes
|
{supermemory-3.0.0a26 → supermemory-3.0.0a27}/src/supermemory/types/search_documents_params.py
RENAMED
|
File without changes
|
{supermemory-3.0.0a26 → supermemory-3.0.0a27}/src/supermemory/types/search_documents_response.py
RENAMED
|
File without changes
|
{supermemory-3.0.0a26 → supermemory-3.0.0a27}/src/supermemory/types/search_execute_params.py
RENAMED
|
File without changes
|
{supermemory-3.0.0a26 → supermemory-3.0.0a27}/src/supermemory/types/search_execute_response.py
RENAMED
|
File without changes
|
{supermemory-3.0.0a26 → supermemory-3.0.0a27}/src/supermemory/types/search_memories_params.py
RENAMED
|
File without changes
|
{supermemory-3.0.0a26 → supermemory-3.0.0a27}/src/supermemory/types/search_memories_response.py
RENAMED
|
File without changes
|
|
File without changes
|
{supermemory-3.0.0a26 → supermemory-3.0.0a27}/src/supermemory/types/setting_update_params.py
RENAMED
|
File without changes
|
{supermemory-3.0.0a26 → supermemory-3.0.0a27}/src/supermemory/types/setting_update_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
|