graphsense-python
graphsense-python copied to clipboard
Avoid conversion of ints to floats
Since the response type of the bulk is open json, the generated python client can only guess on deserialization and always chooses float as target type rather than int.