Skip to content

Commit

Permalink
⬇️(back) downgrade python social auth to version 4.3.0
Browse files Browse the repository at this point in the history
Release 4.4 of python social auth upgrades the lxml packages and seemd
to be not compatible with our code.
The issue we have is similar to this issue:
SAML-Toolkits/python3-saml#292
In a first time we decided to downgrade python social auth to a known
working version.
  • Loading branch information
lunika committed Apr 20, 2023
1 parent fe19f71 commit 29379ee
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

### Fixed

- downgrade python social auth to version 4.3.0 (#2197)

## [4.0.0-beta.19] - 2023-04-19

### Added
Expand Down
4 changes: 2 additions & 2 deletions src/backend/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ install_requires =
sentry-sdk==1.19.1
requests==2.28.2
scout-apm==2.26.1
social-auth-app-django==5.2.0
social-auth-core[saml]==4.4.1
social-auth-app-django==5.0.0
social-auth-core[saml]==4.3.0
social-edu-federation==2.1.1
urllib3==1.26.15
uvicorn[standard]==0.21.1
Expand Down

0 comments on commit 29379ee

Please sign in to comment.