chore: bump version to 1.4.1 (#341)
ci / test (3.10) (push) Has been cancelled
ci / test (3.11) (push) Has been cancelled
ci / test (3.12) (push) Has been cancelled
ci / test (3.13) (push) Has been cancelled
ci / wheel-gate (push) Has been cancelled

Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
Pnant
2026-06-10 11:47:32 +08:00
committed by GitHub
parent b6241e8e67
commit 84b474c79b
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -89,7 +89,7 @@ class TestCheckUpdateRetry:
sequence = [
R(429, headers={"Retry-After": "3"}),
R(200, payload={"tag_name": "v1.4.0"}),
R(200, payload={"tag_name": "v1.4.1"}),
]
with patch("requests.get", side_effect=sequence):