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 38fc22b commit 3c2b874Copy full SHA for 3c2b874
pyproject.toml
@@ -3,7 +3,7 @@ name = "letta-client"
3
4
[tool.poetry]
5
name = "letta-client"
6
-version = "0.1.313"
+version = "0.1.314"
7
description = ""
8
readme = "README.md"
9
authors = []
src/letta_client/core/client_wrapper.py
@@ -24,10 +24,10 @@ def __init__(
24
25
def get_headers(self) -> typing.Dict[str, str]:
26
headers: typing.Dict[str, str] = {
27
- "User-Agent": "letta-client/0.1.313",
+ "User-Agent": "letta-client/0.1.314",
28
"X-Fern-Language": "Python",
29
"X-Fern-SDK-Name": "letta-client",
30
- "X-Fern-SDK-Version": "0.1.313",
+ "X-Fern-SDK-Version": "0.1.314",
31
**(self.get_custom_headers() or {}),
32
}
33
if self._project is not None:
0 commit comments