From 2d4e1187f35af4316aed202fdc885075ec2bb027 Mon Sep 17 00:00:00 2001 From: Vlad Korneev Date: Wed, 14 Jan 2026 14:15:56 +0300 Subject: [PATCH 1/2] chore(uv): add uv config --- uv.toml | 1 + 1 file changed, 1 insertion(+) create mode 100644 uv.toml diff --git a/uv.toml b/uv.toml new file mode 100644 index 0000000..027c5f9 --- /dev/null +++ b/uv.toml @@ -0,0 +1 @@ +required-version = ">=0.9" From 26baef881a71b83e11efd274b564502250916b0a Mon Sep 17 00:00:00 2001 From: Vlad Korneev Date: Wed, 14 Jan 2026 14:16:34 +0300 Subject: [PATCH 2/2] chore(uv): remove uv config --- pyproject.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 42babed..99c8e71 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,9 +54,6 @@ attribute = "__version__" [tool.hatch.build.targets.wheel] packages = [ "src/app" ] -[tool.uv] -required-version = ">=0.9" - [tool.pytest.ini_options] cache_dir = ".cache/pytest" pythonpath = [ "src" ]