Skip to content

Commit ce1cf75

Browse files
authored
Prepare 0.4.0 release (#47) (#48)
* Updated package version * Fixed flacky test * Increased ratio * Updated package and redis versions
1 parent de09f6e commit ce1cf75

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "redis-entraid"
7-
version = "0.4.0b2"
7+
version = "0.4.0"
88
authors = [
99
{ name="Redis Inc.", email="[email protected]" },
1010
]
1111
description = "Entra ID credentials provider implementation for Redis-py client"
1212
readme = "README.md"
1313
requires-python = ">=3.8"
1414
dependencies = [
15-
"redis~=5.3.0b3",
15+
"redis~=5.3.0",
1616
"PyJWT~=2.9.0",
1717
"msal~=1.31.0",
1818
"azure-identity~=1.20.0"

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PyJWT~=2.9.0
22
msal~=1.31.0
33
azure-identity~=1.20.0
4-
redis==5.3.0b4
4+
redis~=5.3.0
55
requests~=2.32.3

0 commit comments

Comments
 (0)