Skip to content

Commit

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

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

[tool.poetry.dev-dependencies]
black = "^22.3.0"
Expand Down

0 comments on commit 4d38790

Please sign in to comment.