Skip to content

Conversation

@surt91
Copy link
Collaborator

@surt91 surt91 commented Oct 30, 2025

No description provided.

@surt91 surt91 force-pushed the chore/migrate-reis-to-uv branch from bfc040c to bb541ed Compare October 30, 2025 09:48
@surt91 surt91 changed the title chore: migrate from poetry to uv chore(REIS): migrate from poetry to uv Oct 30, 2025
@surt91 surt91 requested a review from Copilot October 30, 2025 10:40
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This pull request migrates the REI-S (Retrieval Extraction Ingestion Server) service from Poetry to uv for Python dependency management. The migration standardizes on uv's faster and more modern approach to Python package management.

  • Converted Poetry configuration to PEP 621 standard pyproject.toml format
  • Updated all documentation and scripts to use uv commands instead of Poetry
  • Modified Docker and CI workflows to use uv for dependency installation

Reviewed Changes

Copilot reviewed 11 out of 13 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
services/reis/pyproject.toml Converted from Poetry format to PEP 621 standard with uv/hatchling build system
services/reis/README.md Updated development commands from Poetry to uv
services/reis/Dockerfile Replaced Poetry installation and commands with uv
scripts/run-tests.js Updated REIS startup command to use uv
package.json Changed npm scripts to use uv instead of Poetry
DEVELOPERS.md Updated Python setup instructions for uv
CONTRIBUTING.md Updated formatting/linting commands to use uv
CLAUDE.md New comprehensive project documentation referencing uv
.husky/pre-commit Updated pre-commit hook to use uv
.github/workflows/reis.yaml Migrated CI workflow from Poetry to uv
.github/workflows/reis-stresstest.yaml Updated stress test workflow to use uv

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

@surt91 surt91 force-pushed the chore/migrate-reis-to-uv branch from bb541ed to 34860f4 Compare October 30, 2025 10:45
@surt91 surt91 marked this pull request as ready for review October 30, 2025 15:32
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