File tree Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 1919Python driver for [ ArangoDB] ( https://www.arangodb.com ) , a scalable multi-model
2020database natively supporting documents, graphs and search.
2121
22+ If you're interested in using asyncio, please check [ python-arango-async] ( https://github.com/arangodb/python-arango-async ) .
23+
2224## Requirements
2325
2426- ArangoDB version 3.11+
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ def normalize_headers(
1212 if driver_flags is not None :
1313 for flag in driver_flags :
1414 flags = flags + flag + ";"
15- driver_version = "8.1.5 "
15+ driver_version = "8.1.7 "
1616 driver_header = "python-arango/" + driver_version + " (" + flags + ")"
1717 normalized_headers : Headers = {
1818 "charset" : "utf-8" ,
Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ Python-Arango
77
88Welcome to the documentation for **python-arango **, a Python driver for ArangoDB _.
99
10+ If you're interested in using asyncio, please check python-arango-async _ driver.
11+
1012Requirements
1113=============
1214
@@ -96,3 +98,4 @@ Development
9698 specs
9799
98100.. _ArangoDB : https://www.arangodb.com
101+ .. _python-arango-async : https://python-arango-async.readthedocs.io
You can’t perform that action at this time.
0 commit comments