soothe-client-python 1.0.20__tar.gz → 1.0.21__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 (34) hide show
  1. {soothe_client_python-1.0.20 → soothe_client_python-1.0.21}/.gitignore +1 -0
  2. {soothe_client_python-1.0.20 → soothe_client_python-1.0.21}/PKG-INFO +1 -1
  3. {soothe_client_python-1.0.20 → soothe_client_python-1.0.21}/src/soothe_client/errors.py +1 -1
  4. {soothe_client_python-1.0.20 → soothe_client_python-1.0.21}/LICENSE +0 -0
  5. {soothe_client_python-1.0.20 → soothe_client_python-1.0.21}/README.md +0 -0
  6. {soothe_client_python-1.0.20 → soothe_client_python-1.0.21}/pyproject.toml +0 -0
  7. {soothe_client_python-1.0.20 → soothe_client_python-1.0.21}/src/soothe_client/__init__.py +0 -0
  8. {soothe_client_python-1.0.20 → soothe_client_python-1.0.21}/src/soothe_client/appkit/__init__.py +0 -0
  9. {soothe_client_python-1.0.20 → soothe_client_python-1.0.21}/src/soothe_client/appkit/attachments.py +0 -0
  10. {soothe_client_python-1.0.20 → soothe_client_python-1.0.21}/src/soothe_client/appkit/broadcaster.py +0 -0
  11. {soothe_client_python-1.0.20 → soothe_client_python-1.0.21}/src/soothe_client/appkit/card_projection.py +0 -0
  12. {soothe_client_python-1.0.20 → soothe_client_python-1.0.21}/src/soothe_client/appkit/chunk_filter.py +0 -0
  13. {soothe_client_python-1.0.20 → soothe_client_python-1.0.21}/src/soothe_client/appkit/classifier.py +0 -0
  14. {soothe_client_python-1.0.20 → soothe_client_python-1.0.21}/src/soothe_client/appkit/daemon_session.py +0 -0
  15. {soothe_client_python-1.0.20 → soothe_client_python-1.0.21}/src/soothe_client/appkit/events.py +0 -0
  16. {soothe_client_python-1.0.20 → soothe_client_python-1.0.21}/src/soothe_client/appkit/loop_session_store.py +0 -0
  17. {soothe_client_python-1.0.20 → soothe_client_python-1.0.21}/src/soothe_client/appkit/managed_client.py +0 -0
  18. {soothe_client_python-1.0.20 → soothe_client_python-1.0.21}/src/soothe_client/appkit/observability.py +0 -0
  19. {soothe_client_python-1.0.20 → soothe_client_python-1.0.21}/src/soothe_client/appkit/pool.py +0 -0
  20. {soothe_client_python-1.0.20 → soothe_client_python-1.0.21}/src/soothe_client/appkit/query_gate.py +0 -0
  21. {soothe_client_python-1.0.20 → soothe_client_python-1.0.21}/src/soothe_client/appkit/thinking_step.py +0 -0
  22. {soothe_client_python-1.0.20 → soothe_client_python-1.0.21}/src/soothe_client/appkit/turn.py +0 -0
  23. {soothe_client_python-1.0.20 → soothe_client_python-1.0.21}/src/soothe_client/appkit/turn_boundary.py +0 -0
  24. {soothe_client_python-1.0.20 → soothe_client_python-1.0.21}/src/soothe_client/appkit/turn_runner.py +0 -0
  25. {soothe_client_python-1.0.20 → soothe_client_python-1.0.21}/src/soothe_client/command_client.py +0 -0
  26. {soothe_client_python-1.0.20 → soothe_client_python-1.0.21}/src/soothe_client/helpers.py +0 -0
  27. {soothe_client_python-1.0.20 → soothe_client_python-1.0.21}/src/soothe_client/intent_hints.py +0 -0
  28. {soothe_client_python-1.0.20 → soothe_client_python-1.0.21}/src/soothe_client/protocol_params.py +0 -0
  29. {soothe_client_python-1.0.20 → soothe_client_python-1.0.21}/src/soothe_client/py.typed +0 -0
  30. {soothe_client_python-1.0.20 → soothe_client_python-1.0.21}/src/soothe_client/schemas.py +0 -0
  31. {soothe_client_python-1.0.20 → soothe_client_python-1.0.21}/src/soothe_client/session.py +0 -0
  32. {soothe_client_python-1.0.20 → soothe_client_python-1.0.21}/src/soothe_client/stream_terminal.py +0 -0
  33. {soothe_client_python-1.0.20 → soothe_client_python-1.0.21}/src/soothe_client/turn_boundary.py +0 -0
  34. {soothe_client_python-1.0.20 → soothe_client_python-1.0.21}/src/soothe_client/websocket.py +0 -0
@@ -216,3 +216,4 @@ __marimo__/
216
216
 
217
217
  # Streamlit
218
218
  .streamlit/secrets.toml
219
+ .soothe/
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.5
2
2
  Name: soothe-client-python
3
- Version: 1.0.20
3
+ Version: 1.0.21
4
4
  Summary: WebSocket client + appkit for soothe-daemon (Python)
5
5
  Project-URL: Homepage, https://github.com/mirasoth/soothe-client-python
6
6
  Project-URL: Documentation, https://soothe.readthedocs.io
@@ -45,7 +45,7 @@ class StaleLoopError(Exception):
45
45
  self.cause = cause
46
46
 
47
47
 
48
- class ReconnectError(Exception):
48
+ class ReconnectError(ConnectionError):
49
49
  """Bounded reconnect attempts exhausted."""
50
50
 
51
51
  def __init__(self, url: str, attempts: int, cause: BaseException | None = None) -> None: