Read only policy support

This commit is contained in:
2024-10-04 12:58:40 +02:00
parent 379fef4b00
commit 9b7b903c57
13 changed files with 544 additions and 274 deletions

View File

@ -1,6 +1,6 @@
[tool.poetry]
name = "hsman"
version = "0.9.17"
version = "0.9.18"
description = "Flask Admin webui for Headscale"
authors = ["Andrea Mistrali <andrea@mistrali.pw>"]
license = "BSD"
@ -15,7 +15,7 @@ flask-mobility = "^2.0.1"
humanize = "^4.9.0"
flask-pydantic = "^0.12.0"
uvicorn = "^0.30.1"
hsapi-client = "^0.9.2"
hsapi-client = "^0.9.8"
[tool.poetry.group.dev.dependencies]