Skip to content

fix(deps): refresh lockfile for remote embeddings - #428

Merged
fishmingyu merged 1 commit into
mainfrom
fix/refresh-uv-lock
Aug 5, 2026
Merged

fix(deps): refresh lockfile for remote embeddings#428
fishmingyu merged 1 commit into
mainfrom
fix/refresh-uv-lock

Conversation

@fishmingyu

Copy link
Copy Markdown
Member

Summary

Refresh uv.lock after the semantic-remote optional dependency was added. This fixes the Docs workflow failure observed on #423, where uv sync --locked --only-group docs rejected the stale lockfile before building documentation.

Changes

  • Record the semantic-remote extra and its FAISS, NumPy, and OpenAI dependencies in uv.lock
  • Keep the fix limited to generated dependency metadata

Type of Change

  • Bug fix
  • New feature
  • Breaking change
  • Documentation update
  • Refactoring
  • Performance improvement
  • Tests

Testing

  • Tests pass locally

  • Added new tests for the changes

  • uv lock --check

  • uv sync --locked --only-group docs

  • uv run --no-sync mkdocs build --strict

  • pre-commit run --files uv.lock

Checklist

  • My code follows the project's style guidelines
  • I have performed a self-review of my code
  • No explanatory code comment is needed for this generated lockfile update
  • My changes generate no new warnings
  • Any dependent changes have been merged and published

Copilot AI lite review requested due to automatic review settings August 5, 2026 08:49

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Copilot wasn't able to review any files in this pull request.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@fishmingyu
fishmingyu merged commit 3c8412e into main Aug 5, 2026
4 checks passed
@fishmingyu
fishmingyu deleted the fix/refresh-uv-lock branch August 5, 2026 08:50
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.

2 participants