Skip to content

Commit

Permalink
we need version to be in the same place
Browse files Browse the repository at this point in the history
  • Loading branch information
brandon-groundlight committed Nov 15, 2024
1 parent 6c521e7 commit 5445feb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/groundlight/internalapi.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ class GroundlightApiClient(ApiClient):

def __init__(self, *args, **kwargs):
super().__init__(*args, **kwargs)
self.user_agent = f"Groundlight-Python-SDK/{platform.platform()}/{platform.python_version()}/{get_version()}"
self.user_agent = f"Groundlight-Python-SDK/{get_version()}/{platform.platform()}/{platform.python_version()}"

REQUEST_ID_HEADER = "X-Request-Id"

Expand Down

0 comments on commit 5445feb

Please sign in to comment.