Skip to content

Commit

Permalink
Bump minimum libvalkey version to 4.0.1
Browse files Browse the repository at this point in the history
Signed-off-by: Salvatore Mesoraca <[email protected]>
Signed-off-by: Mikhail Koviazin <[email protected]>
  • Loading branch information
aiven-sal committed Nov 26, 2024
1 parent 65d717a commit b96236d
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 @@ -108,7 +108,7 @@ jobs:
pip install -r requirements.txt
pip install -r dev_requirements.txt
if [ "${{matrix.connection-type}}" == "libvalkey" ]; then
pip install "libvalkey>=4.0.0"
pip install "libvalkey>=4.0.1"
fi
invoke devenv
if [[ "${{matrix.test-type}}" == "standalone" ]]; then
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.0"],
"libvalkey": ["libvalkey>=4.0.1"],
"ocsp": ["cryptography>=36.0.1", "pyopenssl==23.2.1", "requests>=2.31.0"],
},
)

0 comments on commit b96236d

Please sign in to comment.