Skip to content

Commit df141db

Browse files
DeanChensjcopybara-github
authored andcommitted
chore: Add tenacity into project.toml
PiperOrigin-RevId: 778535340
1 parent 9bd539e commit df141db

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ dependencies = [
4747
"requests>=2.32.4",
4848
"sqlalchemy>=2.0", # SQL database ORM
4949
"starlette>=0.46.2", # For FastAPI CLI
50+
"tenacity>=8.0.0", # For Retry management
5051
"typing-extensions>=4.5, <5",
5152
"tzlocal>=5.3", # Time zone utilities
5253
"uvicorn>=0.34.0", # ASGI server for FastAPI

0 commit comments

Comments
 (0)