You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: V4_MIGRATION_GUIDE.md
+20-4Lines changed: 20 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,13 +2,14 @@
2
2
3
3
Guide to migrating from `3.x` to `4.x`
4
4
5
-
-[Python <3.6 is no longer supported](#python-36-is-no-longer-supported)
5
+
-[Python <3.7 is no longer supported](#python-37-is-no-longer-supported)
6
6
-[Client ID and client secret are now specified in the constructor for authentication clients](#client-id-and-client-secret-are-now-specified-in-the-constructor-for-authentication-clients)
7
7
-[AuthorizeClient and Logout have been removed](#authorizeclient-and-logout-have-been-removed)
8
+
-[Methods that call deprecated endpoints have been removed](#methods-that-call-deprecated-endpoints-have-been-removed)
8
9
9
-
## Python <3.6 is no longer supported
10
+
## Python <3.7 is no longer supported
10
11
11
-
Python 3.5 and Python 2 are EOL and are no longer supported.
12
+
Python <=3.6 and Python 2 are EOL and are no longer supported.
12
13
13
14
## Client ID and client secret are now specified in the constructor for authentication clients
0 commit comments