Skip to content

Commit

Permalink
Avoid the broken tenacity version 8.4.0 (#203)
Browse files Browse the repository at this point in the history
  • Loading branch information
roywilly authored Jun 17, 2024
1 parent 7350732 commit 0e438db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dependencies = [
"msal-extensions>=1.0.0",
"pyjwt>=2.4.0",
"httpx>=0.24.1",
"tenacity>=8.2.2",
"tenacity>=8.2.2, !=8.4.0",
"azure-identity>=1.13.0",
]

Expand Down

0 comments on commit 0e438db

Please sign in to comment.