From ee8acc58be7421a3e8eab07b051c45f9319f80dc Mon Sep 17 00:00:00 2001 From: Ayush Agrawal Date: Tue, 28 Oct 2025 17:11:26 -0700 Subject: [PATCH] chore: Allow tenacity 9.0.0 Fixes #2962 PiperOrigin-RevId: 825269865 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7dedc9c4..72b3a6e7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,7 +56,7 @@ dependencies = [ "sqlalchemy-spanner>=1.14.0", # Spanner database session service "sqlalchemy>=2.0, <3.0.0", # SQL database ORM "starlette>=0.46.2, <1.0.0", # For FastAPI CLI - "tenacity>=8.0.0, <9.0.0", # For Retry management + "tenacity>=9.0.0, <10.0.0", # For Retry management "typing-extensions>=4.5, <5", "tzlocal>=5.3, <6.0", # Time zone utilities "uvicorn>=0.34.0, <1.0.0", # ASGI server for FastAPI