Thanks to visit codestin.com
Credit goes to github.com

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's [project] format and hatchling build system
  • Generated uv.lock file to replace poetry.lock
  • 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
  • Updated VS Code settings to use UV as package manager

Testing

  • Verified that dependencies can be installed with UV
  • Generated uv.lock file from existing dependencies
  • Updated all Poetry commands to their UV equivalents

Link to Devin run: https://app.devin.ai/sessions/16fd2be6438e417680bedb4518dc2dcb
Requested by: [email protected]

@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

@@ -0,0 +1,186 @@
# This file was autogenerated by uv via the following command:
Copy link
Owner

Choose a reason for hiding this comment

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

can you automate generating this file in the development pipeline somewhere in git hook?
if difficult, modify README to make sure updating this file when modifying dependencies

@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