Skip to content

Commit 8f0a19a

Browse files
committed
refactor
1 parent 588620a commit 8f0a19a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
steps:
1919
- uses: actions/checkout@v3
2020
- uses: astral-sh/setup-uv@v3
21-
- run: uv python install 3.12
21+
- run: uv python install 3.13
2222
- run: |
2323
uv sync --all-extras --frozen --no-install-project
2424
uv run ruff format . --check

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ license = "MIT License"
1111
dependencies = [
1212
"fastapi>=0.76",
1313
"lite-bootstrap[fastapi-all]",
14+
"modern-di-fastapi",
1415
"advanced-alchemy",
1516
"pydantic-settings",
1617
"granian[uvloop]",
17-
"modern-di-fastapi",
1818
# database
1919
"alembic",
2020
"psycopg2",

0 commit comments

Comments
 (0)