Skip to content

Commit 0e438db

Browse files
authored
Avoid the broken tenacity version 8.4.0 (#203)
1 parent 7350732 commit 0e438db

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ dependencies = [
2626
"msal-extensions>=1.0.0",
2727
"pyjwt>=2.4.0",
2828
"httpx>=0.24.1",
29-
"tenacity>=8.2.2",
29+
"tenacity>=8.2.2, !=8.4.0",
3030
"azure-identity>=1.13.0",
3131
]
3232

0 commit comments

Comments
 (0)