meshagent-api 0.25.3__py3-none-any.whl → 0.25.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.
@@ -2756,7 +2756,7 @@ class ExecSession:
2756
2756
  def _on_task_done(self, t):
2757
2757
  self._output_q.put_nowait(None)
2758
2758
  self._error_q.put_nowait(None)
2759
- if not self._ready:
2759
+ if not self._ready.done():
2760
2760
  self._ready.set_exception(
2761
2761
  RoomException("container did not start successfully")
2762
2762
  )
@@ -164,6 +164,7 @@ class ContainerSpec(BaseModel):
164
164
  api_key: Optional[ServiceApiKeySpec] = None
165
165
  on_demand: Optional[bool] = Field(None, description="an on demand service")
166
166
  writable_root_fs: Optional[bool] = None
167
+ private: bool = True
167
168
 
168
169
 
169
170
  class ExternalServiceSpec(BaseModel):
@@ -338,6 +339,7 @@ class ContainerTemplateSpec(BaseModel):
338
339
  storage: Optional[ServiceTemplateContainerMountSpec] = None
339
340
  on_demand: Optional[bool] = None
340
341
  writable_root_fs: Optional[bool] = None
342
+ private: bool = True
341
343
 
342
344
 
343
345
  class ExternalServiceTemplateSpec(BaseModel):
@@ -432,6 +434,7 @@ class ServiceTemplateSpec(BaseModel):
432
434
  else None,
433
435
  writable_root_fs=self.container.writable_root_fs,
434
436
  on_demand=self.container.on_demand,
437
+ private=self.container.private,
435
438
  )
436
439
  if self.container is not None
437
440
  else None,
meshagent/api/version.py CHANGED
@@ -1 +1 @@
1
- __version__ = "0.25.3"
1
+ __version__ = "0.25.5"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: meshagent-api
3
- Version: 0.25.3
3
+ Version: 0.25.5
4
4
  Summary: Python Server API for Meshagent
5
5
  License-Expression: Apache-2.0
6
6
  Project-URL: Documentation, https://docs.meshagent.com
@@ -16,7 +16,7 @@ meshagent/api/protocol.py,sha256=1N82ZQmSTg_XIf5yrjAo3QVEmW9yT29JctWTwzoVDzA,105
16
16
  meshagent/api/protocol_test.py,sha256=3ETAAAEzuqhFW26xYPxE7Pj1_Us6dHlifgp1W2QiwFs,1428
17
17
  meshagent/api/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
18
18
  meshagent/api/reasoning_schema.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
19
- meshagent/api/room_server_client.py,sha256=vRpFealzUkRnQsMd8OPc-Rd738hUXJM9ukooHMrjsHM,105259
19
+ meshagent/api/room_server_client.py,sha256=NMptDL8EE7Ik8F8IuLU77EF17UIxxeWVZrviWegL3Ao,105266
20
20
  meshagent/api/runtime.py,sha256=H0pcZHefjDBFMZgZMeAW7dKUtYrrrKI7Fb8_vvI7o4s,11355
21
21
  meshagent/api/runtime_test.py,sha256=hQSp2fz2CT94cGg3-yeyFMK5F7jrIXRDoEtn15A5h4k,10807
22
22
  meshagent/api/schema.py,sha256=Y0A1QRk6_hG3zP81Qv7rFO01y2mbNqyvD1sKDyhEJfM,11673
@@ -31,12 +31,12 @@ meshagent/api/sql.py,sha256=b3q2xO0yn88S31vha-WZBVEYHUxPcrKR9OcY6dcKXcI,6886
31
31
  meshagent/api/sql_test.py,sha256=sDX4vVNRez0EE09J0yPYMuKYJi8dG4eUSE21bBox0sg,1186
32
32
  meshagent/api/token_test.py,sha256=KGa-lDMAsB3QST_6ORCPGSOHPnhm6WSTA4uj4ZYgrPY,3719
33
33
  meshagent/api/urls.py,sha256=g7w-1nzbcRzJVbxp2M8TiT8pz7NLVfSamrEkr0NDiKc,745
34
- meshagent/api/version.py,sha256=mXrC0wG0d9x4Qj0b-1a15tGJ6JHnWNOm82J2nX_CL2k,23
34
+ meshagent/api/version.py,sha256=9zCh_8lz8S_e8JlXmwkSbkp_uQhvRgQSEOH1abFGMw8,23
35
35
  meshagent/api/webhooks.py,sha256=6ZKUgc-uXzg6V2DBy-yAvOsb1dXxUVEPTqj36A9w_6Y,8352
36
36
  meshagent/api/websocket_protocol.py,sha256=f9IV6goyRvpbOTIsziOd5_aXujikHuSiTSXk2Q0dXTA,4160
37
- meshagent/api/specs/service.py,sha256=XIBS9MFmG-k8aeY7JV-_IBFtu0TQUADn2418waGyqHc,15398
38
- meshagent_api-0.25.3.dist-info/licenses/LICENSE,sha256=eTt0SPW-sVNdkZe9PS_S8WfCIyLjRXRl7sUBWdlteFg,10254
39
- meshagent_api-0.25.3.dist-info/METADATA,sha256=olsJ__oi-OiCPrZU42vetuCColh2ZUqGBe7ZQEX4zpA,4585
40
- meshagent_api-0.25.3.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
41
- meshagent_api-0.25.3.dist-info/top_level.txt,sha256=GlcXnHtRP6m7zlG3Df04M35OsHtNXy_DY09oFwWrH74,10
42
- meshagent_api-0.25.3.dist-info/RECORD,,
37
+ meshagent/api/specs/service.py,sha256=68dVbjByFCTK3L1Z6IJRL8jXCeDlv6Hjo9aicSeo0os,15496
38
+ meshagent_api-0.25.5.dist-info/licenses/LICENSE,sha256=eTt0SPW-sVNdkZe9PS_S8WfCIyLjRXRl7sUBWdlteFg,10254
39
+ meshagent_api-0.25.5.dist-info/METADATA,sha256=V5wameEtrOh7c1EdtvDa_sW2OL6GjEj53tQmzeSC1k0,4585
40
+ meshagent_api-0.25.5.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
41
+ meshagent_api-0.25.5.dist-info/top_level.txt,sha256=GlcXnHtRP6m7zlG3Df04M35OsHtNXy_DY09oFwWrH74,10
42
+ meshagent_api-0.25.5.dist-info/RECORD,,