Skip to content

Commit 85bc8eb

Browse files
authored
feat: normalize user agent with other do clients
1 parent 9f911df commit 85bc8eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gradient/_base_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -671,7 +671,7 @@ def _validate_headers(
671671

672672
@property
673673
def user_agent(self) -> str:
674-
return f"{self.__class__.__name__}/Python {self._version}"
674+
return f"{self.__class__.__name__}/Python/{self._version}"
675675

676676
@property
677677
def base_url(self) -> URL:

0 commit comments

Comments
 (0)