vtexpy 0.0.0b7__py3-none-any.whl → 0.0.0b8__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.
vtex/_utils.py
CHANGED
|
@@ -56,9 +56,9 @@ def to_snake_case_deep(obj: JSONType) -> JSONType:
|
|
|
56
56
|
key = to_snake_case(remove_null_bytes(key))
|
|
57
57
|
|
|
58
58
|
while key in snake_cased_obj:
|
|
59
|
-
logger.
|
|
59
|
+
logger.warning(
|
|
60
60
|
f"Snake cased key {key} appears multiple times in object",
|
|
61
|
-
extra=obj,
|
|
61
|
+
extra={"object": obj, "key": key},
|
|
62
62
|
)
|
|
63
63
|
key = f"_{key}"
|
|
64
64
|
|
|
@@ -17,10 +17,10 @@ vtex/_exceptions.py,sha256=8aly7jBClpWKdZoC8SqJrCljeucebYDZNZeSS1nfaOg,2162
|
|
|
17
17
|
vtex/_logging.py,sha256=MrnB_5urv2hdlqzPlgv6ZH7YhFObpPkTLdLeVvS5He8,1573
|
|
18
18
|
vtex/_sentinels.py,sha256=HLkYBJVHTx9GoyACPO1SuINaGlU2YiqOPuFXUa7iG8A,1120
|
|
19
19
|
vtex/_types.py,sha256=zx5DLAjaxMeYbvC_Wno7-9UwoLc8j-awkoW2SjhVXAU,675
|
|
20
|
-
vtex/_utils.py,sha256=
|
|
20
|
+
vtex/_utils.py,sha256=uxZvolFIWtmwtPruRF6Hg_SMkbHlfZdnAOMBGyNgVx8,2910
|
|
21
21
|
vtex/_vtex.py,sha256=BZgRemvPeUeyTsBo6E7-LuHfrbcz4PZNYQV-Jr0_p0c,3155
|
|
22
22
|
vtex/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
23
|
-
vtexpy-0.0.
|
|
24
|
-
vtexpy-0.0.
|
|
25
|
-
vtexpy-0.0.
|
|
26
|
-
vtexpy-0.0.
|
|
23
|
+
vtexpy-0.0.0b8.dist-info/LICENSE,sha256=z8d0m5b2O9McPEK1xHG_dWgUBT6EfBDz6wA0F7xSPTA,11358
|
|
24
|
+
vtexpy-0.0.0b8.dist-info/METADATA,sha256=lGT8a8Qx278UAUoM8vxsg4L8UXn13bUWaN5DGfDTTjM,2226
|
|
25
|
+
vtexpy-0.0.0b8.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
|
26
|
+
vtexpy-0.0.0b8.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|