Skip to content

Commit d20bf2a

Browse files
authored
Updated dependency and README (#38)
* Added publishing workflow, bump version * Added beta prefix * Updated redis version * Updated package name * Updated branch name * Updated dependency and README
1 parent 37d3cd5 commit d20bf2a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Installation
22
```bash
3-
pip install redispy-entraid-credentials
3+
pip install redis-entraid
44
```
55

66
## Usage

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ description = "Entra ID credentials provider implementation for Redis-py client"
1212
readme = "README.md"
1313
requires-python = ">=3.8"
1414
dependencies = [
15-
"redis @ git+https://github.com/redis/redis-py.git/@master",
15+
"redis~=5.3.0b3",
1616
"PyJWT~=2.9.0",
1717
"msal~=1.31.0",
1818
]

0 commit comments

Comments
 (0)