Least Privileged Scope for Update Calendar (#195)

This commit is contained in:
Eric Gustin 2025-01-08 10:03:04 -08:00 committed by GitHub
parent d5067af023
commit b2bdfe2459
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -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(

View file

@ -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>"]