Skip to content

Commit

Permalink
fix: bad authentication errors due to library versions
Browse files Browse the repository at this point in the history
  • Loading branch information
fcastilloec committed Oct 31, 2023
1 parent 7af76fb commit 798763a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions custom_components/gkeep_list_sync/manifest.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"domain": "gkeep_list_sync",
"name": "Google Keep List Sync",
"version": "1.0.2",
"version": "1.0.3",
"config_flow": true,
"documentation": "https://github.com/fcastilloec/gkeep-list-sync/blob/main/README.md",
"issue_tracker": "https://github.com/fcastilloec/gkeep-list-sync/issues",
"requirements": ["gkeepapi==0.14.2"],
"requirements": ["gkeepapi==0.14.2", "urllib3<2", "gpsoauth==1.0.2"],
"dependencies": ["shopping_list"],
"codeowners": ["@fcastilloec"],
"integration_type": "service"
Expand Down

0 comments on commit 798763a

Please sign in to comment.