Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Upgrade Python dependency edx-drf-extensions 9.0.0 #33807

Merged
merged 3 commits into from
Nov 27, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions lms/envs/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -4411,6 +4411,8 @@ def _make_locale_paths(settings): # pylint: disable=missing-function-docstring
# Set this value to an empty dict in order to prevent automatically updating
# user data from values in (possibly stale) JWTs.
'JWT_PAYLOAD_USER_ATTRIBUTE_MAPPING': {},
# Allows JWT authentication to find the LMS user id for verification
'VERIFY_LMS_USER_ID_PROPERTY_NAME': 'id',
}

################################ Settings for rss_proxy ################################
Expand Down
2 changes: 1 addition & 1 deletion requirements/edx/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,7 @@ edx-django-utils==5.8.0
# openedx-blockstore
# ora2
# super-csv
edx-drf-extensions==8.13.1
edx-drf-extensions==9.0.0
# via
# -r requirements/edx/kernel.in
# edx-completion
Expand Down
2 changes: 1 addition & 1 deletion requirements/edx/development.txt
Original file line number Diff line number Diff line change
Expand Up @@ -756,7 +756,7 @@ edx-django-utils==5.8.0
# openedx-blockstore
# ora2
# super-csv
edx-drf-extensions==8.13.1
edx-drf-extensions==9.0.0
# via
# -r requirements/edx/doc.txt
# -r requirements/edx/testing.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements/edx/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -560,7 +560,7 @@ edx-django-utils==5.8.0
# openedx-blockstore
# ora2
# super-csv
edx-drf-extensions==8.13.1
edx-drf-extensions==9.0.0
# via
# -r requirements/edx/base.txt
# edx-completion
Expand Down
2 changes: 1 addition & 1 deletion requirements/edx/testing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -583,7 +583,7 @@ edx-django-utils==5.8.0
# openedx-blockstore
# ora2
# super-csv
edx-drf-extensions==8.13.1
edx-drf-extensions==9.0.0
# via
# -r requirements/edx/base.txt
# edx-completion
Expand Down
Loading