File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,18 @@ 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.1] ( https://github.com/python-social-auth/social-core/releases/tag/4.8.1 ) - 2025-10-09
9+
10+ ### Changed
11+
12+ - Fixed ` extra_data() ` invocation from ` refresh_token() `
13+ - Replaced jose with PyJWT in Ping backend
14+ - Dropped OAuth1 backend for OpenStreetMap
15+
16+ ### Added
17+
18+ - OAuth2 URLs can now be overridden in the configuration
19+
820## [ 4.8.0] ( https://github.com/python-social-auth/social-core/releases/tag/4.8.0 ) - 2025-10-07
921
1022### Changed
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ license-files = ["LICENSE"]
5555name = " social-auth-core"
5656readme = " README.md"
5757requires-python = " >=3.10"
58- version = " 4.8.0 "
58+ version = " 4.8.1 "
5959
6060[project .optional-dependencies ]
6161all = [
You can’t perform that action at this time.
0 commit comments