smartmemory-client 1.4.26__tar.gz → 1.4.28__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.
- {smartmemory_client-1.4.26 → smartmemory_client-1.4.28}/CHANGELOG.md +6 -0
- {smartmemory_client-1.4.26/smartmemory_client.egg-info → smartmemory_client-1.4.28}/PKG-INFO +1 -1
- smartmemory_client-1.4.28/VERSION +1 -0
- {smartmemory_client-1.4.26 → smartmemory_client-1.4.28/smartmemory_client.egg-info}/PKG-INFO +1 -1
- smartmemory_client-1.4.26/VERSION +0 -1
- {smartmemory_client-1.4.26 → smartmemory_client-1.4.28}/LICENSE +0 -0
- {smartmemory_client-1.4.26 → smartmemory_client-1.4.28}/MANIFEST.in +0 -0
- {smartmemory_client-1.4.26 → smartmemory_client-1.4.28}/README.md +0 -0
- {smartmemory_client-1.4.26 → smartmemory_client-1.4.28}/pyproject.toml +0 -0
- {smartmemory_client-1.4.26 → smartmemory_client-1.4.28}/setup.cfg +0 -0
- {smartmemory_client-1.4.26 → smartmemory_client-1.4.28}/smartmemory_client/__init__.py +0 -0
- {smartmemory_client-1.4.26 → smartmemory_client-1.4.28}/smartmemory_client/client.py +0 -0
- {smartmemory_client-1.4.26 → smartmemory_client-1.4.28}/smartmemory_client/models/__init__.py +0 -0
- {smartmemory_client-1.4.26 → smartmemory_client-1.4.28}/smartmemory_client/models/conversation.py +0 -0
- {smartmemory_client-1.4.26 → smartmemory_client-1.4.28}/smartmemory_client/models/memory_item.py +0 -0
- {smartmemory_client-1.4.26 → smartmemory_client-1.4.28}/smartmemory_client.egg-info/SOURCES.txt +0 -0
- {smartmemory_client-1.4.26 → smartmemory_client-1.4.28}/smartmemory_client.egg-info/dependency_links.txt +0 -0
- {smartmemory_client-1.4.26 → smartmemory_client-1.4.28}/smartmemory_client.egg-info/requires.txt +0 -0
- {smartmemory_client-1.4.26 → smartmemory_client-1.4.28}/smartmemory_client.egg-info/top_level.txt +0 -0
- {smartmemory_client-1.4.26 → smartmemory_client-1.4.28}/tests/test_client.py +0 -0
- {smartmemory_client-1.4.26 → smartmemory_client-1.4.28}/tests/test_client_bughunt_fixes.py +0 -0
- {smartmemory_client-1.4.26 → smartmemory_client-1.4.28}/tests/test_client_errors.py +0 -0
- {smartmemory_client-1.4.26 → smartmemory_client-1.4.28}/tests/test_client_evaluation.py +0 -0
- {smartmemory_client-1.4.26 → smartmemory_client-1.4.28}/tests/test_client_full_coverage.py +0 -0
- {smartmemory_client-1.4.26 → smartmemory_client-1.4.28}/tests/test_client_init_warning.py +0 -0
- {smartmemory_client-1.4.26 → smartmemory_client-1.4.28}/tests/test_code_search.py +0 -0
- {smartmemory_client-1.4.26 → smartmemory_client-1.4.28}/tests/test_decision_methods.py +0 -0
- {smartmemory_client-1.4.26 → smartmemory_client-1.4.28}/tests/test_procedure_candidates.py +0 -0
- {smartmemory_client-1.4.26 → smartmemory_client-1.4.28}/tests/test_procedure_drift.py +0 -0
- {smartmemory_client-1.4.26 → smartmemory_client-1.4.28}/tests/test_procedure_evolution.py +0 -0
- {smartmemory_client-1.4.26 → smartmemory_client-1.4.28}/tests/test_procedure_matches.py +0 -0
- {smartmemory_client-1.4.26 → smartmemory_client-1.4.28}/tests/test_procedures.py +0 -0
- {smartmemory_client-1.4.26 → smartmemory_client-1.4.28}/tests/test_relation_contract.py +0 -0
- {smartmemory_client-1.4.26 → smartmemory_client-1.4.28}/tests/test_search_citations.py +0 -0
- {smartmemory_client-1.4.26 → smartmemory_client-1.4.28}/tests/test_summary_client.py +0 -0
- {smartmemory_client-1.4.26 → smartmemory_client-1.4.28}/tests/test_token_usage.py +0 -0
|
@@ -5,6 +5,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
|
5
5
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
6
6
|
|
|
7
7
|
## [Unreleased]
|
|
8
|
+
### Changed (auto, lockstep) — track product version 1.4.28 (1.4.28)
|
|
9
|
+
- Version copied from the smartmemory-core release (single-source lockstep).
|
|
10
|
+
|
|
11
|
+
### Changed (auto, lockstep) — track product version 1.4.27 (1.4.27)
|
|
12
|
+
- Version copied from the smartmemory-core release (single-source lockstep).
|
|
13
|
+
|
|
8
14
|
### Changed (auto, lockstep) — track product version 1.4.26 (1.4.26)
|
|
9
15
|
- Version copied from the smartmemory-core release (single-source lockstep).
|
|
10
16
|
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
1.4.28
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
1.4.26
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{smartmemory_client-1.4.26 → smartmemory_client-1.4.28}/smartmemory_client/models/__init__.py
RENAMED
|
File without changes
|
{smartmemory_client-1.4.26 → smartmemory_client-1.4.28}/smartmemory_client/models/conversation.py
RENAMED
|
File without changes
|
{smartmemory_client-1.4.26 → smartmemory_client-1.4.28}/smartmemory_client/models/memory_item.py
RENAMED
|
File without changes
|
{smartmemory_client-1.4.26 → smartmemory_client-1.4.28}/smartmemory_client.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
{smartmemory_client-1.4.26 → smartmemory_client-1.4.28}/smartmemory_client.egg-info/requires.txt
RENAMED
|
File without changes
|
{smartmemory_client-1.4.26 → smartmemory_client-1.4.28}/smartmemory_client.egg-info/top_level.txt
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
|