Skip to content

Commit 1e4cade

Browse files
committed
fastcrud 0.19.2
1 parent b5a9e0a commit 1e4cade

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[project]
22
name = "fastapi-boilerplate"
33
version = "0.1.0"
4-
description = "A fully Async FastAPI boilerplate using SQLAlchemy and Pydantic 2"
5-
authors = [{ name = "Igor Magalhaes", email = "[email protected]" }]
4+
description = "Batteries-included FastAPI starter with production-ready defaults, optional modules, and clear docs."
5+
authors = [{ name = "Benav Labs", email = "[email protected]" }]
66
license = { text = "MIT" }
77
readme = "README.md"
88
requires-python = ">=3.11, <4"
@@ -28,7 +28,7 @@ dependencies = [
2828
"arq>=0.25.0",
2929
"bcrypt>=4.1.1",
3030
"psycopg2-binary>=2.9.9",
31-
"fastcrud>=0.19.1",
31+
"fastcrud>=0.19.2",
3232
"crudadmin>=0.4.2",
3333
"gunicorn>=23.0.0",
3434
"ruff>=0.11.13",

uv.lock

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

0 commit comments

Comments
 (0)