Skip to content

Commit e5f08d9

Browse files
committed
Remove upper version bound on Django 4.1
1 parent f835a24 commit e5f08d9

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

AUTHORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ Contributors
88
------------
99

1010
Abhishek Patel
11+
Adam Johnson
1112
Alan Crosswell
1213
Alejandro Mantecon Guillen
1314
Aleksander Vaskevich

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1616

1717
## [unreleased]
1818
* 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.
1920

2021
## [2.1.0] 2022-06-19
2122

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ zip_safe = False
3232
# jwcrypto has a direct dependency on six, but does not list it yet in a release
3333
# Previously, cryptography also depended on six, so this was unnoticed
3434
install_requires =
35-
django >= 2.2, <= 4.1
35+
django >= 2.2, != 4.0.0
3636
requests >= 2.13.0
3737
oauthlib >= 3.1.0
3838
jwcrypto >= 0.8.0

0 commit comments

Comments
 (0)