Skip to content

Commit

Permalink
Add tenacity dependency to pyproject.toml for retry logic implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
mrT23 committed Nov 13, 2024
1 parent c091916 commit 8583cd5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ beautifulsoup4 = "^4.12.3"
poetry-dynamic-versioning = "^1.3.0"
sqlalchemy = "^2.0.32"
diff-cover = "^9.1.1"
tenacity = "^9.0.0"

# LLM Dependencies
litellm = { git = "https://github.com/Codium-research/litellm_2024_10_29.git" }
Expand Down

0 comments on commit 8583cd5

Please sign in to comment.