🔖 0.1.27
This commit is contained in:
parent
4550549c2c
commit
bbadd1c132
2 changed files with 9 additions and 5 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue