File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -214,6 +214,18 @@ poetry debug resolve
214214
215215The first output contains the tree with constraints, the second — the specific versions. The agent matches the data and forms the final graph.
216216
217+ ### uv
218+
219+ Main manifest used for dependency resolution: ` pyproject.toml ` .
220+
221+ The command executed:
222+
223+ ``` bash
224+ uv lock
225+ ```
226+
227+ The agent parses the ` uv.lock ` file, which contains information about dependencies and their versions.
228+
217229### sbt (Scala)
218230
219231Main manifest used for dependency resolution: ` build.sbt ` .
@@ -260,4 +272,4 @@ For projects using Conda, the agent runs:
260272conda-lock -f < environment.yml> --filename < tmpdir/conda-lock.yml>
261273```
262274
263- After that, the ` conda-lock.yml ` file is analyzed, which contains all project dependencies.
275+ After that, the ` conda-lock.yml ` file is analyzed, which contains all project dependencies.
Original file line number Diff line number Diff line change @@ -214,6 +214,18 @@ poetry debug resolve
214214
215215Первый вывод содержит дерево с констрейнтами, второй — конкретные версии. Агент сопоставляет данные и формирует итоговый граф.
216216
217+ ### uv
218+
219+ Базовый манифест, который берется за основу при разрешении зависимостей: ` pyproject.toml ` .
220+
221+ Выполняется команда:
222+
223+ ``` bash
224+ uv lock
225+ ```
226+
227+ Агент парсит файл ` uv.lock ` , содержащий информацию о зависимостях и их версиях.
228+
217229### sbt (Scala)
218230
219231Базовый манифест, который берется за основу при разрешении зависимостей: ` build.sbt ` .
You can’t perform that action at this time.
0 commit comments