arcade-google 1.2.4__py3-none-any.whl → 2.0.2__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/models.py +3 -3
- arcade_google/tools/file_picker.py +1 -1
- {arcade_google-1.2.4.dist-info → arcade_google-2.0.2.dist-info}/METADATA +5 -4
- {arcade_google-1.2.4.dist-info → arcade_google-2.0.2.dist-info}/RECORD +6 -6
- {arcade_google-1.2.4.dist-info → arcade_google-2.0.2.dist-info}/WHEEL +0 -0
- {arcade_google-1.2.4.dist-info → arcade_google-2.0.2.dist-info}/licenses/LICENSE +0 -0
arcade_google/models.py
CHANGED
|
@@ -434,14 +434,14 @@ class CellExtendedValue(BaseModel):
|
|
|
434
434
|
errorValue: Optional["CellErrorValue"] = None
|
|
435
435
|
|
|
436
436
|
@model_validator(mode="after")
|
|
437
|
-
def check_exactly_one_value(
|
|
438
|
-
provided = [v for v in
|
|
437
|
+
def check_exactly_one_value(self): # type: ignore[no-untyped-def]
|
|
438
|
+
provided = [v for v in self.__dict__.values() if v is not None]
|
|
439
439
|
if len(provided) != 1:
|
|
440
440
|
raise ValueError(
|
|
441
441
|
"Exactly one of numberValue, stringValue, boolValue, "
|
|
442
442
|
"formulaValue, or errorValue must be set."
|
|
443
443
|
)
|
|
444
|
-
return
|
|
444
|
+
return self
|
|
445
445
|
|
|
446
446
|
|
|
447
447
|
class NumberFormatType(str, Enum):
|
|
@@ -49,6 +49,6 @@ def generate_google_file_picker_url(
|
|
|
49
49
|
"url": url,
|
|
50
50
|
"llm_instructions": (
|
|
51
51
|
"Instruct the user to click the following link to open the Google Drive File Picker. "
|
|
52
|
-
"This will allow them to select files and grant access permissions: {url}"
|
|
52
|
+
f"This will allow them to select files and grant access permissions: {url}"
|
|
53
53
|
),
|
|
54
54
|
}
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: arcade_google
|
|
3
|
-
Version:
|
|
3
|
+
Version: 2.0.2
|
|
4
4
|
Summary: Arcade.dev LLM tools for Google Workspace
|
|
5
5
|
Author-email: Arcade <dev@arcade.dev>
|
|
6
|
+
License: Proprietary - Arcade Software License Agreement v1.0
|
|
6
7
|
License-File: LICENSE
|
|
7
8
|
Requires-Python: >=3.10
|
|
8
|
-
Requires-Dist: arcade-tdk<
|
|
9
|
+
Requires-Dist: arcade-tdk<4.0.0,>=3.0.0
|
|
9
10
|
Requires-Dist: beautifulsoup4<5.0.0,>=4.10.0
|
|
10
11
|
Requires-Dist: google-api-core<3.0.0,>=2.19.1
|
|
11
12
|
Requires-Dist: google-api-python-client<3.0.0,>=2.137.0
|
|
@@ -14,8 +15,8 @@ Requires-Dist: google-auth-oauthlib<2.0.0,>=1.2.1
|
|
|
14
15
|
Requires-Dist: google-auth<3.0.0,>=2.32.0
|
|
15
16
|
Requires-Dist: googleapis-common-protos<2.0.0,>=1.63.2
|
|
16
17
|
Provides-Extra: dev
|
|
17
|
-
Requires-Dist: arcade-
|
|
18
|
-
Requires-Dist: arcade-serve<
|
|
18
|
+
Requires-Dist: arcade-mcp[evals]<2.0.0,>=1.1.0; extra == 'dev'
|
|
19
|
+
Requires-Dist: arcade-serve<4.0.0,>=3.0.0; extra == 'dev'
|
|
19
20
|
Requires-Dist: mypy<1.6.0,>=1.5.1; extra == 'dev'
|
|
20
21
|
Requires-Dist: pre-commit<3.5.0,>=3.4.0; extra == 'dev'
|
|
21
22
|
Requires-Dist: pytest-asyncio<0.25.0,>=0.24.0; extra == 'dev'
|
|
@@ -5,17 +5,17 @@ arcade_google/doc_to_html.py,sha256=6RTpzRSrazNa6AndLZhA20wgVDzZuHUqpu3WAkAsbjQ,
|
|
|
5
5
|
arcade_google/doc_to_markdown.py,sha256=hh9sQoJ4MiZnJGPEJgwNfJPA_mY6J9b8aAmQ-RDmLTI,2015
|
|
6
6
|
arcade_google/enums.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
7
7
|
arcade_google/exceptions.py,sha256=jcF2wipBwIxJM6RUjRXeen1lwYjRqNipCQabX078GaE,1952
|
|
8
|
-
arcade_google/models.py,sha256=
|
|
8
|
+
arcade_google/models.py,sha256=4sPOCe1vS5jJBnaagPoNKDek1XjZ9fEKOwFvWp2dRTQ,20252
|
|
9
9
|
arcade_google/utils.py,sha256=2RvLHKJ91wHb7Si4bX714i85-BD0hHWSid8ShJSVQU8,50790
|
|
10
10
|
arcade_google/tools/__init__.py,sha256=Hv4eth0VGmqwCKwP3Vmu0SgXHwI-PmoVXMwMjde4D8M,2211
|
|
11
11
|
arcade_google/tools/calendar.py,sha256=bb6wrGyGY9t-kNan5gnxTW7vfeHj2AboGISkO1TpEjE,18630
|
|
12
12
|
arcade_google/tools/contacts.py,sha256=4BKjiQlGVqopQzTNLnXf32G02F_EZQYq7sPPtgssbEw,3986
|
|
13
13
|
arcade_google/tools/docs.py,sha256=xcFNVDPOb8LWv3a90VMYnIBpB8qkfgf8siOrOJ82qac,5367
|
|
14
14
|
arcade_google/tools/drive.py,sha256=JR0JOSYkgKGbDXwk4pjTIJpjb3Nh-5NFb__DVKPJFKc,10819
|
|
15
|
-
arcade_google/tools/file_picker.py,sha256=
|
|
15
|
+
arcade_google/tools/file_picker.py,sha256=KyJ0EFIIKws7H4-VyW-mnvV92fAy_X8mqbqQSKapT_k,2193
|
|
16
16
|
arcade_google/tools/gmail.py,sha256=AovOOxaYpebCsHDdhIJnP5m7luear6hG65QF04o_Db8,23014
|
|
17
17
|
arcade_google/tools/sheets.py,sha256=qYNPO_xwslUwEPrivgdIOQoS2gpu7Gsu9N3aLdRhJ8A,4626
|
|
18
|
-
arcade_google-
|
|
19
|
-
arcade_google-
|
|
20
|
-
arcade_google-
|
|
21
|
-
arcade_google-
|
|
18
|
+
arcade_google-2.0.2.dist-info/METADATA,sha256=F8pAciZaHY61piIZqnVil-nFVmxMdXfZsf-JM7-M6dg,1215
|
|
19
|
+
arcade_google-2.0.2.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
20
|
+
arcade_google-2.0.2.dist-info/licenses/LICENSE,sha256=XjKuCk1TG4bFrY-8x79oGMmNqrS4TP7c_Zv4-TrMWQY,1063
|
|
21
|
+
arcade_google-2.0.2.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|