We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 588620a commit 8f0a19aCopy full SHA for 8f0a19a
.github/workflows/main.yml
@@ -18,7 +18,7 @@ jobs:
18
steps:
19
- uses: actions/checkout@v3
20
- uses: astral-sh/setup-uv@v3
21
- - run: uv python install 3.12
+ - run: uv python install 3.13
22
- run: |
23
uv sync --all-extras --frozen --no-install-project
24
uv run ruff format . --check
pyproject.toml
@@ -11,10 +11,10 @@ license = "MIT License"
11
dependencies = [
12
"fastapi>=0.76",
13
"lite-bootstrap[fastapi-all]",
14
+ "modern-di-fastapi",
15
"advanced-alchemy",
16
"pydantic-settings",
17
"granian[uvloop]",
- "modern-di-fastapi",
# database
"alembic",
"psycopg2",
0 commit comments