Skip to content

Commit a87c4b7

Browse files
aiven-salRafiot
authored andcommitted
Bump minimum libvalkey version to 4.0.1
Signed-off-by: Salvatore Mesoraca <[email protected]> Signed-off-by: Mikhail Koviazin <[email protected]> Signed-off-by: Raphaël Vinot <[email protected]>
1 parent 93b1e6a commit a87c4b7

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
@@ -108,7 +108,7 @@ jobs:
108108
pip install -r requirements.txt
109109
pip install -r dev_requirements.txt
110110
if [ "${{matrix.connection-type}}" == "libvalkey" ]; then
111-
pip install "libvalkey>=4.0.0"
111+
pip install "libvalkey>=4.0.1"
112112
fi
113113
invoke devenv
114114
if [[ "${{matrix.test-type}}" == "standalone" ]]; then

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.0"],
59+
"libvalkey": ["libvalkey>=4.0.1"],
6060
"ocsp": ["cryptography>=36.0.1", "pyopenssl==23.2.1", "requests>=2.31.0"],
6161
},
6262
)

0 commit comments

Comments
 (0)