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
anniel-stripe edited this page Nov 22, 2022
·
2 revisions
Changes in v5.0.0 - 2022-11-15
"â ïļ" symbol highlights breaking changes.
â ïļ Changed
Dropped support for Python version 3.4 and 3.5). We now support Python 2.7 or 3.6+.
Fixed mistyped names for two OAuth exceptions: UnsupportedGrantTypError->UnsupportedGrantTypeError and UnsupportedResponseTypError->UnsupportedResponseTypeError.
Deprecated
Deprecate save method on resources (#887). Use modify instead.
If you were using save to unset a parameter by assigning it None, when switching to modify please assign the parameter to an empty string "" to preserve the previous behavior.