-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore : Use uv to resolve dependencies #226
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ah lovely! t'as time pour voir ce que ça donne quoi avant/après ?
pipeline/requirements/Makefile
Outdated
@@ -1,6 +1,6 @@ | |||
# pip-compile~=7.3 | |||
|
|||
PIP_COMPILE := pip-compile --quiet | |||
PIP_COMPILE := uv pip compile --quiet |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
pipx run uv
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
pour de ne pas installer uv sur le system python par mégarder
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- figer la version ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, j'avoue je pars toujours du principe que on est dans un venv quoi qu'il arrive. ^^
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hmmm ... pipx run uv pip compile
?? ^^ 🤤
Sur pipeline: Before
After
|
fatsapi-pagination introduced a deprecating change in 0.12.18 https://uriyyo-fastapi-pagination.netlify.app/tutorials_advanced/customization/ In order to keep the same API and be future-proof, let's update.
Corrigé les points que tu avais soulevé. |
https://github.com/astral-sh/uv
And another Makefile, for extra fast and efficient updates,