We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b429c9 commit f700717Copy full SHA for f700717
CHANGELOG.md
@@ -14,7 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
14
### Security
15
-->
16
17
-## [unreleased]
+## [2.5.0] - 2024-09-01
18
### Added
19
* Add migration to include `token_checksum` field in AbstractAccessToken model.
20
* Added compatibility with `LoginRequiredMiddleware` introduced in Django 5.1
oauth2_provider/__init__.py
@@ -1 +1 @@
1
-__version__ = "2.4.0"
+__version__ = "2.5.0"
pyproject.toml
@@ -37,7 +37,7 @@ dependencies = [
37
"django >= 4.2",
38
"requests >= 2.13.0",
39
"oauthlib >= 3.2.0",
40
- "jwcrypto >= 0.8.0",
+ "jwcrypto >= 1.5.0",
41
]
42
43
[project.urls]
0 commit comments