From cd5327204a63ea4280c119a05545b872595d582a Mon Sep 17 00:00:00 2001 From: Cursor Agent Date: Sun, 30 Nov 2025 19:55:21 +0000 Subject: [PATCH] Update cursor-review to latest version Co-authored-by: david.frazer --- .github/workflows/cursor_verify.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cursor_verify.yml b/.github/workflows/cursor_verify.yml index 855188f..a4acae2 100644 --- a/.github/workflows/cursor_verify.yml +++ b/.github/workflows/cursor_verify.yml @@ -47,7 +47,7 @@ jobs: - name: Install Cursor Review CLI run: | python3 -m pip install --upgrade pip - python3 -m pip install cursor-review==0.1.1 + python3 -m pip install cursor-review - name: Collect PR metadata id: pr_meta