chore: Migrate from Poetry to UV for dependency management and update project configuration#139
Merged
Conversation
added 2 commits
June 1, 2026 08:20
… project configuration - Removed Poetry configuration files (`poetry.lock`, `poetry.toml`) and replaced with UV configuration. - Updated `pyproject.toml` to align with UV's structure and added dependency groups. - Modified CI workflows to utilize UV for building and publishing tasks. - Updated Python version requirement to 3.10+ in the README and configuration files. - Enhanced devcontainer setup for improved development experience.
- Added `click` dependency with a minimum version of `8.0.0` across multiple `pyproject.toml` files. - Updated `.github/labeler.yml` to enhance file matching patterns for CI/CD workflows. - Refined regex pattern in `get_sort_parameters` function for better clarity.
- Added `projects/ecoindex_api/alembic/versions` to the exclusion list in `pyproject.toml`. - Modified the `ruff` command in `QualityTaskFile.yml` to use `check` instead of `.`. - Updated assertions in `test_app.py` to reflect changes in output messages. - Refactored `test_scraper.py` to use a mock response function for cleaner tests and improved error handling.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
poetry.lock,poetry.toml) and replaced with UV configuration.pyproject.tomlto align with UV's structure and added dependency groups.