Skip to content

Commit fdfc0d2

Browse files
aberresArmin Berres
and
Armin Berres
authored
Allow newer PyJWT versions (#3636)
Close #3630 Co-authored-by: Armin Berres <berres@weplan.info>
1 parent cfe0695 commit fdfc0d2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGES

+1
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@
7070
* Close Unix sockets if the connection attempt fails. This prevents `ResourceWarning`s. (#3314)
7171
* Close SSL sockets if the connection attempt fails, or if validations fail. (#3317)
7272
* Eliminate mutable default arguments in the `redis.commands.core.Script` class. (#3332)
73+
* Allow newer versions of PyJWT as dependency. (#3630)
7374

7475
* 4.1.3 (Feb 8, 2022)
7576
* Fix flushdb and flushall (#1926)

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ ocsp = [
4141
"requests>=2.31.0",
4242
]
4343
jwt = [
44-
"PyJWT~=2.9.0",
44+
"PyJWT>=2.9.0",
4545
]
4646

4747
[project.urls]

0 commit comments

Comments
 (0)