Skip to content

chore(repo): refresh uv.lock to v0.2.18 (#239)#289

Merged
w7-mgfcode merged 1 commit into
devfrom
chore/refresh-uv-lock-v0-2-18
May 25, 2026
Merged

chore(repo): refresh uv.lock to v0.2.18 (#239)#289
w7-mgfcode merged 1 commit into
devfrom
chore/refresh-uv-lock-v0-2-18

Conversation

@w7-mgfcode
Copy link
Copy Markdown
Owner

@w7-mgfcode w7-mgfcode commented May 25, 2026

Closes #239.

Routine post-release lockfile sync — uv.lock forecastlabai version field was 0.2.17; pyproject.toml is now 0.2.18 (released in #285). Re-running uv lock updates the single project-version line.

Diff

Single line in uv.lock:

 [[package]]
 name = "forecastlabai"
-version = "0.2.17"
+version = "0.2.18"
 source = { editable = "." }

No dependency resolution change. Resolved 183 packages in 2.12s — same set as before.

Why this recurs

release-please's extra-files config only manages pyproject.toml (not uv.lock), so every release re-introduces the same one-line drift. Long-term fix would be either:

  • Add uv.lock to release-please's extra-files with a regex matching the forecastlabai version line, OR
  • A CI step that runs uv lock after the release-please commit and pushes if dirty.

Neither is in scope for this PR — closing the chronic gap can be its own follow-up.

Test plan

  • Lockfile-only change — ruff / mypy / pyright not affected.
  • CI's Test gate re-runs uv sync to validate the lock is consistent.

Summary by Sourcery

Chores:

  • Refresh the uv.lock lockfile after the 0.2.18 release to eliminate version drift between the lockfile and project metadata.

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 25, 2026

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: ec42c595-7357-4b6c-bad1-7943aaf5ced4

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch chore/refresh-uv-lock-v0-2-18

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 and usage tips.

@sourcery-ai
Copy link
Copy Markdown

sourcery-ai Bot commented May 25, 2026

Reviewer's guide (collapsed on small PRs)

Reviewer's Guide

Updates the project version entry in uv.lock to match the released 0.2.18 version in pyproject.toml, with no dependency graph or resolution changes.

File-Level Changes

Change Details Files
Align the uv.lock project version with the 0.2.18 release without altering dependencies or resolution results.
  • Update the forecastlabai package version value in the lockfile from 0.2.17 to 0.2.18
  • Regenerate the lockfile via uv lock to ensure it is consistent with pyproject.toml while preserving the same dependency set
uv.lock

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it. You can also reply to a
    review comment with @sourcery-ai issue to create an issue from it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time. You can also comment
    @sourcery-ai title on the pull request to (re-)generate the title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time exactly where you
    want it. You can also comment @sourcery-ai summary on the pull request to
    (re-)generate the summary at any time.
  • Generate reviewer's guide: Comment @sourcery-ai guide on the pull
    request to (re-)generate the reviewer's guide at any time.
  • Resolve all Sourcery comments: Comment @sourcery-ai resolve on the
    pull request to resolve all Sourcery comments. Useful if you've already
    addressed all the comments and don't want to see them anymore.
  • Dismiss all Sourcery reviews: Comment @sourcery-ai dismiss on the pull
    request to dismiss all existing Sourcery reviews. Especially useful if you
    want to start fresh with a new review - don't forget to comment
    @sourcery-ai review to trigger a new review!

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

Copy link
Copy Markdown

@sourcery-ai sourcery-ai Bot left a comment

Choose a reason for hiding this comment

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

Hey - I've reviewed your changes and they look great!


Sourcery is free for open source - if you like our reviews please consider sharing them ✨
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.

@w7-mgfcode w7-mgfcode merged commit 667f0d3 into dev May 25, 2026
8 checks passed
@w7-mgfcode w7-mgfcode deleted the chore/refresh-uv-lock-v0-2-18 branch May 25, 2026 11:35
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