From 7a8440bec805697f2f85bf4d77f6c21117f4bc52 Mon Sep 17 00:00:00 2001 From: Chris Arderne Date: Sat, 31 Aug 2024 21:09:49 +0100 Subject: [PATCH] fix mkdocs for uv 0.4 --- docs/commands.md | 16 +++++++++++++--- pyproject.toml | 1 - uv.lock | 18 ++---------------- 3 files changed, 15 insertions(+), 20 deletions(-) diff --git a/docs/commands.md b/docs/commands.md index 66e06f7..38d567f 100644 --- a/docs/commands.md +++ b/docs/commands.md @@ -1,5 +1,15 @@ # CLI Commands -::: mkdocs-typer - :module: una.cli - :command: app +```bash +$ una + + Usage: una [OPTIONS] COMMAND [ARGS]... + +╭─ Options ─────────────────────────────────────────────╮ +│ --help Show this message and exit. │ +╰───────────────────────────────────────────────────────╯ +╭─ Commands ────────────────────────────────────────────╮ +│ create Commands for creating workspace and packages.│ +│ sync Update packages with missing dependencies. │ +╰───────────────────────────────────────────────────────╯ +``` diff --git a/pyproject.toml b/pyproject.toml index 906ff2e..a23168d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,6 @@ dev-dependencies = [ "basedpyright >= 1.15.2", "mkdocs-material >= 9.5.31", "ruff >= 0.6.2", - "mkdocs-typer>=0.0.3", ] package = false diff --git a/uv.lock b/uv.lock index 324d5d0..f9843f2 100644 --- a/uv.lock +++ b/uv.lock @@ -9,7 +9,6 @@ members = [ requirements = [ { name = "basedpyright", specifier = ">=1.15.2" }, { name = "mkdocs-material", specifier = ">=9.5.31" }, - { name = "mkdocs-typer", specifier = ">=0.0.3" }, { name = "pytest", specifier = ">=8.3.1" }, { name = "ruff", specifier = ">=0.6.2" }, ] @@ -131,7 +130,7 @@ wheels = [ [[package]] name = "hatch-una" -version = "0.3.2.dev3+g6f51815" +version = "0.5.0a2.dev5+gcdb7179.d20240831" source = { editable = "plugins/hatch" } dependencies = [ { name = "hatchling" }, @@ -333,19 +332,6 @@ wheels = [ { url = "https://files.pythonhosted.org/packages/5b/54/662a4743aa81d9582ee9339d4ffa3c8fd40a4965e033d77b9da9774d3960/mkdocs_material_extensions-1.3.1-py3-none-any.whl", hash = "sha256:adff8b62700b25cb77b53358dad940f3ef973dd6db797907c49e3c2ef3ab4e31", size = 8728 }, ] -[[package]] -name = "mkdocs-typer" -version = "0.0.3" -source = { registry = "https://pypi.org/simple" } -dependencies = [ - { name = "markdown" }, - { name = "typer" }, -] -sdist = { url = "https://files.pythonhosted.org/packages/91/1a/b2ac21a04c8e487a1fccc3982f9d91319b83a64c3fc3dc51d89658f43b57/mkdocs_typer-0.0.3.tar.gz", hash = "sha256:4dd37f024190a82aaf0f6c984faafb15167d34eab7e29a6a85e61362423a4eb7", size = 11381 } -wheels = [ - { url = "https://files.pythonhosted.org/packages/38/34/4d6722b7cdb5e37474272205df6f2080ad01aff74570820a83dedb314f1b/mkdocs_typer-0.0.3-py3-none-any.whl", hash = "sha256:b2a9a44da590a7100114fde4de9123fedfea692d229379984db20ee3b3f12d7c", size = 11564 }, -] - [[package]] name = "mypy-extensions" version = "1.0.0" @@ -676,7 +662,7 @@ wheels = [ [[package]] name = "una" -version = "0.3.2.dev3+g6f51815" +version = "0.5.0a2.dev5+gcdb7179.d20240831" source = { editable = "una" } dependencies = [ { name = "dataclasses-json" },