Skip to content

Commit 606f2f5

Browse files
committed
fix(actions): update uv to latest
1 parent 3a64eb0 commit 606f2f5

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Set up uv
1818
uses: astral-sh/setup-uv@v5
1919
with:
20-
version: "0.5.24"
20+
version: "latest"
2121

2222
# Install dependencies
2323
- name: Install dependencies

pyproject.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,13 @@ dependencies = [
1818
"httpx>=0.28.1",
1919
]
2020

21+
[project.scripts]
22+
start-backend = "flare_ai_defai.main:start"
23+
24+
[build-system]
25+
requires = ["hatchling"]
26+
build-backend = "hatchling.build"
27+
2128
[dependency-groups]
2229
dev = [
2330
"pyright>=1.1.391",
@@ -37,16 +44,9 @@ ui = [
3744
"uvicorn>=0.34.0",
3845
]
3946

40-
[project.scripts]
41-
start-backend = "flare_ai_defai.main:start"
42-
4347
[tool.uv]
4448
default-groups = ["dev", "validate", "onchain", "ui"]
4549

46-
[build-system]
47-
requires = ["hatchling"]
48-
build-backend = "hatchling.build"
49-
5050
[tool.ruff]
5151
target-version = "py312"
5252

0 commit comments

Comments
 (0)