Skip to content

Commit 62ad1d5

Browse files
author
Cyrus Nouroozi
committed
Add image_url to orgs
1 parent ba9deae commit 62ad1d5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

clerk/types.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ class Organization(BaseModel):
113113
public_metadata: dict
114114
private_metadata: dict
115115
created_by: str | None = None
116+
image_url: str | None = None
116117

117118

118119
class DeleteOrganizationResponse(DeleteResponse):

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "clerk-sdk-python"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
description = "Python SDK for clerk.dev"
55
repository = "https://github.com/CyrusOfEden/clerk-sdk-python"
66
homepage = "https://clerk.dev"

0 commit comments

Comments
 (0)