File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 6767 * Close Unix sockets if the connection attempt fails. This prevents `ResourceWarning`s. (#3314)
6868 * Close SSL sockets if the connection attempt fails, or if validations fail. (#3317)
6969 * Eliminate mutable default arguments in the `redis.commands.core.Script` class. (#3332)
70+ * Allow newer versions of PyJWT as dependency. (#3630)
7071
7172* 4.1.3 (Feb 8, 2022)
7273 * Fix flushdb and flushall (#1926)
Original file line number Diff line number Diff line change 11async-timeout >= 4.0.3
2- PyJWT ~ =2.9.0
2+ PyJWT > =2.9.0
Original file line number Diff line number Diff line change 3838 python_requires = ">=3.8" ,
3939 install_requires = [
4040 'async-timeout>=4.0.3; python_full_version<"3.11.3"' ,
41- "PyJWT~ =2.9.0" ,
41+ "PyJWT> =2.9.0" ,
4242 ],
4343 classifiers = [
4444 "Development Status :: 5 - Production/Stable" ,
You can’t perform that action at this time.
0 commit comments