Skip to content

Migrate to uv and fix dependency issues#5719

Open
bjester wants to merge 4 commits intolearningequality:unstablefrom
bjester:uv-dep-fixes
Open

Migrate to uv and fix dependency issues#5719
bjester wants to merge 4 commits intolearningequality:unstablefrom
bjester:uv-dep-fixes

Conversation

@bjester
Copy link
Member

@bjester bjester commented Feb 24, 2026

Summary

  • Removes pip-tools
  • Regenerates requirements*.txt using uv pip compile
  • Updates documentation on how to generate requirements*.txt and use uv for the python virtualenv
  • Updates github action workflows for using uv
  • Adds .python-version for uv to automatically create a virtualenv with that version
  • Upgrades google packages to eliminate issues with setuptools

Mistral AI was used to implement most changes, then reviewed by Claude. Google packages were manually upgraded after investigating their versions.

References

closes #5697
closes #5698

Reviewer guidance

  • Can you create a virtualenv and install dependencies?
  • Can you regenerate requirements*.txt files?
  • Can you run the dev server?
  • We won't know for sure if the google packages all work until deployed to cloud servers

🤖 This PR was accomplished with AI assistance, under supervision, review and final edits by @bjester 🤖

@bjester bjester marked this pull request as ready for review February 24, 2026 21:20
@bjester bjester requested a review from rtibbles February 24, 2026 21:38
Copy link
Member

@rtibbles rtibbles left a comment

Choose a reason for hiding this comment

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

No concerns from reading through, so as long as we've had manual testing of this from a Mac Silicon user, I think we're good to go!

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.

pip-tools v7.5.2 is incompatible with pip>=26 Version v82 of setuptools incompatible with other current dependency versions

2 participants