Skip to content

Commit 5a9f425

Browse files
committed
Bump client version expected in session notebook
1 parent 4608dcc commit 5a9f425

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

doc/modules/ROOT/pages/tutorials/gds-sessions.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ listing, and deletion.
2424

2525
This notebook requires having an AuraDB instance available. We also need
2626
to have the `graphdatascience` Python library installed, version
27-
`1.11a3` or later.
27+
`1.11a4` or later.
2828

2929
[source, python, role=no-test]
3030
----
31-
%pip install --pre "graphdatascience>1.11a3"
31+
%pip install --pre "graphdatascience>1.11a4"
3232
----
3333

3434
== Aura API credentials

examples/gds-sessions.ipynb

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"## Prerequisites\n",
4242
"\n",
4343
"This notebook requires having an AuraDB instance available.\n",
44-
"We also need to have the `graphdatascience` Python library installed, version `1.11a3` or later.\n",
44+
"We also need to have the `graphdatascience` Python library installed, version `1.11a4` or later.\n",
4545
"\n"
4646
]
4747
},
@@ -55,7 +55,7 @@
5555
},
5656
"outputs": [],
5757
"source": [
58-
"%pip install --pre \"graphdatascience>1.11a3\""
58+
"%pip install --pre \"graphdatascience>1.11a4\""
5959
]
6060
},
6161
{
@@ -433,8 +433,14 @@
433433
}
434434
],
435435
"metadata": {
436+
"kernelspec": {
437+
"display_name": ".venv",
438+
"language": "python",
439+
"name": "python3"
440+
},
436441
"language_info": {
437-
"name": "python"
442+
"name": "python",
443+
"version": "3.12.4"
438444
}
439445
},
440446
"nbformat": 4,

0 commit comments

Comments
 (0)