We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce1cf75 commit 83724bfCopy full SHA for 83724bf
pyproject.toml
@@ -12,7 +12,7 @@ description = "Entra ID credentials provider implementation for Redis-py client"
12
readme = "README.md"
13
requires-python = ">=3.8"
14
dependencies = [
15
- "redis~=5.3.0",
+ "redis>=5.3.0",
16
"PyJWT~=2.9.0",
17
"msal~=1.31.0",
18
"azure-identity~=1.20.0"
requirements.txt
@@ -1,5 +1,5 @@
1
PyJWT~=2.9.0
2
msal~=1.31.0
3
azure-identity~=1.20.0
4
-redis~=5.3.0
+redis>=5.3.0
5
requests~=2.32.3
0 commit comments