Skip to content

Commit abe3214

Browse files
committed
chore: release 4.8.6
1 parent 36d5d9e commit abe3214

2 files changed

Lines changed: 17 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,22 @@ 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+
## [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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ license-files = ["LICENSE"]
5959
name = "social-auth-core"
6060
readme = "README.md"
6161
requires-python = ">=3.10"
62-
version = "4.8.5"
62+
version = "4.8.6"
6363

6464
[project.optional-dependencies]
6565
all = [

0 commit comments

Comments
 (0)