Skip to content

Commit 0eaa1cc

Browse files
committed
updates
1 parent 5cd779c commit 0eaa1cc

File tree

5 files changed

+71
-65
lines changed

5 files changed

+71
-65
lines changed

.copier-answers.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
_commit: f3637c7
2+
_src_path: https://github.com/modern-python/modern-python-template
3+
framework: litestar
4+
project_description: Async template on Litestar and SQLAlchemy 2
5+
project_name: Litestar template
6+
project_slug: litestar-sqlalchemy-template

.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

app/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55

66
class Settings(pydantic_settings.BaseSettings):
7-
service_name: str = "FastAPI template"
7+
service_name: str = "Litestar template"
88
service_version: str = "1.0.0"
99
service_environment: str = "local"
1010
service_debug: bool = False

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
2-
name = "fastapi-sqlalchemy-template"
2+
name = "litestar-sqlalchemy-template"
33
version = "0"
4-
description = "Async template on FastAPI and SQLAlchemy 2"
4+
description = "Async template on Litestar and SQLAlchemy 2"
55
readme = "README.md"
66
requires-python = ">=3.13"
77
authors = [

uv.lock

Lines changed: 61 additions & 61 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)