Skip to content

Commit 3c2b874

Browse files
committed
Release 0.1.314
1 parent 38fc22b commit 3c2b874

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "letta-client"
33

44
[tool.poetry]
55
name = "letta-client"
6-
version = "0.1.313"
6+
version = "0.1.314"
77
description = ""
88
readme = "README.md"
99
authors = []

src/letta_client/core/client_wrapper.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ def __init__(
2424

2525
def get_headers(self) -> typing.Dict[str, str]:
2626
headers: typing.Dict[str, str] = {
27-
"User-Agent": "letta-client/0.1.313",
27+
"User-Agent": "letta-client/0.1.314",
2828
"X-Fern-Language": "Python",
2929
"X-Fern-SDK-Name": "letta-client",
30-
"X-Fern-SDK-Version": "0.1.313",
30+
"X-Fern-SDK-Version": "0.1.314",
3131
**(self.get_custom_headers() or {}),
3232
}
3333
if self._project is not None:

0 commit comments

Comments
 (0)