File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ Contributors
8
8
------------
9
9
10
10
Abhishek Patel
11
+ Adam Johnson
11
12
Alan Crosswell
12
13
Alejandro Mantecon Guillen
13
14
Aleksander Vaskevich
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
16
16
17
17
## [ unreleased]
18
18
* Add 'code_verifier' parameter to token requests in documentation
19
+ * Remove upper version bound on Django, to allow upgrading to Django 4.1.1 bugfix release.
19
20
20
21
## [ 2.1.0] 2022-06-19
21
22
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ zip_safe = False
32
32
# jwcrypto has a direct dependency on six, but does not list it yet in a release
33
33
# Previously, cryptography also depended on six, so this was unnoticed
34
34
install_requires =
35
- django >= 2.2, < = 4.1
35
+ django >= 2.2, ! = 4.0.0
36
36
requests >= 2.13.0
37
37
oauthlib >= 3.1.0
38
38
jwcrypto >= 0.8.0
You can’t perform that action at this time.
0 commit comments