livellm 1.3.5__tar.gz → 1.3.6__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: livellm
3
- Version: 1.3.5
3
+ Version: 1.3.6
4
4
  Summary: Python client for the LiveLLM Server
5
5
  Project-URL: Homepage, https://github.com/qalby-tech/livellm-client-py
6
6
  Project-URL: Repository, https://github.com/qalby-tech/livellm-client-py
@@ -564,11 +564,11 @@ class LivellmWsClient(BaseLivellmClient):
564
564
 
565
565
  if response.status == WsStatus.ERROR:
566
566
  raise Exception(f"WebSocket stream failed: {response.error}")
567
-
568
- yield response
569
-
567
+
570
568
  if response.status == WsStatus.SUCCESS:
571
569
  break
570
+
571
+ yield response
572
572
 
573
573
  # Implement abstract methods from BaseLivellmClient
574
574
 
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "livellm"
3
- version = "1.3.5"
3
+ version = "1.3.6"
4
4
  description = "Python client for the LiveLLM Server"
5
5
  readme = "README.md"
6
6
  requires-python = ">=3.10"
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes