File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
66and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
77
8+ ## [ 5.5.0] ( https://github.com/python-social-auth/social-app-django/releases/tag/5.5.0 ) - 2025-06-27
9+
10+ ### Changed
11+
12+ - Dropped support for older Django versions.
13+ - Added non-empty constraind on ` uid ` .
14+ - Added support for session restore with stricter SameSite cookie policy.
15+
816## [ 5.4.3] ( https://github.com/python-social-auth/social-app-django/releases/tag/5.4.3 ) - 2025-02-13
917
1018### Changed
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ license-files = ["LICENSE"]
4141name = " social-auth-app-django"
4242readme = " README.md"
4343requires-python = " >=3.10"
44- version = " 5.4.3 "
44+ version = " 5.5.0 "
4545
4646[project .optional-dependencies ]
4747# This is present until pip implements supports for PEP 735
You can’t perform that action at this time.
0 commit comments