File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,22 @@ 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+ ## [ 4.8.6] ( https://github.com/python-social-auth/social-core/releases/tag/4.8.6 ) - 2026-04-20
9+
10+ ### Changed
11+
12+ - ` storage.UserProtocol ` now supports read-only attributes for better type-checker compatibility
13+ - Improved type annotations and enabled mypy type checking in CI
14+
15+ ### Fixed
16+
17+ - ` sanitize_redirect() ` now handles invalid redirect values that raise ` ValueError `
18+ - Fixed timezone handling when working with dates
19+
20+ ### Security
21+
22+ - Require ` PyJWT >= 2.12.0 ` to address CVE-2026 -32597
23+
824## [ 4.8.5] ( https://github.com/python-social-auth/social-core/releases/tag/4.8.5 ) - 2026-02-10
925
1026### Changed
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ license-files = ["LICENSE"]
5959name = " social-auth-core"
6060readme = " README.md"
6161requires-python = " >=3.10"
62- version = " 4.8.5 "
62+ version = " 4.8.6 "
6363
6464[project .optional-dependencies ]
6565all = [
You can’t perform that action at this time.
0 commit comments