Upgraded edx-enterprise to 0.45.0.

ENT-638
This commit is contained in:
Douglas Hall
2017-09-14 14:35:45 -04:00
parent 5b349333c8
commit c243fb52f3
2 changed files with 8 additions and 5 deletions

View File

@@ -195,11 +195,14 @@ class EnterpriseApiClient(object):
"is_active": true,
"date_joined": "2016-09-01T19:18:26.026495Z"
},
"data_sharing_consent": [
"data_sharing_consent_records": [
{
"user": 1,
"state": "enabled",
"enabled": true
"username": "myself",
"enterprise_customer_uuid": "cf246b88-d5f6-4908-a522-fc307e0b0c59",
"exists": true,
"course_id": "course-v1:edX DemoX Demo_Course",
"consent_provided": true,
"consent_required": false
}
]
}

View File

@@ -49,7 +49,7 @@ edx-lint==0.4.3
astroid==1.3.8
edx-django-oauth2-provider==1.2.5
edx-django-sites-extensions==2.3.0
edx-enterprise==0.44.0
edx-enterprise==0.45.0
edx-oauth2-provider==1.2.2
edx-opaque-keys==0.4.0
edx-organizations==0.4.6