Skip to content

Commit 0ce0905

Browse files
Release 0.0.284
1 parent 40d6a6a commit 0ce0905

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.fern/metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
},
1010
"should_generate_websocket_clients": true
1111
},
12-
"sdkVersion": "0.0.281"
12+
"sdkVersion": "0.0.284"
1313
}

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ dynamic = ["version"]
44

55
[tool.poetry]
66
name = "agentmail"
7-
version = "0.0.281"
7+
version = "0.0.284"
88
description = ""
99
readme = "README.md"
1010
authors = []

src/agentmail/core/client_wrapper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def get_headers(self) -> typing.Dict[str, str]:
3232
"X-Fern-Runtime": f"python/{platform.python_version()}",
3333
"X-Fern-Platform": f"{platform.system().lower()}/{platform.release()}",
3434
"X-Fern-SDK-Name": "agentmail",
35-
"X-Fern-SDK-Version": "0.0.281",
35+
"X-Fern-SDK-Version": "0.0.284",
3636
**(self.get_custom_headers() or {}),
3737
}
3838
headers["Authorization"] = f"Bearer {self._get_api_key()}"

0 commit comments

Comments
 (0)