We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1f3cab commit 1d67683Copy full SHA for 1d67683
CHANGES
@@ -70,6 +70,7 @@
70
* Close Unix sockets if the connection attempt fails. This prevents `ResourceWarning`s. (#3314)
71
* Close SSL sockets if the connection attempt fails, or if validations fail. (#3317)
72
* Eliminate mutable default arguments in the `redis.commands.core.Script` class. (#3332)
73
+ * Allow newer versions of PyJWT as dependency. (#3630)
74
75
* 4.1.3 (Feb 8, 2022)
76
* Fix flushdb and flushall (#1926)
pyproject.toml
@@ -41,7 +41,7 @@ ocsp = [
41
"requests>=2.31.0",
42
]
43
jwt = [
44
- "PyJWT~=2.9.0",
+ "PyJWT>=2.9.0",
45
46
47
[project.urls]
0 commit comments