Least Privileged Scope for Update Calendar (#195)
This commit is contained in:
parent
d5067af023
commit
b2bdfe2459
2 changed files with 2 additions and 2 deletions
|
|
@ -176,7 +176,7 @@ async def list_events(
|
|||
|
||||
@tool(
|
||||
requires_auth=Google(
|
||||
scopes=["https://www.googleapis.com/auth/calendar"],
|
||||
scopes=["https://www.googleapis.com/auth/calendar.events"],
|
||||
)
|
||||
)
|
||||
async def update_event(
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[tool.poetry]
|
||||
name = "arcade_google"
|
||||
version = "0.1.8"
|
||||
version = "0.1.9"
|
||||
description = "Arcade tools for the entire google suite"
|
||||
authors = ["Arcade AI <dev@arcade-ai.com>"]
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue