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 de09f6e commit ce1cf75Copy full SHA for ce1cf75
pyproject.toml
@@ -4,15 +4,15 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "redis-entraid"
7
-version = "0.4.0b2"
+version = "0.4.0"
8
authors = [
9
{ name="Redis Inc.", email="[email protected]" },
10
]
11
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.0b3",
+ "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
-redis==5.3.0b4
+redis~=5.3.0
requests~=2.32.3
0 commit comments