Skip to content
Prev Previous commit
Next Next commit
Bump hiredis version to 3.2.0
  • Loading branch information
uglide committed May 22, 2025
commit 0160963cfd464995dd078709c7bfd45b2b7b0129
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dependencies = ['async-timeout>=4.0.3; python_full_version<"3.11.3"']

[project.optional-dependencies]
hiredis = [
"hiredis>=3.0.0",
"hiredis>=3.2.0",
]
ocsp = [
"cryptography>=36.0.1",
Expand Down
Loading