Skip to content
Snippets Groups Projects
Verified Commit 2d3ff835 authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Limit django-oauth-toolkit to 1.5.x for now

parent b8beff8b
Branches 592-oauth2-broken-in-2-4-2
No related tags found
1 merge request!865Resolve "OAuth2 broken in 2.4"
Pipeline #49083 passed with warnings
......@@ -13,6 +13,7 @@ Fixed
~~~~~
* GroupManager.get_queryset() returned an incomplete QuerySet
* OAuth was broken by a non-semver-adhering django-oauth-toolkit update
Changed
~~~~~~~
......
......@@ -105,7 +105,7 @@ django-allauth = "^0.47.0"
django-uwsgi-ng = "^1.1.0"
django-extensions = "^3.1.1"
ipython = "^7.20.0"
django-oauth-toolkit = "^1.5.0"
django-oauth-toolkit = "~1.5.0"
django-redis = "^5.0.0"
django-storages = {version = "^1.11.1", optional = true}
boto3 = {version = "^1.17.33", optional = true}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment