Skip to content

Commit ff40431

Browse files
authored
Merge pull request #73 from mkmkme/mkmkme/libvalkey-4.0.0
Update the required libvalkey-py version to 4.0.0
2 parents 0592263 + 6b0cfcb commit ff40431

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/integration.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
pip install -r requirements.txt
7777
pip install -r dev_requirements.txt
7878
if [ "${{matrix.connection-type}}" == "libvalkey" ]; then
79-
pip install "libvalkey>=4.0.0b1"
79+
pip install "libvalkey>=4.0.0"
8080
fi
8181
invoke devenv
8282
sleep 10 # time to settle

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"Programming Language :: Python :: Implementation :: PyPy",
5757
],
5858
extras_require={
59-
"libvalkey": ["libvalkey>=4.0.0b1"],
59+
"libvalkey": ["libvalkey>=4.0.0"],
6060
"ocsp": ["cryptography>=36.0.1", "pyopenssl==23.2.1", "requests>=2.31.0"],
6161
},
6262
)

0 commit comments

Comments
 (0)