Skip to content

Commit 7c96c59

Browse files
type fix
1 parent 17c754c commit 7c96c59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/workos/types/user_management/organization_membership.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ class OrganizationMembership(BaseOrganizationMembership):
2828

2929
role: OrganizationMembershipRole
3030
roles: Optional[Sequence[OrganizationMembershipRole]] = None
31-
custom_attributes: Mapping[str, Any] = {}
31+
custom_attributes: Optional[Mapping[str, Any]] = {}

0 commit comments

Comments
 (0)