sutro 0.1.11__py3-none-any.whl → 0.1.12__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.

Potentially problematic release.


This version of sutro might be problematic. Click here for more details.

sutro/sdk.py CHANGED
@@ -462,11 +462,7 @@ class Sutro:
462
462
  finally:
463
463
  # Signal stop and cleanup
464
464
  stop_heartbeat.set()
465
- # Wait for heartbeat to finish with timeout
466
- try:
467
- future.result(timeout=1.0)
468
- except TimeoutError:
469
- pass
465
+ future.result() # Wait for heartbeat to finish
470
466
  self.unregister_stream_listener(job_id, session_token)
471
467
  session.close()
472
468
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: sutro
3
- Version: 0.1.11
3
+ Version: 0.1.12
4
4
  Summary: Sutro Python SDK
5
5
  Project-URL: Homepage, https://sutro.sh
6
6
  Project-URL: Documentation, https://docs.sutro.sh
@@ -0,0 +1,8 @@
1
+ sutro/__init__.py,sha256=yUiVwcZ8QamSqDdRHgzoANyTZ-x3cPzlt2Fs5OllR_w,402
2
+ sutro/cli.py,sha256=ZvfMYNKq3iT-4TtGWmbI0qsEPTb0tjIGIiVMod1kH-s,13125
3
+ sutro/sdk.py,sha256=dhlrIzqePS0QAh1ShonO5RbbPgYFpXFQL_gEcvoP8_c,42353
4
+ sutro-0.1.12.dist-info/METADATA,sha256=FNpJnLVVwovtzFW6tiug46MWYPsJ4D73OAwdaew8FnA,1998
5
+ sutro-0.1.12.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
6
+ sutro-0.1.12.dist-info/entry_points.txt,sha256=eXvr4dvMV4UmZgR0zmrY8KOmNpo64cJkhNDywiadRFM,40
7
+ sutro-0.1.12.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
8
+ sutro-0.1.12.dist-info/RECORD,,
@@ -1,8 +0,0 @@
1
- sutro/__init__.py,sha256=yUiVwcZ8QamSqDdRHgzoANyTZ-x3cPzlt2Fs5OllR_w,402
2
- sutro/cli.py,sha256=ZvfMYNKq3iT-4TtGWmbI0qsEPTb0tjIGIiVMod1kH-s,13125
3
- sutro/sdk.py,sha256=OVZa4En3-UhM9NWdGEzq0CY3Cnx38YE7bSMCTXfdtms,42479
4
- sutro-0.1.11.dist-info/METADATA,sha256=eZ5hWRUjIWRVb-Rkg9grbZw-0jDcAr4VGYQLSSDjerw,1998
5
- sutro-0.1.11.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
6
- sutro-0.1.11.dist-info/entry_points.txt,sha256=eXvr4dvMV4UmZgR0zmrY8KOmNpo64cJkhNDywiadRFM,40
7
- sutro-0.1.11.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
8
- sutro-0.1.11.dist-info/RECORD,,
File without changes