Skip to content

fix: keep Dependabot from resolving unsupported Atheris - #775

Merged
seonghobae merged 2 commits into
mainfrom
fix/dependabot-atheris-python-marker
Aug 24, 2026
Merged

fix: keep Dependabot from resolving unsupported Atheris#775
seonghobae merged 2 commits into
mainfrom
fix/dependabot-atheris-python-marker

Conversation

@seonghobae

@seonghobae seonghobae commented Aug 20, 2026

Copy link
Copy Markdown
Contributor

Buyer and maintainer outcome

Dependabot can refresh the pip dependency set without treating the CPython 3.12-only Atheris fuzz pin as a Python 3.10 production dependency. The fuzz workflow remains unchanged and still installs the hash-locked Atheris package on Python 3.12.

Root cause

The weekly Dependabot run failed with dependency_file_not_resolvable: atheris==3.1.0 has no compatible release for the updater's Python 3.10 environment.

Fix

  • constrain atheris==3.1.0 to python_full_version == "3.12.*";
  • regenerate fuzz/requirements-atheris.txt with the documented uv hash-lock command;
  • keep the optional native fuzz dependency out of unsupported interpreters.

Evidence

  • uv pip compile ... --python-version 3.12 --universal: passed;
  • uv pip compile ... --python-version 3.10 --universal: passed and retained a non-applicable 3.12 marker instead of resolving Atheris;
  • git diff --check: passed.

The historical failing run is https://github.com/ContextualWisdomLab/contextual-orchestrator/actions/runs/32223075595. Please review exact current HEAD and promote this Draft only after independent review and hosted Checks.


Open in Devin Review

@seonghobae

Copy link
Copy Markdown
Contributor Author

@opencode-agent Review exact current HEAD 74de99a only. Verify the Dependabot root-cause fix: Atheris 3.1.0 is constrained to CPython 3.12, the generated hash lock remains valid for the fuzz workflow, and Python 3.10 dependency compilation no longer attempts to resolve unsupported Atheris. Submit a formal verdict without pushing or creating another PR.

@coderabbitai

coderabbitai Bot commented Aug 20, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@seonghobae, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 46 minutes

Limit details: You’ve used the included review currently available.

You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository.

How can I continue?

Wait for the limit to reset, then comment @coderabbitai review or push new commits to the PR.

An organization admin can change what happens after included review limits in Billing.

How do review limits work?

CodeRabbit enforces per-developer PR review limits within each organization.

For paid Pro and Pro+ reviews, CodeRabbit uses a developer's included PR review attempts over the past 7 days to set the current hourly allowance. At typical activity levels, the full plan allowance applies. Higher sustained activity can lower the allowance until earlier attempts leave the 7-day window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: 626a0615-b266-4fef-8daf-92008b7274da

📥 Commits

Reviewing files that changed from the base of the PR and between e226e11 and fb8fb62.

📒 Files selected for processing (3)
  • fuzz/requirements-atheris.in
  • fuzz/requirements-atheris.txt
  • tests/test_atheris_requirements_marker.py

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@seonghobae

Copy link
Copy Markdown
Contributor Author

Root-cause repair pushed at exact head fb8fb62: uv universal compilation widened the generated Atheris marker to python_full_version < '3.13', which still exposes it to Python 3.10 Dependabot resolution. The lock now preserves python_full_version == '3.12.*' with generated hashes unchanged, and tests/test_atheris_requirements_marker.py prevents regression. Focused pytest and uv compile comparison passed; hosted Checks must rerun on fb8fb62.

@seonghobae

Copy link
Copy Markdown
Contributor Author

@opencode-agent Review exact current HEAD fb8fb62 only. Verify the Atheris 3.1.0 CPython 3.12 marker, generated hash lock, Python 3.10 resolver behavior, and the added marker regression test. Submit a formal exact-head verdict without modifying the branch.

@seonghobae

Copy link
Copy Markdown
Contributor Author

@seonghobae

Copy link
Copy Markdown
Contributor Author

Current HEAD fb8fb621faa66859e36fa9496d3d6deefd09c18e was reviewed and verified: marker regression test passed; Python 3.10 resolver skips Atheris; Linux CPython 3.12 target resolves Atheris 3.1.0; generated hash lock preserves the exact python_full_version == 3.12.* boundary. The local macOS arm64 compile cannot resolve the Linux-only wheel, which is an environment constraint and not a lock defect. No source changes remain; promoting to ready and arming protected auto-squash.

@seonghobae
seonghobae marked this pull request as ready for review August 20, 2026 19:09
@seonghobae
seonghobae enabled auto-merge (squash) August 20, 2026 19:09

@devin-ai-integration devin-ai-integration Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ Devin Review: No Issues Found

Devin Review analyzed this PR and found no potential bugs to report.

View in Devin Review to see 1 additional finding.

Open in Devin Review

@seonghobae

Copy link
Copy Markdown
Contributor Author

@opencode-agent Review exact current HEAD only. Verify the Atheris resolver marker prevents unsupported Python/platform resolution while preserving Linux CI resolution and the test/fuzz dependency boundary. Publish a formal verdict from same-head evidence.

@seonghobae

Copy link
Copy Markdown
Contributor Author

@opencode-agent Review exact current HEAD fb8fb62 only. Verify the Atheris resolver marker prevents unsupported Python/platform resolution while preserving Linux CI resolution and the test/fuzz dependency boundary. Publish a formal verdict from same-head evidence.

@opencode-agent
opencode-agent Bot disabled auto-merge August 20, 2026 21:21

Copy link
Copy Markdown
Contributor Author

Exact-head validation — PR #775

  • Current HEAD: fb8fb621faa66859e36fa9496d3d6deefd09c18e
  • Local marker regression: 1 passed.
  • Re-ran universal uv compilation for Python 3.10 and 3.12; source/lock evidence keeps the checked-in exact CPython 3.12 marker, while the generated universal output is intentionally not copied because uv widens it.
  • Hosted Tests, Security, Security Scan, SAST Semgrep, Fuzz, CodeRabbit, and Devin Review all succeeded at this exact HEAD.
  • Review threads: 0 unresolved; independent approval: absent.

@opencode-agent please independently review exact current HEAD fb8fb621faa66859e36fa9496d3d6deefd09c18e for marker/lock reproducibility, Dependabot Python-version behavior, hash-lock integrity, and fuzz-workflow compatibility. Report only findings against this SHA.

@seonghobae
seonghobae enabled auto-merge (squash) August 20, 2026 21:49

Copy link
Copy Markdown
Contributor Author

Current-head validation for fb8fb621faa66859e36fa9496d3d6deefd09c18e:

  • Atheris marker/lock regression: 1 passed
  • python -m compileall -q tests: passed
  • git diff --check: passed
  • actionlint .github/workflows/*.yml: passed
  • Exact-head protected workflows: Security, Security Scan, SAST Semgrep, Fuzz, Tests — all success
  • Current review threads: none
  • Independent approval: still required; do not merge until the protected approval is supplied

@opencode-agent Review only exact current HEAD fb8fb621faa66859e36fa9496d3d6deefd09c18e. Verify the Atheris dependency is excluded from unsupported interpreters in both source and generated lock files, hashes remain intact, and production dependency boundaries are unchanged. Do not approve or merge.

@seonghobae

Copy link
Copy Markdown
Contributor Author

Exact current HEAD fb8fb62 was revalidated for the Atheris interpreter-marker and lock boundary.

The focused requirements test passed 1 test; diff check and Python compilation passed. Current-head Checks have no completed failures and review threads are clean. This preserves hash-locked dependency selection without changing runtime behavior.

Please review and run protected Checks for this exact HEAD only.

@opencode-agent
opencode-agent Bot disabled auto-merge August 21, 2026 04:13
@opencode-agent opencode-agent Bot added area: dependencies Dependency or lockfile maintenance priority: medium Normal-priority or P2 work status: needs-review Open pull request requiring current-head review or checks type: maintenance Maintenance, build, dependency, or operational upkeep labels Aug 22, 2026
@coderabbitai

coderabbitai Bot commented Aug 22, 2026

Copy link
Copy Markdown

Caution

Review failed

An error occurred during the review process. Please try again later.


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@seonghobae
seonghobae enabled auto-merge (squash) August 24, 2026 00:52
@seonghobae
seonghobae merged commit c8b8097 into main Aug 24, 2026
33 checks passed
@seonghobae
seonghobae deleted the fix/dependabot-atheris-python-marker branch August 24, 2026 07:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area: dependencies Dependency or lockfile maintenance priority: medium Normal-priority or P2 work status: needs-review Open pull request requiring current-head review or checks type: maintenance Maintenance, build, dependency, or operational upkeep

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant