arcade-google 2.0.0__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 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(cls, instance): # type: ignore[no-untyped-def]
438
- provided = [v for v in instance.__dict__.values() if v is not None]
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 instance
444
+ return self
445
445
 
446
446
 
447
447
  class NumberFormatType(str, Enum):
@@ -1,12 +1,12 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: arcade_google
3
- Version: 2.0.0
3
+ Version: 2.0.2
4
4
  Summary: Arcade.dev LLM tools for Google Workspace
5
5
  Author-email: Arcade <dev@arcade.dev>
6
6
  License: Proprietary - Arcade Software License Agreement v1.0
7
7
  License-File: LICENSE
8
8
  Requires-Python: >=3.10
9
- Requires-Dist: arcade-tdk<3.0.0,>=2.0.0
9
+ Requires-Dist: arcade-tdk<4.0.0,>=3.0.0
10
10
  Requires-Dist: beautifulsoup4<5.0.0,>=4.10.0
11
11
  Requires-Dist: google-api-core<3.0.0,>=2.19.1
12
12
  Requires-Dist: google-api-python-client<3.0.0,>=2.137.0
@@ -15,8 +15,8 @@ Requires-Dist: google-auth-oauthlib<2.0.0,>=1.2.1
15
15
  Requires-Dist: google-auth<3.0.0,>=2.32.0
16
16
  Requires-Dist: googleapis-common-protos<2.0.0,>=1.63.2
17
17
  Provides-Extra: dev
18
- Requires-Dist: arcade-ai[evals]<3.0.0,>=2.0.0; extra == 'dev'
19
- Requires-Dist: arcade-serve<3.0.0,>=2.0.0; extra == 'dev'
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'
20
20
  Requires-Dist: mypy<1.6.0,>=1.5.1; extra == 'dev'
21
21
  Requires-Dist: pre-commit<3.5.0,>=3.4.0; extra == 'dev'
22
22
  Requires-Dist: pytest-asyncio<0.25.0,>=0.24.0; extra == 'dev'
@@ -5,7 +5,7 @@ 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=nMmFxYBUgDgXkV2OV12e3Ah--SdBw78yZmNfZVvWydM,20269
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
@@ -15,7 +15,7 @@ arcade_google/tools/drive.py,sha256=JR0JOSYkgKGbDXwk4pjTIJpjb3Nh-5NFb__DVKPJFKc,
15
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-2.0.0.dist-info/METADATA,sha256=Sp2PgKx9DFItwX2BCrU7vWWkMHlrFam9rnIKbBt3IfM,1214
19
- arcade_google-2.0.0.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
20
- arcade_google-2.0.0.dist-info/licenses/LICENSE,sha256=XjKuCk1TG4bFrY-8x79oGMmNqrS4TP7c_Zv4-TrMWQY,1063
21
- arcade_google-2.0.0.dist-info/RECORD,,
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,,