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.
5
5
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
6
6
and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
7
7
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
+
8
14
## [ 4.6.0] ( https://github.com/python-social-auth/social-core/releases/tag/4.6.0 ) - 2025-04-25
9
15
10
16
### Changed
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ license-files = ["LICENSE"]
54
54
name = " social-auth-core"
55
55
readme = " README.md"
56
56
requires-python = " >=3.9"
57
- version = " 4.6.0 "
57
+ version = " 4.6.1 "
58
58
59
59
[project .optional-dependencies ]
60
60
all = [
You can’t perform that action at this time.
0 commit comments