You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<summary><b>Alternative: develop with <ahref="https://docs.astral.sh/uv/">uv</a> (best-effort supported)</b></summary>
538
+
<summary><b>Alternative: use <ahref="https://docs.astral.sh/uv/">uv</a> as a command runner</b></summary>
539
539
540
-
Poetry remains the canonical dev tool — `poetry.lock` is the lockfile CI tests against. uv is supported as an alternative for contributors who prefer it:
540
+
Poetry remains the canonical dev tool — `poetry.lock` is the lockfile CI tests against.
541
+
This repo currently uses Poetry metadata (`[tool.poetry]`) without a `[project]` table, so `uv sync` is not supported here.
542
+
If you prefer uv ergonomics, install deps with Poetry first and then use uv only to run commands:
Caveat: the transient `uv.lock` is not committed (avoids drift with `poetry.lock`), so your resolved versions may differ from what CI tests. Full uv migration deferred until snyk supports `uv.lock` natively ([snyk-python-plugin#251](https://github.com/snyk/snyk-python-plugin/issues/251)).
547
+
Full uv migration remains deferred until snyk supports `uv.lock` natively ([snyk-python-plugin#251](https://github.com/snyk/snyk-python-plugin/issues/251)).
0 commit comments