File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ 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.6.1] ( https://github.com/python-social-auth/social-core/releases/tag/4.6.1 ) - 2025-04-28
9+
10+ ### Changed
11+
12+ - Fixed crash in partial pipelines for some backends
13+
814## [ 4.6.0] ( https://github.com/python-social-auth/social-core/releases/tag/4.6.0 ) - 2025-04-25
915
1016### Changed
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ license-files = ["LICENSE"]
5454name = " social-auth-core"
5555readme = " README.md"
5656requires-python = " >=3.9"
57- version = " 4.6.0 "
57+ version = " 4.6.1 "
5858
5959[project .optional-dependencies ]
6060all = [
You can’t perform that action at this time.
0 commit comments