Skip to content

Commit

Permalink
Merge pull request #31815 from openedx/asheehan-edx/bumping-enterpris…
Browse files Browse the repository at this point in the history
…e-3.61.1

chore: bumping enterprise version 3.61.1
  • Loading branch information
alex-sheehan-edx authored Feb 22, 2023
2 parents b140b7e + e73bfdd commit 94a6e8d
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 9 deletions.
2 changes: 1 addition & 1 deletion openedx/features/enterprise_support/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -836,7 +836,7 @@ def get_enterprise_course_enrollments(user):
"""

return EnterpriseCourseEnrollment.objects.select_related(
'licensed_with',
'licensedenterprisecourseenrollment_enrollment_fulfillment',
'enterprise_customer_user'
).prefetch_related(
'enterprise_customer_user__enterprise_customer'
Expand Down
5 changes: 1 addition & 4 deletions openedx/features/enterprise_support/context.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
"""
APIs providing enterprise context for events.
"""
try:
from enterprise.models import EnterpriseCourseEnrollment
except ImportError: # pragma: no cover
pass
from enterprise.models import EnterpriseCourseEnrollment


def get_enterprise_event_context(user_id, course_id):
Expand Down
2 changes: 1 addition & 1 deletion requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ django-storages<1.9
# The team that owns this package will manually bump this package rather than having it pulled in automatically.
# This is to allow them to better control its deployment and to do it in a process that works better
# for them.
edx-enterprise==3.60.21
edx-enterprise==3.61.1

# oauthlib>3.0.1 causes test failures ( also remove the django-oauth-toolkit constraint when this is fixed )
oauthlib==3.0.1
Expand Down
2 changes: 1 addition & 1 deletion requirements/edx/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,7 @@ edx-drf-extensions==8.4.1
# edx-when
# edxval
# learner-pathway-progress
edx-enterprise==3.60.21
edx-enterprise==3.61.1
# via
# -c requirements/edx/../constraints.txt
# -r requirements/edx/base.in
Expand Down
2 changes: 1 addition & 1 deletion requirements/edx/development.txt
Original file line number Diff line number Diff line change
Expand Up @@ -599,7 +599,7 @@ edx-drf-extensions==8.4.1
# edx-when
# edxval
# learner-pathway-progress
edx-enterprise==3.60.21
edx-enterprise==3.61.1
# via
# -c requirements/edx/../constraints.txt
# -r requirements/edx/testing.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements/edx/testing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -579,7 +579,7 @@ edx-drf-extensions==8.4.1
# edx-when
# edxval
# learner-pathway-progress
edx-enterprise==3.60.21
edx-enterprise==3.61.1
# via
# -c requirements/edx/../constraints.txt
# -r requirements/edx/base.txt
Expand Down

0 comments on commit 94a6e8d

Please sign in to comment.