Skip to content

Commit

Permalink
Merge pull request #73 from mkmkme/mkmkme/libvalkey-4.0.0
Browse files Browse the repository at this point in the history
Update the required libvalkey-py version to 4.0.0
  • Loading branch information
aiven-sal authored Aug 12, 2024
2 parents 0592263 + 6b0cfcb commit ff40431
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 ff40431

Please sign in to comment.