Skip to content

Commit 5445feb

Browse files
author
brandon
committed
we need version to be in the same place
1 parent 6c521e7 commit 5445feb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/groundlight/internalapi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ class GroundlightApiClient(ApiClient):
162162

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

167167
REQUEST_ID_HEADER = "X-Request-Id"
168168

0 commit comments

Comments
 (0)