Skip to content

chore(deps): bump @pymthouse/builder-sdk to 0.6.1#429

Open
eliteprox wants to merge 2 commits into
mainfrom
chore/bump-builder-sdk-0.6.1-rc.0
Open

chore(deps): bump @pymthouse/builder-sdk to 0.6.1#429
eliteprox wants to merge 2 commits into
mainfrom
chore/bump-builder-sdk-0.6.1-rc.0

Conversation

@eliteprox

@eliteprox eliteprox commented Jul 18, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Bump @pymthouse/builder-sdk from 0.6.0 to 0.6.1-rc.0 in apps/web-next (dependency-only change).
  • The RC fixes fetchUsageForExternalUser to run all three usage queries (user, pipeline_model, daily_pipeline) scoped with userId, instead of starting from an app-wide groupBy=user scan and fanning out per end-user. On busy apps that scan intermittently 5xx'd upstream, which NaaP surfaced as a 503 on GET /api/v1/billing/pymthouse/usage?scope=me (prod issue for app_98575870d7ae33589a3f0660). Mint was unaffected.
  • No NaaP code changes; the route and adapter call the same SDK method.

Test plan

  • vitest — pymthouse usage route, adapter, and discovery-plans suites pass against the new SDK (37 tests)
  • Deploy preview: sign in, load the developer Usage tab for an M2M user and confirm 200 with per-pipeline breakdown
  • Confirm prod 503s on /api/v1/billing/pymthouse/usage stop after deploy

Summary by CodeRabbit

  • Chores
    • Updated the builder SDK to a newer release candidate version.

Picks up the scoped fetchUsageForExternalUser fix (per-user userId on all
three usage queries instead of an app-wide groupBy=user scan), resolving
the production 503 on /api/v1/billing/pymthouse/usage for busy apps.
@vercel

vercel Bot commented Jul 18, 2026

Copy link
Copy Markdown
Contributor

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
naap-platform Ready Ready Preview Jul 18, 2026 8:47pm

Request Review

@github-actions github-actions Bot added size/S Small PR (11-50 lines) scope/shell Shell app changes and removed size/S Small PR (11-50 lines) labels Jul 18, 2026
@coderabbitai

coderabbitai Bot commented Jul 18, 2026

Copy link
Copy Markdown

Review Change Stack

Warning

Review limit reached

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

Next review available in: 5 minutes

Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available.
You're only billed for reviews past your plan's rate limits ($0.25/file).

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews.

How do review limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: 9158263d-864f-45b8-bcd9-c82177b1743e

📥 Commits

Reviewing files that changed from the base of the PR and between b927f73 and 5a81516.

⛔ Files ignored due to path filters (1)
  • package-lock.json is excluded by !**/package-lock.json, !package-lock.json
📒 Files selected for processing (3)
  • apps/web-next/package.json
  • plugins/developer-api/backend/package.json
  • plugins/developer-api/frontend/package.json
📝 Walkthrough

Walkthrough

The web application updates @pymthouse/builder-sdk from version 0.6.0 to 0.6.1-rc.0 in its package manifest.

Changes

Builder SDK update

Layer / File(s) Summary
Update Builder SDK dependency
apps/web-next/package.json
Changes the @pymthouse/builder-sdk dependency from 0.6.0 to 0.6.1-rc.0.

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

Suggested reviewers: seanhanca

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
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.
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly matches the main change: bumping @pymthouse/builder-sdk in apps/web-next.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch chore/bump-builder-sdk-0.6.1-rc.0

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.

coderabbitai[bot]
coderabbitai Bot previously approved these changes Jul 18, 2026
This commit updates the @pymthouse/builder-sdk dependency across multiple package.json files, replacing the previous pre-release version (0.6.1-rc.0) with the stable version (0.6.1). This change ensures compatibility and stability in the application.
@github-actions github-actions Bot added size/S Small PR (11-50 lines) plugin/developer-api Developer API plugin labels Jul 18, 2026
@eliteprox eliteprox changed the title chore(deps): bump @pymthouse/builder-sdk to 0.6.1-rc.0 chore(deps): bump @pymthouse/builder-sdk to 0.6.1 Jul 18, 2026
@eliteprox
eliteprox enabled auto-merge (squash) July 18, 2026 20:46
@eliteprox

Copy link
Copy Markdown
Contributor Author

@coderabbitai review

@coderabbitai

coderabbitai Bot commented Jul 18, 2026

Copy link
Copy Markdown
✅ Action performed

Review finished.

Note: CodeRabbit is an incremental review system and does not re-review already reviewed commits. This command is applicable only when automatic reviews are paused.

@eliteprox
eliteprox requested a review from seanhanca July 18, 2026 22:43
@eliteprox

Copy link
Copy Markdown
Contributor Author

@seanhanca This is ready to merge, feel free to approve. I'm not able to merge due to coderabbit stuck

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

plugin/developer-api Developer API plugin scope/shell Shell app changes size/S Small PR (11-50 lines)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant