ojin-client 0.1.7.dev10__tar.gz → 0.1.7.dev11__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ojin-client
3
- Version: 0.1.7.dev10
3
+ Version: 0.1.7.dev11
4
4
  Summary: Ojin platform services
5
5
  Author: Journee
6
6
  License: Apache-2.0
@@ -286,7 +286,7 @@ class OjinPersonaClient(IOjinPersonaClient):
286
286
  raise ConnectionError("Infernece Server is not ready to receive messsages")
287
287
 
288
288
  if isinstance(message, OjinPersonaCancelInteractionMessage):
289
- logger.info("Interrupt - Processing cancellation immediately")
289
+ logger.warning("Interrupt - Processing cancellation immediately")
290
290
 
291
291
  # Set cancellation flag and event immediately
292
292
  self._cancelled = True
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ojin-client
3
- Version: 0.1.7.dev10
3
+ Version: 0.1.7.dev11
4
4
  Summary: Ojin platform services
5
5
  Author: Journee
6
6
  License: Apache-2.0
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "ojin-client"
3
- version = "0.1.7dev10"
3
+ version = "0.1.7dev11"
4
4
  description = "Ojin platform services"
5
5
  readme = "README.md"
6
6
  requires-python = ">=3.10"