Skip to content

Commit 72d5693

Browse files
authored
Merge pull request #88535 from john-pao/patch-1
Specified gremlinpython library version 3.4.13
2 parents 53adccc + 3234d1b commit 72d5693

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

articles/cosmos-db/graph/create-graph-python.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,17 @@ In this quickstart, you create and manage an Azure Cosmos DB Gremlin (graph) API
3232
You can also install the Python driver for Gremlin by using the `pip` command line:
3333

3434
```bash
35-
pip install gremlinpython
35+
pip install gremlinpython==3.4.13
3636
```
3737

3838
- [Git](https://git-scm.com/downloads).
3939

4040
> [!NOTE]
4141
> This quickstart requires a graph database account created after December 20, 2017. Existing accounts will support Python once they’re migrated to general availability.
4242
43+
> [!NOTE]
44+
> We currently recommend using gremlinpython==3.4.13 with Gremlin (Graph) API as we haven't fully tested all language-specific libraries of version 3.5.* for use with the service.
45+
4346
## Create a database account
4447

4548
Before you can create a graph database, you need to create a Gremlin (Graph) database account with Azure Cosmos DB.

0 commit comments

Comments
 (0)