arcade-google-slides 1.3.1__py3-none-any.whl → 1.3.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.
@@ -52,6 +52,7 @@ def generate_google_file_picker_url(
52
52
  "url": url,
53
53
  "llm_instructions": (
54
54
  "Instruct the user to click the following link to open the Google Drive File Picker. "
55
- "This will allow them to select files and grant access permissions: {url}"
55
+ "This will allow them to select files and grant access permissions:\n\n"
56
+ f"[Open Google Drive File Picker]({url})"
56
57
  ),
57
58
  }
@@ -1,22 +1,20 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: arcade_google_slides
3
- Version: 1.3.1
3
+ Version: 1.3.3
4
4
  Summary: Arcade.dev LLM tools for Google Slides
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-ai>=2.2.1
10
- Requires-Dist: arcade-serve>=2.1.0
11
- Requires-Dist: arcade-tdk<3.0.0,>=2.3.1
9
+ Requires-Dist: arcade-tdk<4.0.0,>=3.0.0
12
10
  Requires-Dist: google-api-core<3.0.0,>=2.19.1
13
11
  Requires-Dist: google-api-python-client<3.0.0,>=2.137.0
14
12
  Requires-Dist: google-auth-httplib2<1.0.0,>=0.2.0
15
13
  Requires-Dist: google-auth<3.0.0,>=2.32.0
16
14
  Requires-Dist: googleapis-common-protos<2.0.0,>=1.63.2
17
15
  Provides-Extra: dev
18
- Requires-Dist: arcade-ai[evals]<3.0.0,>=2.2.1; extra == 'dev'
19
- Requires-Dist: arcade-serve<3.0.0,>=2.1.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'
20
18
  Requires-Dist: mypy<1.6.0,>=1.5.1; extra == 'dev'
21
19
  Requires-Dist: pre-commit<3.5.0,>=3.4.0; extra == 'dev'
22
20
  Requires-Dist: pytest-asyncio<0.25.0,>=0.24.0; extra == 'dev'
@@ -7,11 +7,11 @@ arcade_google_slides/who_am_i_util.py,sha256=qXckkm6YDe51yy4pm3pqQQy3gyhTKNavr55
7
7
  arcade_google_slides/tools/__init__.py,sha256=Ki-7TlKY8dbmrhOcYN6Yw5NHypTAHToJcZzpdxVqRhk,732
8
8
  arcade_google_slides/tools/comment.py,sha256=SCLONR43ZXBHjLFkaNnIbWvxO3qV0tG-li8HkHi1Npk,2960
9
9
  arcade_google_slides/tools/create.py,sha256=JbKhvZH5jbj7dFXLdUhm9mHDWYChXQZ66BSilersYMA,3955
10
- arcade_google_slides/tools/file_picker.py,sha256=Dqn-hfMoTsWyHM8QCakVgHr5TKrzL_1Lj-vYHVGtOW4,2342
10
+ arcade_google_slides/tools/file_picker.py,sha256=XVFDZq34LGPjXbZWengPaZzNlQAfBj84Ui8_8YHfTdo,2394
11
11
  arcade_google_slides/tools/get.py,sha256=i3KKR-0ZouwLRapV87_Y4OmTL2cyXA8ACwaj3FM3ALw,1013
12
12
  arcade_google_slides/tools/search.py,sha256=6tnLT5xRQfibrcbqdGQcowhjBxhLjaojKHVjN_274uA,4768
13
13
  arcade_google_slides/tools/system_context.py,sha256=bP9pPgxDGAXLIsRftUVHUVpbOcex_X6y6kWvTr3eAdM,1176
14
- arcade_google_slides-1.3.1.dist-info/METADATA,sha256=HnW-92nfkXAhVjBOB3BnS_PHX0sq7vvFL-IyVSKPsa0,1190
15
- arcade_google_slides-1.3.1.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
16
- arcade_google_slides-1.3.1.dist-info/licenses/LICENSE,sha256=ixeE7aL9b2B-_ZYHTY1vQcJB4NufKeo-LWwKNObGDN0,1960
17
- arcade_google_slides-1.3.1.dist-info/RECORD,,
14
+ arcade_google_slides-1.3.3.dist-info/METADATA,sha256=R9qG2tVOHiNHSJZmKqa1OACk1pujU-XooOyuFRTX_S4,1124
15
+ arcade_google_slides-1.3.3.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
16
+ arcade_google_slides-1.3.3.dist-info/licenses/LICENSE,sha256=ixeE7aL9b2B-_ZYHTY1vQcJB4NufKeo-LWwKNObGDN0,1960
17
+ arcade_google_slides-1.3.3.dist-info/RECORD,,
@@ -1,4 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: hatchling 1.27.0
2
+ Generator: hatchling 1.28.0
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any