Skip to content

Commit

Permalink
Bump gti api version. Closes #76
Browse files Browse the repository at this point in the history
  • Loading branch information
vigonotion committed Apr 30, 2023
1 parent 3402dc9 commit 2a86743
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pygti/auth.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ async def request(
else:
headers = dict(headers)

payload.update({"version": 38})
payload.update({"version": 54})

data = self.websession.json_serialize(payload).encode("UTF-8")

Expand Down

0 comments on commit 2a86743

Please sign in to comment.