Skip to content

Commit d1256b8

Browse files
committed
chore: release 5.6.0
1 parent ad7154f commit d1256b8

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,20 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/)
66
and this project adheres to [Semantic Versioning](http://semver.org/).
77

8+
## [5.6.0](https://github.com/python-social-auth/social-app-django/releases/tag/5.6.0) - 2025-10-09
9+
10+
### Changed
11+
12+
- Fixed possibly unsafe account association ([CVE-2025-61783](https://github.com/python-social-auth/social-app-django/security/advisories/GHSA-wv4w-6qv2-qqfg))
13+
- Storage now filters for active users
14+
15+
### Added
16+
17+
- Django 6.0 and Python 3.14 compatibility
18+
- Type annotations
19+
- LoginRequiredMiddleware compatibility
20+
- `RAISE_EXCEPTIONS` and `LOGIN_ERROR_URL` can be configured per backend
21+
822
## [5.5.1](https://github.com/python-social-auth/social-app-django/releases/tag/5.5.1) - 2025-06-27
923

1024
### Changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ license-files = ["LICENSE"]
4242
name = "social-auth-app-django"
4343
readme = "README.md"
4444
requires-python = ">=3.10"
45-
version = "5.5.1"
45+
version = "5.6.0"
4646

4747
[project.optional-dependencies]
4848
# This is present until pip implements supports for PEP 735

0 commit comments

Comments
 (0)