Conversation
rasdani
added a commit
to PrimeIntellect-ai/verifiers
that referenced
this pull request
Apr 20, 2026
… kwarg Consumes prime-sandboxes PR #540 (PrimeIntellect-ai/prime#540). The timeout=60.0 kwarg added in the previous commit requires the new signature; this bump locks in the minimum version. Lockfile update deferred until the prime-sandboxes 0.2.21 release (PrimeIntellect-ai/prime#541) lands on the index. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
4 tasks
JannikSt
approved these changes
Apr 20, 2026
rasdani
added a commit
to PrimeIntellect-ai/verifiers
that referenced
this pull request
Apr 20, 2026
…letion (#1206) * fix: pass explicit 60s timeout to get_background_job Before: each poll iteration inherited the prime-sandboxes APIClient default of 30s. When the sandbox gateway was briefly slow (>30s for the background-job status read), the httpx read-timeout fired and poll_job_completion wrapped it as AgentError — observed ~51 times on one 30B opencode-math run. Pass timeout=60.0 explicitly. Doubles the tolerance for a transient gateway blip without globally bumping the APIClient default (which would affect unrelated fast lookups). Requires prime-sandboxes PR adding the timeout kwarg to get_background_job. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> * chore: bump prime-sandboxes to v0.2.21 for get_background_job timeout kwarg Consumes prime-sandboxes PR #540 (PrimeIntellect-ai/prime#540). The timeout=60.0 kwarg added in the previous commit requires the new signature; this bump locks in the minimum version. Lockfile update deferred until the prime-sandboxes 0.2.21 release (PrimeIntellect-ai/prime#541) lands on the index. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> * Revert "chore: bump prime-sandboxes to v0.2.21 for get_background_job timeout kwarg" This reverts commit 874faa8. * chore: bump prime-sandboxes to v0.2.21 for get_background_job timeout kwarg 0.2.21 is now published to PyPI, re-applying the pin bump reverted earlier to unblock CI. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps prime-sandboxes to 0.2.21
Note
Low Risk
Version-only change with no functional or behavioral code modifications.
Overview
Bumps
prime_sandboxesSDK version from0.2.20to0.2.21in__init__.py.Reviewed by Cursor Bugbot for commit 1305da3. Bugbot is set up for automated code reviews on this repo. Configure here.