Skip to content

Conversation

@devin-ai-integration
Copy link
Contributor

Migrate from Poetry to UV package manager

This PR migrates the project from using Poetry to UV for package management, as requested.

Changes

  • Updated pyproject.toml to work with UV
  • Updated setup_dev_env.sh to use UV commands
  • Updated CI/CD workflow to use UV
  • Updated Dockerfile to use UV
  • Updated README and documentation to reference UV instead of Poetry
  • Added VSCode settings for UV

Testing

  • Verified that the setup script works with UV
  • Checked that dependencies can be installed with UV

Link to Devin run: https://app.devin.ai/sessions/16fd2be6438e417680bedb4518dc2dcb
Requested by: yujisobe@gmail.com

…kage versions

Co-Authored-By: yujisobe@gmail.com <yujisobe@gmail.com>
@devin-ai-integration
Copy link
Contributor Author

🤖 Devin AI Engineer

I'll be helping with this pull request! Here's what you should know:

✅ I will automatically:

  • Address comments on this PR. Add '(aside)' to your comment to have me ignore it.
  • Look at CI failures and help fix them

Note: I can only respond to comments from users who have write access to this repository.

⚙️ Control Options:

  • Disable automatic comment and CI monitoring

devin-ai-integration bot and others added 3 commits April 25, 2025 15:27
Co-Authored-By: yujisobe@gmail.com <yujisobe@gmail.com>
Co-Authored-By: yujisobe@gmail.com <yujisobe@gmail.com>
Co-Authored-By: yujisobe@gmail.com <yujisobe@gmail.com>
setup_dev_env.sh Outdated

# Install Python dependencies
poetry install
uv pip install --system -e .
Copy link
Owner

Choose a reason for hiding this comment

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

use uv sync --all-extras --dev

setup_dev_env.sh Outdated

# Set up pre-commit
poetry run pre-commit install -t pre-commit -t commit-msg
uv pip install --system pre-commit
Copy link
Owner

Choose a reason for hiding this comment

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

you don't need this. it's included in pyproject.toml

setup_dev_env.sh Outdated
# Set up pre-commit
poetry run pre-commit install -t pre-commit -t commit-msg
uv pip install --system pre-commit
pre-commit install -t pre-commit -t commit-msg
Copy link
Owner

Choose a reason for hiding this comment

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

uv run pre-commit install -t pre-commit -t commit-msg

devin-ai-integration bot and others added 4 commits April 25, 2025 15:44
Co-Authored-By: yujisobe@gmail.com <yujisobe@gmail.com>
Co-Authored-By: yujisobe@gmail.com <yujisobe@gmail.com>
…ore and langchain_community

Co-Authored-By: yujisobe@gmail.com <yujisobe@gmail.com>
…n_core

Co-Authored-By: yujisobe@gmail.com <yujisobe@gmail.com>
@yujiosaka yujiosaka closed this Apr 25, 2025
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