Skip to content

[codex] Pin browser dependencies#47

Merged
michaelmwu merged 1 commit into
mainfrom
michaelmwu/upgrade-cloakbrowser
Jul 5, 2026
Merged

[codex] Pin browser dependencies#47
michaelmwu merged 1 commit into
mainfrom
michaelmwu/upgrade-cloakbrowser

Conversation

@michaelmwu

@michaelmwu michaelmwu commented Jul 4, 2026

Copy link
Copy Markdown
Member

Summary

  • Pin cloakbrowser to 0.4.3.
  • Pin curl-cffi to 0.15.1b2.
  • Refresh uv.lock, adding cryptography via cloakbrowser and removing the old rich transitive chain from curl-cffi.

Validation

  • uv sync --locked --dev
  • ./scripts/lint.sh
  • ./scripts/typecheck.sh
  • ./scripts/test.sh
  • uv run python metadata check confirmed cloakbrowser 0.4.3 and curl-cffi 0.15.1b2.

Summary by CodeRabbit

  • Chores
    • Pinned two package versions to improve build consistency and reduce unexpected behavior from dependency updates.

@cursor

cursor Bot commented Jul 4, 2026

Copy link
Copy Markdown

Bugbot is not enabled for your account, so this pull request was not reviewed.

Enable Bugbot in the Cursor dashboard to get automatic reviews on future PRs.

@coderabbitai

coderabbitai Bot commented Jul 4, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: b676fcc5-ee7b-4cab-ae0d-18f96982eae0

📥 Commits

Reviewing files that changed from the base of the PR and between 28daadc and 1fd3077.

⛔ Files ignored due to path filters (1)
  • uv.lock is excluded by !**/*.lock
📒 Files selected for processing (1)
  • pyproject.toml

📝 Walkthrough

Walkthrough

The pull request updates pyproject.toml to pin exact versions for two dependencies: cloakbrowser is fixed to 0.4.3 (previously unpinned) and curl-cffi is fixed to 0.15.1b2 (previously constrained to a minimum version of 0.15.0).

Changes

Dependency version pinning

Layer / File(s) Summary
Pin cloakbrowser and curl-cffi versions
pyproject.toml
cloakbrowser changed from unpinned to ==0.4.3, and curl-cffi changed from >=0.15.0 to ==0.15.1b2 in project.dependencies.

Estimated code review effort: 1 (Trivial) | ~2 minutes

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately summarizes the main change: pinning browser-related dependencies.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch michaelmwu/upgrade-cloakbrowser

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.

@michaelmwu michaelmwu merged commit 71beb48 into main Jul 5, 2026
7 checks passed
@michaelmwu michaelmwu deleted the michaelmwu/upgrade-cloakbrowser branch July 5, 2026 03:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant