From 2399b28c521c69a894aac0617a53ba802570a8a6 Mon Sep 17 00:00:00 2001 From: Brian Wiborg Date: Mon, 29 Sep 2025 18:28:48 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=200.1.26?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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",