Fix google type errors (#376)

This commit is contained in:
Renato Byrro 2025-04-22 21:26:45 -03:00 committed by GitHub
parent de227c5f51
commit 9346498edb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View file

@ -66,9 +66,9 @@ __all__ = [
get_document_by_id,
insert_text_at_end_of_document,
# Google Drive
get_file_tree_structure, # type: ignore[has-type]
search_and_retrieve_documents, # type: ignore[has-type]
search_documents, # type: ignore[has-type]
"get_file_tree_structure",
"search_and_retrieve_documents",
"search_documents",
# Google File Picker
generate_google_file_picker_url,
# Google Gmail

View file

@ -1,6 +1,6 @@
[tool.poetry]
name = "arcade_google"
version = "1.2.0"
version = "1.2.1"
description = "Arcade.dev LLM tools for Google Workspace"
authors = ["Arcade <dev@arcade.dev>"]