Skip to content

Commit b11507a

Browse files
authored
feat: Standardize User Agent (#40)
1 parent a82e674 commit b11507a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resend/request.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def __get_headers(self) -> Dict:
4545
return {
4646
"Accept": "application/json",
4747
"Authorization": f"Bearer {resend.api_key}",
48-
"User-Agent": f"python:{get_version()}",
48+
"User-Agent": f"resend-python:{get_version()}",
4949
}
5050

5151
def make_request(self, url: str):

0 commit comments

Comments
 (0)