Skip to content

Commit

Permalink
Keeping version at 8.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
apetenchea committed Jul 21, 2024
1 parent ae0c332 commit c6a86ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arango/request.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def normalize_headers(
if driver_flags is not None:
for flag in driver_flags:
flags = flags + flag + ";"
driver_version = "9.0.0"
driver_version = "8.1.0"
driver_header = "python-arango/" + driver_version + " (" + flags + ")"
normalized_headers: Headers = {
"charset": "utf-8",
Expand Down

0 comments on commit c6a86ce

Please sign in to comment.