fix: Unpin SAML library. (#32167)
We were using an old version of the python3-saml library, which was causing issues with newer versions of social-core. The reason it was pinned was because our etree implementation didn't support several fields that the saml library did, so we are now importing those entities as well.
This commit is contained in:
@@ -40,9 +40,6 @@ matplotlib<3.4.0
|
||||
# Major upgrade will be done in separate ticket.
|
||||
pymongo<4.0.0
|
||||
|
||||
# python3-saml==1.10.0 version started breaking a11y tests
|
||||
python3-saml<1.10.0
|
||||
|
||||
# greater version has breaking changes and requires some migration steps.
|
||||
django-webpack-loader==0.7.0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user