diff --git a/backend/pyproject.toml b/backend/pyproject.toml index 93ede06..5b94663 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -12,7 +12,7 @@ dependencies = [ "pydantic>=2.13.4", "python-dotenv>=1.2.2", "sse-starlette>=3.4.5", - "supabase>=2.30.0", + "supabase>=2.31.0", "uvicorn[standard]>=0.49.0", ]