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
- Add support for private_key_jwt [\#456](https://github.com/auth0/auth0-python/pull/456) ([adamjmcgrath](https://github.com/adamjmcgrath))
8
+
- Add support for managing client credentials [\#459](https://github.com/auth0/auth0-python/pull/459) ([adamjmcgrath](https://github.com/adamjmcgrath))
Copy file name to clipboardExpand all lines: V4_MIGRATION_GUIDE.md
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,8 @@ Guide to migrating from `3.x` to `4.x`
12
12
13
13
Python <=3.6 and Python 2 are EOL and are no longer supported.
14
14
15
+
Also note the new Python [Support Policy](https://github.com/auth0/auth0-python#support-policy)
16
+
15
17
## The `v3` subfolder has been removed
16
18
17
19
Versioning the import paths was not necessary and made major upgrades unnecessarily complex, so this has been removed and all files have been moved up a directory.
0 commit comments