fix: use git version of better proto for compatibility with home assistant

This commit is contained in:
Brett Rowan
2024-11-01 10:46:45 -06:00
parent 896968dded
commit 2bb097272f
2 changed files with 15 additions and 11 deletions

View File

@@ -15,8 +15,8 @@ passlib = ">=1.7.4"
pyaml = ">=23.12.0"
tomli = { version = ">=2.0.1", python = "<3.11" }
tomli-w = "^1.0.0"
betterproto = "2.0.0b7"
aiofiles = ">=23.2.1"
betterproto = {git = "https://github.com/danielgtaylor/python-betterproto", rev = "v.2.0.0b7"}
[tool.poetry.group.dev]
optional = true