mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-02-13 07:45:02 -05:00
* build: prevent `opencv-python` from being installed Fixes this error: `AttributeError: module 'cv2.ximgproc' has no attribute 'thinning'` `opencv-contrib-python` supersedes `opencv-python`, providing the same API + additional features. The two packages should not be installed at the same time to avoid conflicts and/or errors. The `invisible-watermark` package requires `opencv-python`, but we require the contrib variant. This change updates `pyproject.toml` to prevent `opencv-python` from ever being installed using a `uv` features called dependency overrides. * feat(ui): data viewer supports disabling wrap * feat(api): list _all_ pkgs in app deps endpoint * chore(ui): typegen * feat(ui): update about modal to display new full deps list * chore: uv lock