arcade-google-sheets 4.1.0__py3-none-any.whl → 4.2.3__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.
@@ -30,14 +30,14 @@ class CellExtendedValue(BaseModel):
30
30
  errorValue: Optional["CellErrorValue"] = None
31
31
 
32
32
  @model_validator(mode="after")
33
- def check_exactly_one_value(cls, instance): # type: ignore[no-untyped-def]
34
- provided = [v for v in instance.__dict__.values() if v is not None]
33
+ def check_exactly_one_value(self): # type: ignore[no-untyped-def]
34
+ provided = [v for v in self.__dict__.values() if v is not None]
35
35
  if len(provided) != 1:
36
36
  raise ValueError(
37
37
  "Exactly one of numberValue, stringValue, boolValue, "
38
38
  "formulaValue, or errorValue must be set."
39
39
  )
40
- return instance
40
+ return self
41
41
 
42
42
 
43
43
  class NumberFormat(BaseModel):
@@ -1,20 +1,20 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: arcade_google_sheets
3
- Version: 4.1.0
4
- Summary: Arcade.dev LLM tools for Google Sheets
3
+ Version: 4.2.3
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
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: google-api-core<3.0.0,>=2.19.1
11
11
  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
15
  Provides-Extra: dev
16
- Requires-Dist: arcade-ai[evals]<3.0.0,>=2.0.0; extra == 'dev'
17
- Requires-Dist: arcade-serve<3.0.0,>=2.0.0; extra == 'dev'
16
+ Requires-Dist: arcade-mcp[evals]<2.0.0,>=1.1.0; extra == 'dev'
17
+ Requires-Dist: arcade-serve<4.0.0,>=3.0.0; extra == 'dev'
18
18
  Requires-Dist: mypy<1.6.0,>=1.5.1; extra == 'dev'
19
19
  Requires-Dist: pre-commit<3.5.0,>=3.4.0; extra == 'dev'
20
20
  Requires-Dist: pytest-asyncio<0.25.0,>=0.24.0; extra == 'dev'
@@ -2,7 +2,7 @@ arcade_google_sheets/__init__.py,sha256=asCX32sPK-bi2HRpWZSlLd7dRKy7Uztqxwu-eoXT
2
2
  arcade_google_sheets/constants.py,sha256=4tQOrQ1YagSklJSSw5Eq21XCcFCJdO7lso5SqWIdrPI,63
3
3
  arcade_google_sheets/converters.py,sha256=1muE_28Jk0eyFUzoVo_lN0_qy3z-uv7f5XoZLH9mitQ,3924
4
4
  arcade_google_sheets/enums.py,sha256=30OMPu2l_aUjz8kQzC1mR5w0lLbs0fZn8T6PDtoXpL4,4608
5
- arcade_google_sheets/models.py,sha256=xwPdwUis0OHTDbSLy85qWl7zIh2lDTi5HZMNKwdZjzo,8627
5
+ arcade_google_sheets/models.py,sha256=dy-a4-72Sa7u8LUghrzZYBv4m7w3hWotUE8ezxRUN-Y,8610
6
6
  arcade_google_sheets/templates.py,sha256=hSvjiErERLPe6RqWY6QNmivOy7Ofdg_zABcLWCI-ByU,189
7
7
  arcade_google_sheets/types.py,sha256=R-rCRcyFqDZx3jgl_kWeCliqC8fHuZ8ub_LQ2KoU2AE,37
8
8
  arcade_google_sheets/utils.py,sha256=VmDZOzAOEtfSPOra-ieVl_U16RLonQUOnZ4RW4Gf-oA,34895
@@ -13,7 +13,7 @@ arcade_google_sheets/tools/read.py,sha256=qQX_TdcbPbkuaHPuhx7CzWsWJ_a97FSCDJqOlG
13
13
  arcade_google_sheets/tools/search.py,sha256=olCaUwDqW26yaYqMT5lPmQDFL6M9g7qON7JG3mcgYJM,4841
14
14
  arcade_google_sheets/tools/system_context.py,sha256=rVpYeyFsL8mj0Lt6VWOhnfGaSy3ezOHL74EFJHjE9Ww,1176
15
15
  arcade_google_sheets/tools/write.py,sha256=4kNx941PQt6VUGTogbepnbfUdcsVze6u5c8QvlNnWCI,7782
16
- arcade_google_sheets-4.1.0.dist-info/METADATA,sha256=QUcLQJJbVePzOX49jkTOVDOgsN_nKzX605HcboCi3sM,1123
17
- arcade_google_sheets-4.1.0.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
18
- arcade_google_sheets-4.1.0.dist-info/licenses/LICENSE,sha256=ixeE7aL9b2B-_ZYHTY1vQcJB4NufKeo-LWwKNObGDN0,1960
19
- arcade_google_sheets-4.1.0.dist-info/RECORD,,
16
+ arcade_google_sheets-4.2.3.dist-info/METADATA,sha256=H-8tcFoyoet7-AkVmWhvZ8BN4cSyce7irn-zNdIXRng,1125
17
+ arcade_google_sheets-4.2.3.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
18
+ arcade_google_sheets-4.2.3.dist-info/licenses/LICENSE,sha256=ixeE7aL9b2B-_ZYHTY1vQcJB4NufKeo-LWwKNObGDN0,1960
19
+ arcade_google_sheets-4.2.3.dist-info/RECORD,,