Constraining edx-rest-api-client (#22924)
* Constraining edx-rest-api-client * Decreased pin on edx-rest-api-client from <3.0.0 to <2.0.0
This commit is contained in:
@@ -70,3 +70,7 @@ freezegun==0.3.12
|
||||
|
||||
# zipp 2.0.0 requires Python >= 3.6
|
||||
zipp==1.0.0
|
||||
|
||||
# the latest release seems be backwards incompatible and is causing issues
|
||||
# error reported in: https://openedx.atlassian.net/browse/PROD-1195
|
||||
edx-rest-api-client<2.0.0
|
||||
|
||||
@@ -103,7 +103,7 @@ edx-ccx-keys==1.0.0
|
||||
edx-celeryutils==0.3.1
|
||||
edx-completion==3.0.2
|
||||
edx-django-oauth2-provider==1.3.5
|
||||
edx-django-release-util==0.3.3
|
||||
edx-django-release-util==0.3.5
|
||||
edx-django-sites-extensions==2.4.3
|
||||
edx-django-utils==2.0.3
|
||||
edx-drf-extensions==2.4.5
|
||||
@@ -116,7 +116,7 @@ edx-organizations==2.2.0
|
||||
edx-proctoring-proctortrack==1.0.5
|
||||
edx-proctoring==2.2.4
|
||||
edx-rbac==1.0.5 # via edx-enterprise
|
||||
edx-rest-api-client==3.0.0
|
||||
edx-rest-api-client==1.9.2
|
||||
edx-search==1.2.2
|
||||
edx-sga==0.10.0
|
||||
edx-submissions==3.0.3
|
||||
@@ -163,7 +163,7 @@ maxminddb==1.5.2 # via geoip2
|
||||
mock==3.0.5
|
||||
git+https://github.com/edx/MongoDBProxy.git@d92bafe9888d2940f647a7b2b2383b29c752f35a#egg=MongoDBProxy==0.1.0+edx.2
|
||||
mongoengine==0.10.0
|
||||
more-itertools==8.1.0
|
||||
more-itertools==8.1.0 # via zipp
|
||||
mpmath==1.1.0 # via sympy
|
||||
mysqlclient==1.4.6
|
||||
newrelic==5.4.1.134
|
||||
|
||||
@@ -114,7 +114,7 @@ edx-ccx-keys==1.0.0
|
||||
edx-celeryutils==0.3.1
|
||||
edx-completion==3.0.2
|
||||
edx-django-oauth2-provider==1.3.5
|
||||
edx-django-release-util==0.3.3
|
||||
edx-django-release-util==0.3.5
|
||||
edx-django-sites-extensions==2.4.3
|
||||
edx-django-utils==2.0.3
|
||||
edx-drf-extensions==2.4.5
|
||||
@@ -128,7 +128,7 @@ edx-organizations==2.2.0
|
||||
edx-proctoring-proctortrack==1.0.5
|
||||
edx-proctoring==2.2.4
|
||||
edx-rbac==1.0.5
|
||||
edx-rest-api-client==3.0.0
|
||||
edx-rest-api-client==1.9.2
|
||||
edx-search==1.2.2
|
||||
edx-sga==0.10.0
|
||||
edx-sphinx-theme==1.5.0
|
||||
|
||||
@@ -14,7 +14,6 @@ lazy==1.4
|
||||
libsass==0.10.0
|
||||
markupsafe==1.1.1
|
||||
mock==3.0.5
|
||||
more-itertools==8.1.0 # via zipp
|
||||
path==13.1.0
|
||||
pathtools==0.1.2 # via watchdog
|
||||
paver==1.3.4
|
||||
|
||||
@@ -111,7 +111,7 @@ edx-ccx-keys==1.0.0
|
||||
edx-celeryutils==0.3.1
|
||||
edx-completion==3.0.2
|
||||
edx-django-oauth2-provider==1.3.5
|
||||
edx-django-release-util==0.3.3
|
||||
edx-django-release-util==0.3.5
|
||||
edx-django-sites-extensions==2.4.3
|
||||
edx-django-utils==2.0.3
|
||||
edx-drf-extensions==2.4.5
|
||||
@@ -125,7 +125,7 @@ edx-organizations==2.2.0
|
||||
edx-proctoring-proctortrack==1.0.5
|
||||
edx-proctoring==2.2.4
|
||||
edx-rbac==1.0.5
|
||||
edx-rest-api-client==3.0.0
|
||||
edx-rest-api-client==1.9.2
|
||||
edx-search==1.2.2
|
||||
edx-sga==0.10.0
|
||||
edx-submissions==3.0.3
|
||||
@@ -187,7 +187,7 @@ mccabe==0.6.1 # via flake8, pylint
|
||||
mock==3.0.5
|
||||
git+https://github.com/edx/MongoDBProxy.git@d92bafe9888d2940f647a7b2b2383b29c752f35a#egg=MongoDBProxy==0.1.0+edx.2
|
||||
mongoengine==0.10.0
|
||||
more-itertools==8.1.0 # via pytest, zipp
|
||||
more-itertools==8.1.0
|
||||
mpmath==1.1.0
|
||||
mysqlclient==1.4.6
|
||||
newrelic==5.4.1.134
|
||||
|
||||
Reference in New Issue
Block a user