Support for policies (ro)

This commit is contained in:
2024-10-04 12:57:12 +02:00
parent db7be9e8e1
commit 075b8767e6
6 changed files with 403 additions and 112 deletions

View File

@ -1,6 +1,6 @@
[tool.poetry]
name = "hsapi-client"
version = "0.9.7"
version = "0.9.8"
description = "Headscale API client"
authors = ["Andrea Mistrali <andrea@mistrali.pw>"]
license = "BSD"
@ -11,6 +11,7 @@ python = "^3.11"
requests = "^2.32.3"
pydantic = "^2.7.4"
pydantic-settings = "^2.3.4"
pyjson5 = "^1.6.6"
[tool.poetry.group.dev.dependencies]