python-arango 8.3.1__py3-none-any.whl → 8.3.2__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
arango/formatter.py CHANGED
@@ -119,6 +119,10 @@ def format_index(body: Json, formatter: bool = True) -> Json:
119
119
  # Introduced via Vector Index in 3.12.6
120
120
  if "params" in body:
121
121
  result["params"] = body["params"]
122
+ if "errorMessage" in body:
123
+ result["error_message"] = body["errorMessage"]
124
+ if "trainingState" in body:
125
+ result["training_state"] = body["trainingState"]
122
126
 
123
127
  return verify_format(body, result)
124
128
 
@@ -275,6 +279,9 @@ def format_collection(body: Json) -> Json:
275
279
  if "internalValidatorType" in body:
276
280
  result["internal_validator_type"] = body["internalValidatorType"]
277
281
 
282
+ if "supportsRBAC" in body:
283
+ result["supportsRBAC"] = body["supportsRBAC"]
284
+
278
285
  return verify_format(body, result)
279
286
 
280
287
 
arango/version.py CHANGED
@@ -1 +1 @@
1
- __version__ = "8.3.1"
1
+ __version__ = "8.3.2"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: python-arango
3
- Version: 8.3.1
3
+ Version: 8.3.2
4
4
  Summary: Python Driver for ArangoDB
5
5
  Author-email: Joohwan Oh <joohwan.oh@outlook.com>
6
6
  Maintainer-email: Joohwan Oh <joohwan.oh@outlook.com>, Alexandru Petenchea <alex.petenchea@gmail.com>, Anthony Mahanna <anthony.mahanna@arangodb.com>
@@ -11,7 +11,7 @@ arango/database.py,sha256=bTsaCtk3mTC6StO_Qy91TFvFJQaSVngY4A2bIHS72rI,133143
11
11
  arango/errno.py,sha256=4oKY9IyyzjOitbywhjH8S214qeNtpDlQg7JsHENJNoU,25245
12
12
  arango/exceptions.py,sha256=N2sUD6_aJQqsrXXluDrQkXo143d8M07ziqZQK5VN_rk,26225
13
13
  arango/executor.py,sha256=ahez3ar-FLZLWv4pu1IYhAi_EdhbwsME82N_hkB1PSw,16000
14
- arango/formatter.py,sha256=gIAtV26b4VA9mGyLs1PE58D1hIu0O_DIFzX1azF0eNw,42600
14
+ arango/formatter.py,sha256=v_q93uvmUsYVsvxoHb2fAskqGxi3zRT88IUQCZgc9z4,42861
15
15
  arango/foxx.py,sha256=JJrsfgWzGMqEobi3f_VGLYXEQrk2vsGJwfQeWTM6SGA,32737
16
16
  arango/graph.py,sha256=UPxiN0JgyzZGYc1aZZ1tiiOsz9fStInEGS6SySDaFW0,36282
17
17
  arango/http.py,sha256=36Us7VBcOcHH2kdWg8ZpPkD-4Po8U5ScQvR1MATGVr0,10215
@@ -25,10 +25,10 @@ arango/response.py,sha256=n55yXyrsUldOQV8FYUgX9PiVvTW-R9nVOyDUTcnsN1o,2164
25
25
  arango/result.py,sha256=nILp1HZCl06awosbDi1AL_LCDDXV0DEi1KBkywG6uoI,168
26
26
  arango/typings.py,sha256=G8BKOORxaVKSS3kaxHjVaXD0TIJkd1Cs8j2nuKwSKlQ,779
27
27
  arango/utils.py,sha256=PGUH06T4NXnr5-wGa13s4hAOpj_JcPwlFfbGiywueIY,4694
28
- arango/version.py,sha256=ucC_eOhA8P1WyRFrj7fOwIFFUO6PpJtxVL5W-bR0tCc,22
28
+ arango/version.py,sha256=vTLGTBVTHGQLpfevg3lOhj8f5ns-dUKSgLvAWYnkLwU,22
29
29
  arango/wal.py,sha256=aqt0ET7mP2FH9x4KHw15B4ZiEa0jYTyUdUs2rD2Zwmo,11207
30
- python_arango-8.3.1.dist-info/licenses/LICENSE,sha256=e86a4kkFfMBuoffCn4RLmQGC2LUqNs78i5npEsJ1b5I,1072
31
- python_arango-8.3.1.dist-info/METADATA,sha256=FBu9cxBBxe19MKvnagunxzBoA5mtu63P5J4Ks0Bm8Jw,8353
32
- python_arango-8.3.1.dist-info/WHEEL,sha256=aeYiig01lYGDzBgS8HxWXOg3uV61G9ijOsup-k9o1sk,91
33
- python_arango-8.3.1.dist-info/top_level.txt,sha256=F8H1mznbOGduHSsSET9uiPd72kJ1fGbejiuzYMm9XqA,7
34
- python_arango-8.3.1.dist-info/RECORD,,
30
+ python_arango-8.3.2.dist-info/licenses/LICENSE,sha256=e86a4kkFfMBuoffCn4RLmQGC2LUqNs78i5npEsJ1b5I,1072
31
+ python_arango-8.3.2.dist-info/METADATA,sha256=X-ZJEgY6q5zDQejkdnfhUb3gOQxEYibspnzt0Frz6c0,8353
32
+ python_arango-8.3.2.dist-info/WHEEL,sha256=aeYiig01lYGDzBgS8HxWXOg3uV61G9ijOsup-k9o1sk,91
33
+ python_arango-8.3.2.dist-info/top_level.txt,sha256=F8H1mznbOGduHSsSET9uiPd72kJ1fGbejiuzYMm9XqA,7
34
+ python_arango-8.3.2.dist-info/RECORD,,