TINKERPOP-3054 Fix requestId Deserialization in `gremlin-python` (#2494)

https://issues.apache.org/jira/browse/TINKERPOP-3054
Added str() guards to request_id before validating to avoid passing UUID into UUID constructor, which is intended to receive a string.
4 files changed