You've already forked adk-python
mirror of
https://github.com/encounter/adk-python.git
synced 2026-03-30 10:57:20 -07:00
chore: Add tenacity into project.toml
PiperOrigin-RevId: 778535340
This commit is contained in:
committed by
Copybara-Service
parent
9bd539eca9
commit
df141db60c
@@ -47,6 +47,7 @@ dependencies = [
|
||||
"requests>=2.32.4",
|
||||
"sqlalchemy>=2.0", # SQL database ORM
|
||||
"starlette>=0.46.2", # For FastAPI CLI
|
||||
"tenacity>=8.0.0", # For Retry management
|
||||
"typing-extensions>=4.5, <5",
|
||||
"tzlocal>=5.3", # Time zone utilities
|
||||
"uvicorn>=0.34.0", # ASGI server for FastAPI
|
||||
|
||||
Reference in New Issue
Block a user