Skip to content

Commit

Permalink
Relax requirements for deps which are pinned in HA (#287)
Browse files Browse the repository at this point in the history
  • Loading branch information
KapJI authored Sep 2, 2022
1 parent 028a77b commit 55663b1
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 35 deletions.
68 changes: 36 additions & 32 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 @@ -29,9 +29,9 @@ protobuf = "^3.20.1"
simplejson = "^3.17.2"
# Note, we want to keep versions of grpcio, requests and zeroconf similar to Home Assistant
# https://github.com/home-assistant/core/blob/2022.6.0/homeassistant/package_constraints.txt
grpcio = "^1.46.1"
requests = "^2.27.1"
zeroconf = "^0.38.6"
grpcio = ">=1.46.0"
requests = ">=2.27.0"
zeroconf = ">=0.38.0"

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

0 comments on commit 55663b1

Please sign in to comment.