ebiose-cloud-sdk 0.1.282.dev0__tar.gz → 0.1.293.dev0__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: ebiose-cloud-sdk
3
- Version: 0.1.282.dev0
3
+ Version: 0.1.293.dev0
4
4
  Summary: Auto-generated Pydantic models for the Ebiose Cloud Backend API.
5
5
  Author: Ebiose
6
6
  Requires-Python: >=3.12
@@ -100,6 +100,7 @@ class CycleStatus(StrEnum):
100
100
  running = "running"
101
101
  completed = "completed"
102
102
  failed = "failed"
103
+ expired = "expired"
103
104
 
104
105
 
105
106
  class EndCycleRequest(BaseModel):
@@ -107,6 +108,7 @@ class EndCycleRequest(BaseModel):
107
108
  extra="forbid",
108
109
  )
109
110
  best_agent_ids: list[str]
111
+ outcome: str = Field(..., min_length=1)
110
112
 
111
113
 
112
114
  class EventDetailsResponse(BaseModel):
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "ebiose-cloud-sdk"
3
- version = "0.1.282.dev0"
3
+ version = "0.1.293.dev0"
4
4
  description = "Auto-generated Pydantic models for the Ebiose Cloud Backend API."
5
5
  readme = "README.md"
6
6
  requires-python = ">=3.12"