Update dependency social-auth-app-django to v5
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
social-auth-app-django | dependencies | major |
^4.0.0 -> ^5.0.0
|
Release Notes
python-social-auth/social-app-django
v5.4.2
Changed
- Fixed
UserSocialAuth
creation by allowingJSONField
to be blank - Fixed the assumption that UID can only be an integer (#571)
- Fixed revert of migration
0013_migrate_extra_data.py
v5.4.1
Changed
- Added reverse migration for JSON field
- Fixed improper handling of case sensitivity with MySQL/MariaDB (CVE-2024-32879)
v5.4.0
Changed
- Improved JSON field migration performance
- Introduce configuration to request POST only requests for social authentication
- Updated list of supported Django and Python versions
v5.3.0
Changed
- Uses Django native JSON field
v5.2.0
Changed
- Removed support for Django<3.2
- Fixed missing migration issue
v5.1.0
Changed
- Compatibility with recent Django and Python versions
- Coding style improvements
- Improved error handling in SocialAuthExceptionMiddleware
v5.0.0
Changed
- Removed compat shims for obsolete Django versions
- Switch from deprecated
django.conf.urls.url
todjango.urls.path
- Use query
.exists()
instead of.count() > 0
- Added testing for Django 3.0
- Drop support for Python 2
- Django generic
JSONField
support, details documented here - Django 3.2+ compatibility
- Use
_default_manager
instead ofobjects
Configuration
-
If you want to rebase/retry this MR, click this checkbox.
This MR has been generated by Renovate Bot.
Edited by Tine Wittler