Commit 51beb277 by Douglas Hall Committed by GitHub

Merge pull request #16024 from edx/douglashall/ENT-638

Upgrade edx-enterprise to 0.45.0.
parents a904324f c243fb52
...@@ -195,11 +195,14 @@ class EnterpriseApiClient(object): ...@@ -195,11 +195,14 @@ class EnterpriseApiClient(object):
"is_active": true, "is_active": true,
"date_joined": "2016-09-01T19:18:26.026495Z" "date_joined": "2016-09-01T19:18:26.026495Z"
}, },
"data_sharing_consent": [ "data_sharing_consent_records": [
{ {
"user": 1, "username": "myself",
"state": "enabled", "enterprise_customer_uuid": "cf246b88-d5f6-4908-a522-fc307e0b0c59",
"enabled": true "exists": true,
"course_id": "course-v1:edX DemoX Demo_Course",
"consent_provided": true,
"consent_required": false
} }
] ]
} }
......
...@@ -49,7 +49,7 @@ edx-lint==0.4.3 ...@@ -49,7 +49,7 @@ edx-lint==0.4.3
astroid==1.3.8 astroid==1.3.8
edx-django-oauth2-provider==1.2.5 edx-django-oauth2-provider==1.2.5
edx-django-sites-extensions==2.3.0 edx-django-sites-extensions==2.3.0
edx-enterprise==0.44.0 edx-enterprise==0.45.0
edx-oauth2-provider==1.2.2 edx-oauth2-provider==1.2.2
edx-opaque-keys==0.4.0 edx-opaque-keys==0.4.0
edx-organizations==0.4.6 edx-organizations==0.4.6
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment