We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f89cce6 commit 81086e0Copy full SHA for 81086e0
pyproject.toml
@@ -47,6 +47,7 @@ dependencies = [
47
"requests>=2.32.4",
48
"sqlalchemy>=2.0", # SQL database ORM
49
"starlette>=0.46.2", # For FastAPI CLI
50
+ "tenacity>=8.0.0", # For Retry management
51
"typing-extensions>=4.5, <5",
52
"tzlocal>=5.3", # Time zone utilities
53
"uvicorn>=0.34.0", # ASGI server for FastAPI
0 commit comments