fix: use git version of better proto for compatibility with home assistant
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user