Release v0.1.7

This commit is contained in:
2026-07-11 02:34:58 +02:00
parent cd7cc674c7
commit 0ca9bd793c
5 changed files with 21 additions and 4 deletions
@@ -79,6 +79,7 @@ class TenantLifecycleIssue(BaseModel):
code: str
message: str
module_id: str | None = None
details: dict[str, Any] = Field(default_factory=dict)
class TenantDeletionPlanResponse(BaseModel):