Skip to content

Commit f700717

Browse files
committed
release 2.5.0
1 parent 3b429c9 commit f700717

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1414
### Security
1515
-->
1616

17-
## [unreleased]
17+
## [2.5.0] - 2024-09-01
1818
### Added
1919
* Add migration to include `token_checksum` field in AbstractAccessToken model.
2020
* Added compatibility with `LoginRequiredMiddleware` introduced in Django 5.1

oauth2_provider/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.4.0"
1+
__version__ = "2.5.0"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ dependencies = [
3737
"django >= 4.2",
3838
"requests >= 2.13.0",
3939
"oauthlib >= 3.2.0",
40-
"jwcrypto >= 0.8.0",
40+
"jwcrypto >= 1.5.0",
4141
]
4242

4343
[project.urls]

0 commit comments

Comments
 (0)