Skip to content

Commit 902024e

Browse files
authored
Updated package version (#44)
* Updated package version * Fixed flacky test * Increased ratio
1 parent 9be81a4 commit 902024e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "redis-entraid"
7-
version = "0.1.0b2"
7+
version = "0.4.0b2"
88
authors = [
99
{ name="Redis Inc.", email="[email protected]" },
1010
]

tests/test_cred_provider.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ def on_next(token: TokenInterface):
145145
"credential_provider",
146146
[
147147
{
148-
"cred_provider_kwargs": {"expiration_refresh_ratio": 0.00002},
148+
"cred_provider_kwargs": {"expiration_refresh_ratio": 0.00004},
149149
}
150150
],
151151
indirect=True,

0 commit comments

Comments
 (0)