Skip to content

Commit

Permalink
Pin protobuf~3.20 for home assistant
Browse files Browse the repository at this point in the history
  • Loading branch information
jfroy committed Aug 5, 2022
1 parent 4d38790 commit 680976b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "aiobafi6"
version = "0.7.1"
version = "0.7.2"
description = "Big Ass Fans i6/Haiku protocol asynchronous Python library"
authors = ["Jean-Francois Roy <[email protected]>"]
license = "Apache-2.0"
Expand All @@ -16,7 +16,7 @@ classifiers = [

[tool.poetry.dependencies]
python = "^3.9"
protobuf = ">=3.20"
protobuf = "~3.20"
zeroconf = ">=0.38"

[tool.poetry.dev-dependencies]
Expand Down

0 comments on commit 680976b

Please sign in to comment.