Fix google type errors (#376)
This commit is contained in:
parent
de227c5f51
commit
9346498edb
2 changed files with 4 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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>"]
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue