Skip to content

Commit 24f7245

Browse files
committed
[fix] Community ed does not have org_membership
1 parent e4f6ac5 commit 24f7245

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

label_studio_sdk/users.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ class User(BaseModel):
3131
initials: str
3232
phone: str
3333
active_organization: int
34-
org_membership: List[OrgMembership]
34+
org_membership: Optional[List[OrgMembership]]
3535
client: Client
3636

3737
class Config:

0 commit comments

Comments
 (0)