Skip to content

Commit

Permalink
feat: Unpin SAML for upgrade. (openedx#32443)
Browse files Browse the repository at this point in the history
  • Loading branch information
dianakhuang authored Jul 5, 2023
1 parent 6dfd706 commit 1712558
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 23 deletions.
8 changes: 0 additions & 8 deletions requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -109,14 +109,6 @@ urllib3<2.0.0
# Issue to unpin Sphinx to resolve this constraint: https://github.com/openedx/edx-lint/issues/338
docutils<0.20

# When we unpinned python3-saml and allowed it to upgrade from 1.9.0
# to 1.15.0 it fixed a devstack issue around ports being dropped, but
# introduced an issue around duplicate attributes (for some
# IdPs). It's not clear which version introduces the second problem.
#
# Issue for unpinning: https://github.com/openedx/edx-platform/issues/32327
python3-saml<1.10.0

# greater version has dropped few dependencies. Fix this in other ticket.
drf-yasg<1.21.6

Expand Down
8 changes: 3 additions & 5 deletions requirements/edx/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,6 @@ defusedxml==0.7.1
# djangorestframework-xml
# ora2
# python3-openid
# python3-saml
# social-auth-core
deprecated==1.2.14
# via jwcrypto
Expand Down Expand Up @@ -687,6 +686,7 @@ lxml==4.9.2
# olxcleaner
# openedx-calc
# ora2
# python3-saml
# xblock
# xmlsec
mailsnake==1.6.4
Expand Down Expand Up @@ -928,10 +928,8 @@ python3-openid==3.2.0 ; python_version >= "3"
# via
# -r requirements/edx/kernel.in
# social-auth-core
python3-saml==1.9.0
# via
# -c requirements/edx/../constraints.txt
# -r requirements/edx/kernel.in
python3-saml==1.15.0
# via -r requirements/edx/base.in
pytz==2022.7.1
# via
# -c requirements/edx/../constraints.txt
Expand Down
8 changes: 3 additions & 5 deletions requirements/edx/development.txt
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,6 @@ defusedxml==0.7.1
# djangorestframework-xml
# ora2
# python3-openid
# python3-saml
# social-auth-core
deprecated==1.2.14
# via
Expand Down Expand Up @@ -928,6 +927,7 @@ lxml==4.9.2
# openedx-calc
# ora2
# pyquery
# python3-saml
# xblock
# xmlsec
mailsnake==1.6.4
Expand Down Expand Up @@ -1322,10 +1322,8 @@ python3-openid==3.2.0 ; python_version >= "3"
# via
# -r requirements/edx/testing.txt
# social-auth-core
python3-saml==1.9.0
# via
# -c requirements/edx/../constraints.txt
# -r requirements/edx/testing.txt
python3-saml==1.15.0
# via -r requirements/edx/testing.txt
pytz==2022.7.1
# via
# -c requirements/edx/../constraints.txt
Expand Down
8 changes: 3 additions & 5 deletions requirements/edx/testing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,6 @@ defusedxml==0.7.1
# djangorestframework-xml
# ora2
# python3-openid
# python3-saml
# social-auth-core
deprecated==1.2.14
# via
Expand Down Expand Up @@ -880,6 +879,7 @@ lxml==4.9.2
# openedx-calc
# ora2
# pyquery
# python3-saml
# xblock
# xmlsec
mailsnake==1.6.4
Expand Down Expand Up @@ -1240,10 +1240,8 @@ python3-openid==3.2.0 ; python_version >= "3"
# via
# -r requirements/edx/base.txt
# social-auth-core
python3-saml==1.9.0
# via
# -c requirements/edx/../constraints.txt
# -r requirements/edx/base.txt
python3-saml==1.15.0
# via -r requirements/edx/base.txt
pytz==2022.7.1
# via
# -c requirements/edx/../constraints.txt
Expand Down

0 comments on commit 1712558

Please sign in to comment.