Skip to content

Commit b455eea

Browse files
committed
chore: releasing 4.8.1
1 parent 2e6c805 commit b455eea

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@ 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.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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ license-files = ["LICENSE"]
5555
name = "social-auth-core"
5656
readme = "README.md"
5757
requires-python = ">=3.10"
58-
version = "4.8.0"
58+
version = "4.8.1"
5959

6060
[project.optional-dependencies]
6161
all = [

0 commit comments

Comments
 (0)