We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a82e674 commit b11507aCopy full SHA for b11507a
resend/request.py
@@ -45,7 +45,7 @@ def __get_headers(self) -> Dict:
45
return {
46
"Accept": "application/json",
47
"Authorization": f"Bearer {resend.api_key}",
48
- "User-Agent": f"python:{get_version()}",
+ "User-Agent": f"resend-python:{get_version()}",
49
}
50
51
def make_request(self, url: str):
0 commit comments