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.
Files changed (36) hide show
  1. {smartmemory_client-1.4.26 → smartmemory_client-1.4.28}/CHANGELOG.md +6 -0
  2. {smartmemory_client-1.4.26/smartmemory_client.egg-info → smartmemory_client-1.4.28}/PKG-INFO +1 -1
  3. smartmemory_client-1.4.28/VERSION +1 -0
  4. {smartmemory_client-1.4.26 → smartmemory_client-1.4.28/smartmemory_client.egg-info}/PKG-INFO +1 -1
  5. smartmemory_client-1.4.26/VERSION +0 -1
  6. {smartmemory_client-1.4.26 → smartmemory_client-1.4.28}/LICENSE +0 -0
  7. {smartmemory_client-1.4.26 → smartmemory_client-1.4.28}/MANIFEST.in +0 -0
  8. {smartmemory_client-1.4.26 → smartmemory_client-1.4.28}/README.md +0 -0
  9. {smartmemory_client-1.4.26 → smartmemory_client-1.4.28}/pyproject.toml +0 -0
  10. {smartmemory_client-1.4.26 → smartmemory_client-1.4.28}/setup.cfg +0 -0
  11. {smartmemory_client-1.4.26 → smartmemory_client-1.4.28}/smartmemory_client/__init__.py +0 -0
  12. {smartmemory_client-1.4.26 → smartmemory_client-1.4.28}/smartmemory_client/client.py +0 -0
  13. {smartmemory_client-1.4.26 → smartmemory_client-1.4.28}/smartmemory_client/models/__init__.py +0 -0
  14. {smartmemory_client-1.4.26 → smartmemory_client-1.4.28}/smartmemory_client/models/conversation.py +0 -0
  15. {smartmemory_client-1.4.26 → smartmemory_client-1.4.28}/smartmemory_client/models/memory_item.py +0 -0
  16. {smartmemory_client-1.4.26 → smartmemory_client-1.4.28}/smartmemory_client.egg-info/SOURCES.txt +0 -0
  17. {smartmemory_client-1.4.26 → smartmemory_client-1.4.28}/smartmemory_client.egg-info/dependency_links.txt +0 -0
  18. {smartmemory_client-1.4.26 → smartmemory_client-1.4.28}/smartmemory_client.egg-info/requires.txt +0 -0
  19. {smartmemory_client-1.4.26 → smartmemory_client-1.4.28}/smartmemory_client.egg-info/top_level.txt +0 -0
  20. {smartmemory_client-1.4.26 → smartmemory_client-1.4.28}/tests/test_client.py +0 -0
  21. {smartmemory_client-1.4.26 → smartmemory_client-1.4.28}/tests/test_client_bughunt_fixes.py +0 -0
  22. {smartmemory_client-1.4.26 → smartmemory_client-1.4.28}/tests/test_client_errors.py +0 -0
  23. {smartmemory_client-1.4.26 → smartmemory_client-1.4.28}/tests/test_client_evaluation.py +0 -0
  24. {smartmemory_client-1.4.26 → smartmemory_client-1.4.28}/tests/test_client_full_coverage.py +0 -0
  25. {smartmemory_client-1.4.26 → smartmemory_client-1.4.28}/tests/test_client_init_warning.py +0 -0
  26. {smartmemory_client-1.4.26 → smartmemory_client-1.4.28}/tests/test_code_search.py +0 -0
  27. {smartmemory_client-1.4.26 → smartmemory_client-1.4.28}/tests/test_decision_methods.py +0 -0
  28. {smartmemory_client-1.4.26 → smartmemory_client-1.4.28}/tests/test_procedure_candidates.py +0 -0
  29. {smartmemory_client-1.4.26 → smartmemory_client-1.4.28}/tests/test_procedure_drift.py +0 -0
  30. {smartmemory_client-1.4.26 → smartmemory_client-1.4.28}/tests/test_procedure_evolution.py +0 -0
  31. {smartmemory_client-1.4.26 → smartmemory_client-1.4.28}/tests/test_procedure_matches.py +0 -0
  32. {smartmemory_client-1.4.26 → smartmemory_client-1.4.28}/tests/test_procedures.py +0 -0
  33. {smartmemory_client-1.4.26 → smartmemory_client-1.4.28}/tests/test_relation_contract.py +0 -0
  34. {smartmemory_client-1.4.26 → smartmemory_client-1.4.28}/tests/test_search_citations.py +0 -0
  35. {smartmemory_client-1.4.26 → smartmemory_client-1.4.28}/tests/test_summary_client.py +0 -0
  36. {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
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: smartmemory-client
3
- Version: 1.4.26
3
+ Version: 1.4.28
4
4
  Summary: Python client for SmartMemory Service API
5
5
  Author-email: SmartMemory Team <team@smartmemory.dev>
6
6
  License: MIT
@@ -0,0 +1 @@
1
+ 1.4.28
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: smartmemory-client
3
- Version: 1.4.26
3
+ Version: 1.4.28
4
4
  Summary: Python client for SmartMemory Service API
5
5
  Author-email: SmartMemory Team <team@smartmemory.dev>
6
6
  License: MIT
@@ -1 +0,0 @@
1
- 1.4.26