Skip to content

Commit b6de8fc

Browse files
committed
drop compat layers
1 parent 62bb01e commit b6de8fc

File tree

131 files changed

+2
-1037
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

131 files changed

+2
-1037
lines changed

src/workos/__init__.py

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,18 +17,12 @@
1717
WorkOSConnectionException,
1818
WorkOSTimeoutException,
1919
)
20-
from ._pagination import AsyncPage, SyncPage, WorkOSListResource
20+
from ._pagination import AsyncPage, SyncPage
2121
from ._types import RequestOptions
2222

23-
# Backward-compatible aliases
24-
WorkOS = WorkOSClient
25-
AsyncWorkOS = AsyncWorkOSClient
26-
2723
__all__ = [
2824
"WorkOSClient",
2925
"AsyncWorkOSClient",
30-
"WorkOS",
31-
"AsyncWorkOS",
3226
"RequestOptions",
3327
"BaseRequestException",
3428
"AuthenticationException",
@@ -44,5 +38,4 @@
4438
"WorkOSTimeoutException",
4539
"AsyncPage",
4640
"SyncPage",
47-
"WorkOSListResource",
4841
]

0 commit comments

Comments
 (0)