Skip to content

Commit

Permalink
Update the required libvalkey-py version to 4.0.0
Browse files Browse the repository at this point in the history
Signed-off-by: Mikhail Koviazin <[email protected]>
  • Loading branch information
mkmkme committed Aug 12, 2024
1 parent 0592263 commit 6b0cfcb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
pip install -r requirements.txt
pip install -r dev_requirements.txt
if [ "${{matrix.connection-type}}" == "libvalkey" ]; then
pip install "libvalkey>=4.0.0b1"
pip install "libvalkey>=4.0.0"
fi
invoke devenv
sleep 10 # time to settle
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"Programming Language :: Python :: Implementation :: PyPy",
],
extras_require={
"libvalkey": ["libvalkey>=4.0.0b1"],
"libvalkey": ["libvalkey>=4.0.0"],
"ocsp": ["cryptography>=36.0.1", "pyopenssl==23.2.1", "requests>=2.31.0"],
},
)

0 comments on commit 6b0cfcb

Please sign in to comment.