diff --git a/pyproject.toml b/pyproject.toml index 1821c9d..7447bea 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,14 +1,14 @@ [project] name = "ohmyapi" -version = "0.1.25" -description = "A Django-like but async web-framework based on FastAPI and TortoiseORM." +version = "0.1.26" +description = "Django-flavored scaffolding and management layer around FastAPI, Pydantic, TortoiseORM and Aerich migrations" license = "MIT" -keywords = ["fastapi", "tortoise", "orm", "async", "web-framework"] +keywords = ["fastapi", "tortoise", "orm", "pydantic", "async", "web-framework"] authors = [ {name = "Brian Wiborg", email = "me@brianwib.org"} ] readme = "README.md" -requires-python = ">=3.13" +requires-python = ">=3.10" dependencies = [ "typer >=0.19.1,<0.20.0",