🔖 0.5.1
This commit is contained in:
parent
e25c9d1715
commit
812e89ede9
2 changed files with 4 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
[project]
|
[project]
|
||||||
name = "ohmyapi"
|
name = "ohmyapi"
|
||||||
version = "0.5.0"
|
version = "0.5.1"
|
||||||
description = "Django-flavored scaffolding and management layer around FastAPI, Pydantic, TortoiseORM and Aerich migrations"
|
description = "Django-flavored scaffolding and management layer around FastAPI, Pydantic, TortoiseORM and Aerich migrations"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
keywords = ["fastapi", "tortoise", "orm", "pydantic", "async", "web-framework"]
|
keywords = ["fastapi", "tortoise", "orm", "pydantic", "async", "web-framework"]
|
||||||
|
|
@ -30,6 +30,8 @@ ipython = ">=9.5.0,<10.0.0"
|
||||||
black = "^25.9.0"
|
black = "^25.9.0"
|
||||||
isort = "^6.0.1"
|
isort = "^6.0.1"
|
||||||
mkdocs = "^1.6.1"
|
mkdocs = "^1.6.1"
|
||||||
|
pytest = "^8.4.2"
|
||||||
|
httpx = "^0.28.1"
|
||||||
|
|
||||||
[project.optional-dependencies]
|
[project.optional-dependencies]
|
||||||
auth = ["passlib", "pyjwt", "crypto", "argon2-cffi", "python-multipart"]
|
auth = ["passlib", "pyjwt", "crypto", "argon2-cffi", "python-multipart"]
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
__VERSION__ = "0.5.0"
|
__VERSION__ = "0.5.1"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue