From dd1e34f1fecff81c6cc4147d4539808007580f48 Mon Sep 17 00:00:00 2001 From: Salvatore Mesoraca Date: Wed, 30 Oct 2024 10:40:13 +0100 Subject: [PATCH] Use libvalkey-py beta Signed-off-by: Salvatore Mesoraca --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 51180764..b175a55f 100644 --- a/setup.py +++ b/setup.py @@ -57,7 +57,7 @@ "Programming Language :: Python :: Implementation :: PyPy", ], extras_require={ - "libvalkey": ["libvalkey>=4.0.0"], + "libvalkey": ["libvalkey>=4.0.1b2"], "ocsp": ["cryptography>=36.0.1", "pyopenssl==23.2.1", "requests>=2.31.0"], }, )