Skip to content

Commit

Permalink
fix: fix tesla_custom compatibility
Browse files Browse the repository at this point in the history
Users of tesla_custom required a newer version of authcaptureproxy.
AMP is now compatible with tesla_custom.
  • Loading branch information
alandtse committed May 1, 2021
1 parent b7a3688 commit dada99f
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 49 deletions.
2 changes: 1 addition & 1 deletion custom_components/alexa_media/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"issue_tracker": "https://github.com/custom-components/alexa_media_player/issues",
"dependencies": ["persistent_notification", "http"],
"codeowners": ["@keatontaylor", "@alandtse"],
"requirements": ["alexapy==1.25.0", "packaging~=20.3", "wrapt~=1.12.1"],
"requirements": ["alexapy==1.25.1", "packaging~=20.3", "wrapt~=1.12.1"],
"iot_class": "cloud_polling"
}
92 changes: 45 additions & 47 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "Apache-2.0"

[tool.poetry.dependencies]
python = "^3.8"
alexapy = "1.25.0"
alexapy = "1.25.1"
packaging = "~=20.3"
wrapt = "~=1.12.1"

Expand Down

0 comments on commit dada99f

Please sign in to comment.