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 37d3cd5 commit d20bf2aCopy full SHA for d20bf2a
README.md
@@ -1,6 +1,6 @@
1
## Installation
2
```bash
3
-pip install redispy-entraid-credentials
+pip install redis-entraid
4
```
5
6
## Usage
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 @ git+https://github.com/redis/redis-py.git/@master",
+ "redis~=5.3.0b3",
16
"PyJWT~=2.9.0",
17
"msal~=1.31.0",
18
]
0 commit comments