Skip to content

Commit

Permalink
Update FastAPI sample app
Browse files Browse the repository at this point in the history
  • Loading branch information
Wout Feys committed Jan 23, 2025
1 parent a3ab4a7 commit a4093f9
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
24 changes: 12 additions & 12 deletions sample-apps/fastapi-postgres-uvicorn/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions sample-apps/fastapi-postgres-uvicorn/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[project]
name = "flask-mssql"
name = "fastapi-postgres-uvicorn"
version = "0.1.0"
description = "Sample app Flask MySQL"
description = "Sample FastAPI app with Postgres"
requires-python = ">3.9.1,<4.0"
dependencies = [
"aikido_zen",
Expand Down

0 comments on commit a4093f9

Please sign in to comment.