I am working on my custom SQL Eval, but while running client.get_trace_dataset(), its giving me error,
HTTPError: 405 Client Error: Method Not Allowed for url
The relevant route here was changed from a get to a post in this PR and was released as part of part of 4.0.0. This error looks like the client is pre-4.0.0 and the server is post-4.0.0 or vice-versa. How are you running the server?