File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
25
25
* #1446 use generic models pk instead of id.
26
26
* Transactions wrapping writes of the Tokens now rely on Django's database routers to determine the correct
27
27
database to use instead of assuming that 'default' is the correct one.
28
- * Bump oauthlib version to 3.2.0 and above
28
+ * Bump oauthlib version to 3.2.2 and above
29
29
* Update the OAuth2Validator's invalidate_authorization_code method to return an InvalidGrantError if the associated grant does not exist.
30
30
31
31
### Deprecated
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ Requirements
45
45
46
46
* Python 3.8+
47
47
* Django 4.2, 5.0 or 5.1
48
- * oauthlib 3.2+
48
+ * oauthlib 3.2.2 +
49
49
50
50
Installation
51
51
------------
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ Requirements
23
23
24
24
* Python 3.8+
25
25
* Django 4.2, 5.0 or 5.1
26
- * oauthlib 3.2+
26
+ * oauthlib 3.2.2 +
27
27
28
28
Index
29
29
=====
Original file line number Diff line number Diff line change 1
1
Django
2
- oauthlib >= 3.2.0
2
+ oauthlib >= 3.2.2
3
3
m2r >= 0.2.1
4
4
mistune < 2
5
5
sphinx == 7.2.6
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ classifiers = [
36
36
dependencies = [
37
37
" django >= 4.2" ,
38
38
" requests >= 2.13.0" ,
39
- " oauthlib >= 3.2.0 " ,
39
+ " oauthlib >= 3.2.2 " ,
40
40
" jwcrypto >= 0.8.0" ,
41
41
]
42
42
Original file line number Diff line number Diff line change 41
41
dj51: Django>=5.1,<5.2
42
42
djmain: https://github.com/django/django/archive/main.tar.gz
43
43
djangorestframework
44
- oauthlib>=3.2.0
44
+ oauthlib>=3.2.2
45
45
jwcrypto
46
46
coverage
47
47
pytest
@@ -74,7 +74,7 @@ commands =
74
74
deps =
75
75
Jinja2<3.1
76
76
sphinx<3
77
- oauthlib>=3.2.0
77
+ oauthlib>=3.2.2
78
78
m2r>=0.2.1
79
79
mistune<2
80
80
sphinx-rtd-theme
You can’t perform that action at this time.
0 commit comments