🔖 0.1.26

This commit is contained in:
Brian Wiborg 2025-09-29 18:28:48 +02:00
parent c56ea6451e
commit 8c61c8c73f
No known key found for this signature in database

View file

@ -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",