Skip to content

Commit b3724b3

Browse files
authored
Updating the minimum version of each notebook (#797)
1 parent 9c8f8c5 commit b3724b3

20 files changed

+952
-2434
lines changed

quickstarts/Asynchronous_requests.ipynb

Lines changed: 32 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
{
1313
"cell_type": "code",
14-
"execution_count": 4,
14+
"execution_count": 1,
1515
"metadata": {
1616
"cellView": "form",
1717
"id": "Q2fjiWA5HetI"
@@ -55,13 +55,22 @@
5555
},
5656
{
5757
"cell_type": "code",
58-
"execution_count": 5,
58+
"execution_count": 2,
5959
"metadata": {
6060
"id": "CUCIiuo60vgI"
6161
},
62-
"outputs": [],
62+
"outputs": [
63+
{
64+
"name": "stdout",
65+
"output_type": "stream",
66+
"text": [
67+
"\u001b[?25l \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m0.0/200.0 kB\u001b[0m \u001b[31m?\u001b[0m eta \u001b[36m-:--:--\u001b[0m\r\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m200.0/200.0 kB\u001b[0m \u001b[31m14.5 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n",
68+
"\u001b[?25h"
69+
]
70+
}
71+
],
6372
"source": [
64-
"%pip install -qU 'google-genai>=1.19.0' aiohttp"
73+
"%pip install -qU 'google-genai>=1.0.0' aiohttp"
6574
]
6675
},
6776
{
@@ -77,7 +86,7 @@
7786
},
7887
{
7988
"cell_type": "code",
80-
"execution_count": 6,
89+
"execution_count": 3,
8190
"metadata": {
8291
"id": "JiXbEhpl_0ya"
8392
},
@@ -101,7 +110,7 @@
101110
},
102111
{
103112
"cell_type": "code",
104-
"execution_count": 7,
113+
"execution_count": 4,
105114
"metadata": {
106115
"id": "PQgPpzjsFzRR"
107116
},
@@ -123,7 +132,7 @@
123132
},
124133
{
125134
"cell_type": "code",
126-
"execution_count": 8,
135+
"execution_count": 5,
127136
"metadata": {
128137
"id": "D1Sw3UzEFekL"
129138
},
@@ -146,7 +155,7 @@
146155
},
147156
{
148157
"cell_type": "code",
149-
"execution_count": 9,
158+
"execution_count": 6,
150159
"metadata": {
151160
"id": "iRGHeraNFwTL"
152161
},
@@ -155,12 +164,12 @@
155164
"name": "stdout",
156165
"output_type": "stream",
157166
"text": [
158-
"2025-05-16 13:54:47 URL:https://storage.googleapis.com/generativeai-downloads/images/firefighter.jpg [547369/547369] -> \"firefighter.jpg\" [1]\n",
159-
"2025-05-16 13:54:47 URL:https://storage.googleapis.com/generativeai-downloads/images/elephants.jpeg [224007/224007] -> \"elephants.jpeg\" [1]\n",
160-
"2025-05-16 13:54:47 URL:https://storage.googleapis.com/generativeai-downloads/images/jetpack.jpg [357568/357568] -> \"jetpack.jpg\" [1]\n",
161-
"FINISHED --2025-05-16 13:54:47--\n",
162-
"Total wall clock time: 0.4s\n",
163-
"Downloaded: 3 files, 1.1M in 0.01s (92.5 MB/s)\n"
167+
"2025-06-09 09:43:19 URL:https://storage.googleapis.com/generativeai-downloads/images/firefighter.jpg [547369/547369] -> \"firefighter.jpg.1\" [1]\n",
168+
"2025-06-09 09:43:20 URL:https://storage.googleapis.com/generativeai-downloads/images/elephants.jpeg [224007/224007] -> \"elephants.jpeg.1\" [1]\n",
169+
"2025-06-09 09:43:20 URL:https://storage.googleapis.com/generativeai-downloads/images/jetpack.jpg [357568/357568] -> \"jetpack.jpg.1\" [1]\n",
170+
"FINISHED --2025-06-09 09:43:20--\n",
171+
"Total wall clock time: 0.2s\n",
172+
"Downloaded: 3 files, 1.1M in 0.02s (56.7 MB/s)\n"
164173
]
165174
}
166175
],
@@ -181,7 +190,7 @@
181190
},
182191
{
183192
"cell_type": "code",
184-
"execution_count": 10,
193+
"execution_count": 7,
185194
"metadata": {
186195
"id": "AXcB_yPGFlZd"
187196
},
@@ -190,9 +199,9 @@
190199
"name": "stdout",
191200
"output_type": "stream",
192201
"text": [
193-
"Cat in tree.\n",
194-
"Elephant family group\n",
195-
"Jetpack Backpack Sketch\n"
202+
"Boy, cat, tree.\n",
203+
"Forest elephant family\n",
204+
"Jetpack Backpack Concept\n"
196205
]
197206
}
198207
],
@@ -227,7 +236,7 @@
227236
},
228237
{
229238
"cell_type": "code",
230-
"execution_count": 11,
239+
"execution_count": 8,
231240
"metadata": {
232241
"id": "RdykoS-G__Tv"
233242
},
@@ -258,7 +267,7 @@
258267
},
259268
{
260269
"cell_type": "code",
261-
"execution_count": 12,
270+
"execution_count": 9,
262271
"metadata": {
263272
"id": "447qlmtD2kWe"
264273
},
@@ -269,11 +278,11 @@
269278
"text": [
270279
"Download and content generation queued for 3 images.\n",
271280
"\n",
272-
"Jetpack backpack sketch\n",
281+
"Wild elephant family.\n",
273282
"\n",
274-
"Cat up tree\n",
283+
"Jetpack backpack concept\n",
275284
"\n",
276-
"Elephant trio nature\n"
285+
"Cat, person, tree.\n"
277286
]
278287
}
279288
],

0 commit comments

Comments
 (0)