client_python icon indicating copy to clipboard operation
client_python copied to clipboard

Update calls to GQL Client to match execute method signature or pin version < 4.0.0

Open annguyenarize opened this issue 4 months ago • 0 comments

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.

annguyenarize avatar Aug 18 '25 13:08 annguyenarize