arangodb / python-arango

The official ArangoDB Python driver.
https://docs.python-arango.com
MIT License
446 stars 74 forks source link

Traversal API no longer available in 3.12 #335

Closed apetenchea closed 6 months ago

apetenchea commented 6 months ago

The api/traversal endpoint is no longer available starting with ArangoDB 3.12. This renders the arango.graph.Graph.traverse() unusable, causing the graph doctests to fail.

This PR makes the following adjustments:

apetenchea commented 6 months ago

"latest" image issues are unrelated, these are due to ArangoDB 3.12 change.