arcade-google-sheets 5.0.0__py3-none-any.whl → 5.1.1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- arcade_google_sheets/tools/file_picker.py +2 -1
- arcade_google_sheets/who_am_i_util.py +2 -1
- {arcade_google_sheets-5.0.0.dist-info → arcade_google_sheets-5.1.1.dist-info}/METADATA +2 -1
- {arcade_google_sheets-5.0.0.dist-info → arcade_google_sheets-5.1.1.dist-info}/RECORD +7 -7
- {arcade_google_sheets-5.0.0.dist-info → arcade_google_sheets-5.1.1.dist-info}/WHEEL +0 -0
- {arcade_google_sheets-5.0.0.dist-info → arcade_google_sheets-5.1.1.dist-info}/entry_points.txt +0 -0
- {arcade_google_sheets-5.0.0.dist-info → arcade_google_sheets-5.1.1.dist-info}/licenses/LICENSE +0 -0
|
@@ -53,6 +53,7 @@ def generate_google_file_picker_url(
|
|
|
53
53
|
"url": url,
|
|
54
54
|
"llm_instructions": (
|
|
55
55
|
"Instruct the user to click the following link to open the Google Drive File Picker. "
|
|
56
|
-
"This will allow them to select files and grant access permissions
|
|
56
|
+
"This will allow them to select files and grant access permissions:\n\n"
|
|
57
|
+
f"[Open Google Drive File Picker]({url})"
|
|
57
58
|
),
|
|
58
59
|
}
|
|
@@ -1,7 +1,8 @@
|
|
|
1
|
-
from typing import Any,
|
|
1
|
+
from typing import Any, cast
|
|
2
2
|
|
|
3
3
|
from google.oauth2.credentials import Credentials
|
|
4
4
|
from googleapiclient.discovery import build
|
|
5
|
+
from typing_extensions import TypedDict
|
|
5
6
|
|
|
6
7
|
|
|
7
8
|
class WhoAmIResponse(TypedDict, total=False):
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: arcade_google_sheets
|
|
3
|
-
Version: 5.
|
|
3
|
+
Version: 5.1.1
|
|
4
4
|
Summary: Arcade.dev LLM tools for Google Sheets.
|
|
5
5
|
Author-email: Arcade <dev@arcade.dev>
|
|
6
6
|
License: Proprietary - Arcade Software License Agreement v1.0
|
|
@@ -12,6 +12,7 @@ Requires-Dist: google-api-python-client<3.0.0,>=2.137.0
|
|
|
12
12
|
Requires-Dist: google-auth-httplib2<1.0.0,>=0.2.0
|
|
13
13
|
Requires-Dist: google-auth<3.0.0,>=2.32.0
|
|
14
14
|
Requires-Dist: googleapis-common-protos<2.0.0,>=1.63.2
|
|
15
|
+
Requires-Dist: typing-extensions<5.0.0,>=4.8.0
|
|
15
16
|
Provides-Extra: dev
|
|
16
17
|
Requires-Dist: arcade-mcp[evals]<2.0.0,>=1.5.6; extra == 'dev'
|
|
17
18
|
Requires-Dist: mypy<1.6.0,>=1.5.1; extra == 'dev'
|
|
@@ -7,15 +7,15 @@ arcade_google_sheets/models.py,sha256=dy-a4-72Sa7u8LUghrzZYBv4m7w3hWotUE8ezxRUN-
|
|
|
7
7
|
arcade_google_sheets/templates.py,sha256=hSvjiErERLPe6RqWY6QNmivOy7Ofdg_zABcLWCI-ByU,189
|
|
8
8
|
arcade_google_sheets/types.py,sha256=R-rCRcyFqDZx3jgl_kWeCliqC8fHuZ8ub_LQ2KoU2AE,37
|
|
9
9
|
arcade_google_sheets/utils.py,sha256=5rWHJkHM3XLca5k9vxkx3Ns0zrt6XK8pbxHkfXj9-zY,35211
|
|
10
|
-
arcade_google_sheets/who_am_i_util.py,sha256=
|
|
10
|
+
arcade_google_sheets/who_am_i_util.py,sha256=qZTulBLA5966EI-JkJ1Odq6QiNDL3ZBp_EKWY29_HRc,2763
|
|
11
11
|
arcade_google_sheets/tools/__init__.py,sha256=GBe1Op-o6QzCy9nA3qS53Ij2Uex5IXdFPUnGQo_TPkg,673
|
|
12
|
-
arcade_google_sheets/tools/file_picker.py,sha256=
|
|
12
|
+
arcade_google_sheets/tools/file_picker.py,sha256=Vk_JohrRAtRtzep0doE4HepnGVlvy7cJCGGp-Xc181Q,2441
|
|
13
13
|
arcade_google_sheets/tools/read.py,sha256=Fghd2sF5aOJaOqENHl25cTRRdMOj927W84nFzCBOgIw,4017
|
|
14
14
|
arcade_google_sheets/tools/search.py,sha256=tbudaTSb3JPar0wyYQaLcipD4o19vxpnpyixq4m0rpY,4912
|
|
15
15
|
arcade_google_sheets/tools/system_context.py,sha256=iE19p5SFXa3McnrgXjt1eTzHrVLSrDf3gzj00zBVMLc,1182
|
|
16
16
|
arcade_google_sheets/tools/write.py,sha256=vdfWegznaozsQd5JNNtqzFCvZSlAozh5kmwbeku9stw,7776
|
|
17
|
-
arcade_google_sheets-5.
|
|
18
|
-
arcade_google_sheets-5.
|
|
19
|
-
arcade_google_sheets-5.
|
|
20
|
-
arcade_google_sheets-5.
|
|
21
|
-
arcade_google_sheets-5.
|
|
17
|
+
arcade_google_sheets-5.1.1.dist-info/METADATA,sha256=bT4fbdn4yRblELXNzTpniLUvwNXftM6noFmmAx9_aP4,1121
|
|
18
|
+
arcade_google_sheets-5.1.1.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
|
|
19
|
+
arcade_google_sheets-5.1.1.dist-info/entry_points.txt,sha256=FbDSAKpaNbY3OvFkCdMJQsybxYs6pOxAyljHUoNt9c0,134
|
|
20
|
+
arcade_google_sheets-5.1.1.dist-info/licenses/LICENSE,sha256=ixeE7aL9b2B-_ZYHTY1vQcJB4NufKeo-LWwKNObGDN0,1960
|
|
21
|
+
arcade_google_sheets-5.1.1.dist-info/RECORD,,
|
|
File without changes
|
{arcade_google_sheets-5.0.0.dist-info → arcade_google_sheets-5.1.1.dist-info}/entry_points.txt
RENAMED
|
File without changes
|
{arcade_google_sheets-5.0.0.dist-info → arcade_google_sheets-5.1.1.dist-info}/licenses/LICENSE
RENAMED
|
File without changes
|