client_python
client_python copied to clipboard
Update calls to GQL Client to match execute method signature or pin version < 4.0.0
Latest gql Client.execute() method won't take variables as a position argument, leading to a type error when making gql requests. Noticed this on the prompt hub API. Downgrading to v3.5.5 fixed it.