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

24
poetry.lock generated
View File

@@ -1,4 +1,4 @@
# This file is automatically @generated by Poetry 1.8.4 and should not be changed by hand.
# This file is automatically @generated by Poetry 1.6.1 and should not be changed by hand.
[[package]]
name = "aiofiles"
@@ -62,21 +62,25 @@ name = "betterproto"
version = "2.0.0b7"
description = "A better Protobuf / gRPC generator & library"
optional = false
python-versions = "<4.0,>=3.7"
files = [
{file = "betterproto-2.0.0b7-py3-none-any.whl", hash = "sha256:401ab8055e2f814e77b9c88a74d0e1ae3d1e8a969cced6aeb1b59f71ad63fbd2"},
{file = "betterproto-2.0.0b7.tar.gz", hash = "sha256:1b1458ca5278d519bcd62556a4c236f998a91d503f0f71c67b0b954747052af2"},
]
python-versions = "^3.7"
files = []
develop = false
[package.dependencies]
grpclib = ">=0.4.1,<0.5.0"
python-dateutil = ">=2.8,<3.0"
typing-extensions = ">=4.7.1,<5.0.0"
grpclib = "^0.4.1"
python-dateutil = "^2.8"
typing-extensions = "^4.7.1"
[package.extras]
compiler = ["black (>=23.1.0)", "isort (>=5.11.5,<6.0.0)", "jinja2 (>=3.0.3)"]
rust-codec = ["betterproto-rust-codec (==0.1.1)"]
[package.source]
type = "git"
url = "https://github.com/danielgtaylor/python-betterproto"
reference = "v.2.0.0b7"
resolved_reference = "1538e156a1eadb88799eca009a238093d6bb40df"
[[package]]
name = "certifi"
version = "2024.8.30"
@@ -1183,4 +1187,4 @@ type = ["pytest-mypy"]
[metadata]
lock-version = "2.0"
python-versions = "^3.9"
content-hash = "d611b5e8b0c5611d6ee916cedfb7f07f20dfc90a675ebaed04188e8b3c96aabe"
content-hash = "503e85a8a0f1720b55634c5706cc6c2f4fbe8d14eb9b585ffce7e1e81811a70d"

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