Skip to content

Commit 2bda127

Browse files
committed
UV_PYTHON
1 parent fd73adb commit 2bda127

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

doc/processes/dev_processes/Dependency-Updates.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,8 @@ The new mechanism uses `uv pip compile pyproject.toml -o requirements-frozen.txt
9696

9797
It also uses a `.python-version` file to say which version of python should be used at runtime, which `uv` respects.
9898

99+
Also search for `UV_PYTHON` environment variables and update those packages to use a recent python version.
100+
99101
### External packages
100102

101103
Check on PyPi for any package updates, then edit `requirements.txt` to install new versions where needed. Note that since we decided [all python projects should use virtual environments](/system_components/python/Python-dependencies) there will be a `pyproject.toml` or legacy `requirements.txt` file for all Python projects using the new import mechanism, ensure these are also updated.

0 commit comments

Comments
 (0)