🔖 0.1.27

This commit is contained in:
Brian Wiborg 2025-09-29 19:56:13 +02:00
parent 4550549c2c
commit bbadd1c132
No known key found for this signature in database
2 changed files with 9 additions and 5 deletions

View file

@ -1,6 +1,6 @@
[project]
name = "ohmyapi"
version = "0.1.26"
version = "0.1.27"
description = "Django-flavored scaffolding and management layer around FastAPI, Pydantic, TortoiseORM and Aerich migrations"
license = "MIT"
keywords = ["fastapi", "tortoise", "orm", "pydantic", "async", "web-framework"]
@ -8,7 +8,7 @@ authors = [
{name = "Brian Wiborg", email = "me@brianwib.org"}
]
readme = "README.md"
requires-python = ">=3.10"
requires-python = ">=3.11"
dependencies = [
"typer >=0.19.1,<0.20.0",