hindsight-client 0.4.4__py3-none-any.whl → 0.4.5__py3-none-any.whl

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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: hindsight-client
3
- Version: 0.4.4
3
+ Version: 0.4.5
4
4
  Summary: Python client for Hindsight - Semantic memory system with personality-driven thinking
5
5
  Author: Hindsight Team
6
6
  Requires-Python: >=3.10
@@ -1,6 +1,6 @@
1
1
  hindsight_client/__init__.py,sha256=lLs5nlnCLC6CEs88UO668baAJR4ifxymqX38rtsH27Y,3115
2
2
  hindsight_client/hindsight_client.py,sha256=EuDM-H64l1yWGb7YvWN5y99WgU6zfdoNJ3hDPBzsszU,27909
3
- hindsight_client_api/__init__.py,sha256=-2IdDmgqGix5LtcR68GEMxntypkX_5Zmj0wi9ElAcO8,6725
3
+ hindsight_client_api/__init__.py,sha256=eFnGsQIfw4oYU3EnMv9_kuDJx-P9uh7mURdm44mUxpc,6725
4
4
  hindsight_client_api/api_client.py,sha256=bedqiMjsYANGP8g9dypVZ1rO7EvxOMYV_Hj8UkXqF0M,27537
5
5
  hindsight_client_api/api_response.py,sha256=eMxw1mpmJcoGZ3gs9z6jM4oYoZ10Gjk333s9sKxGv7s,652
6
6
  hindsight_client_api/configuration.py,sha256=dCxNCeIEYT3ytiY_Tg-7_wkx_V07eW0AXp87GaChYmI,17229
@@ -84,6 +84,6 @@ hindsight_client_api/models/update_mental_model_request.py,sha256=8Zmye-YHnVQxeM
84
84
  hindsight_client_api/models/validation_error.py,sha256=Prq6wsvngBLENvec7aMUNboRV5vxiboQmsKvC0U5qk4,3029
85
85
  hindsight_client_api/models/validation_error_loc_inner.py,sha256=DCSIl-M9KT9_bPcbDplndGgv_YoYbblQ-30WVY0kQkU,4812
86
86
  hindsight_client_api/models/version_response.py,sha256=Jn0riOOh35IERcTSN4GtO_gdgkvd1z9_1yqb9KbdWLg,2940
87
- hindsight_client-0.4.4.dist-info/METADATA,sha256=thAQCaQL24sY24su_jT8Jaw0YSNR4U-g2pacgw1jP5A,647
88
- hindsight_client-0.4.4.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
89
- hindsight_client-0.4.4.dist-info/RECORD,,
87
+ hindsight_client-0.4.5.dist-info/METADATA,sha256=wNSTLFP9u7-HbexeSPzFMwHTFmlC_sg8VB7s3k4w3VI,647
88
+ hindsight_client-0.4.5.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
89
+ hindsight_client-0.4.5.dist-info/RECORD,,
@@ -14,7 +14,7 @@
14
14
  """ # noqa: E501
15
15
 
16
16
 
17
- __version__ = "0.4.4"
17
+ __version__ = "0.4.5"
18
18
 
19
19
  # import apis into sdk package
20
20
  from hindsight_client_api.api.banks_api import BanksApi