Skip to content

Commit

Permalink
Merge pull request #106 from natekspencer/dev
Browse files Browse the repository at this point in the history
Downgrade grpcio for home assistant
  • Loading branch information
natekspencer authored Jun 27, 2023
2 parents e420527 + e31eede commit e2c6410
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 135 deletions.
149 changes: 17 additions & 132 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ repository = "https://github.com/natekspencer/vivintpy"
keywords = ["Vivint", "alarm system", "security", "smart home", "home automation", "asynchronous"]

[tool.poetry.dependencies]
python = "^3.7.2"
python = "^3.8.1"
aiohttp = "^3.8.4"
certifi = "^2022.9.24"
pubnub = "^7.0"
grpcio = "1.56.0"
protobuf = "^4.22.1"
grpcio = "^1.51.1"
protobuf = "^4.23.1"

[tool.poetry.group.dev.dependencies]
tox = "^3.28.0"
Expand Down

0 comments on commit e2c6410

Please sign in to comment.