diff --git a/src/workos/_base_client.py b/src/workos/_base_client.py index b0120afb..83c18d39 100644 --- a/src/workos/_base_client.py +++ b/src/workos/_base_client.py @@ -167,7 +167,7 @@ def _build_headers( ) -> Dict[str, str]: headers: Dict[str, str] = { "Content-Type": "application/json", - "User-Agent": f"workos-python/{VERSION} python/{platform.python_version()}", + "User-Agent": f"WorkOS Python/{platform.python_version()} Python SDK/{VERSION}", } if self._api_key: headers["Authorization"] = f"Bearer {self._api_key}"