Skip to content

Commit

Permalink
change method
Browse files Browse the repository at this point in the history
  • Loading branch information
isahers1 committed Sep 12, 2024
1 parent cf8b27b commit e7d9e2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/sdk-py/langgraph_sdk/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -606,7 +606,7 @@ async def change_version(self, assistant_id: str, version: int) -> Assistant:
""" # noqa: E501

return await self.http.get(f"/assistants/{assistant_id}/change_version/{version}")
return await self.http.post(f"/assistants/{assistant_id}/change_version/{version}")



Expand Down

0 comments on commit e7d9e2a

Please sign in to comment.