Skip to content

Commit

Permalink
Relax requirements for deps which are pinned in HA (#263)
Browse files Browse the repository at this point in the history
  • Loading branch information
KapJI authored Jun 27, 2022
1 parent e890a6d commit 9019ae4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion poetry.lock

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

14 changes: 7 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@ repository = "https://github.com/leikoilja/glocaltokens"
[tool.poetry.dependencies]
python = "^3.8"
gpsoauth = "^1.0.1"

# Note, we want to keep versions similar to Home Assistant
# https://github.com/home-assistant/core/blob/949922ef2cb7a7c6e4a83cb91856c70728acd806/homeassistant/package_constraints.txt#L54
grpcio = "^1.46.1"
protobuf = "3.19.4"
requests = "^2.28.0"
simplejson = "^3.17.2"
zeroconf = "^0.38.7"
# Version used for generating stubs.
protobuf = "3.19.4"
# 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"

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

0 comments on commit 9019ae4

Please sign in to comment.