letta-client 0.1.72__py3-none-any.whl → 0.1.73__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of letta-client might be problematic. Click here for more details.
- letta_client/core/client_wrapper.py +1 -1
- letta_client/tools/types/add_mcp_server_response_item.py +2 -2
- letta_client/tools/types/delete_mcp_server_response_item.py +2 -2
- {letta_client-0.1.72.dist-info → letta_client-0.1.73.dist-info}/METADATA +1 -1
- {letta_client-0.1.72.dist-info → letta_client-0.1.73.dist-info}/RECORD +6 -6
- {letta_client-0.1.72.dist-info → letta_client-0.1.73.dist-info}/WHEEL +0 -0
|
@@ -16,7 +16,7 @@ class BaseClientWrapper:
|
|
|
16
16
|
headers: typing.Dict[str, str] = {
|
|
17
17
|
"X-Fern-Language": "Python",
|
|
18
18
|
"X-Fern-SDK-Name": "letta-client",
|
|
19
|
-
"X-Fern-SDK-Version": "0.1.
|
|
19
|
+
"X-Fern-SDK-Version": "0.1.73",
|
|
20
20
|
}
|
|
21
21
|
if self.token is not None:
|
|
22
22
|
headers["Authorization"] = f"Bearer {self.token}"
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# This file was auto-generated by Fern from our API Definition.
|
|
2
2
|
|
|
3
3
|
import typing
|
|
4
|
-
from ...types.stdio_server_config import StdioServerConfig
|
|
5
4
|
from ...types.sse_server_config import SseServerConfig
|
|
5
|
+
from ...types.stdio_server_config import StdioServerConfig
|
|
6
6
|
|
|
7
|
-
AddMcpServerResponseItem = typing.Union[
|
|
7
|
+
AddMcpServerResponseItem = typing.Union[SseServerConfig, StdioServerConfig]
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# This file was auto-generated by Fern from our API Definition.
|
|
2
2
|
|
|
3
3
|
import typing
|
|
4
|
-
from ...types.stdio_server_config import StdioServerConfig
|
|
5
4
|
from ...types.sse_server_config import SseServerConfig
|
|
5
|
+
from ...types.stdio_server_config import StdioServerConfig
|
|
6
6
|
|
|
7
|
-
DeleteMcpServerResponseItem = typing.Union[
|
|
7
|
+
DeleteMcpServerResponseItem = typing.Union[SseServerConfig, StdioServerConfig]
|
|
@@ -228,7 +228,7 @@ letta_client/blocks/client.py,sha256=LE9dsHaBxFLC3G035f0VpNDG7XKWRK8y9OXpeFCMvUw
|
|
|
228
228
|
letta_client/client.py,sha256=xdSrD4IkWokZHujowd1r7zESBoVgKGNvo6RqgZ3f0Fg,12808
|
|
229
229
|
letta_client/core/__init__.py,sha256=OKbX2aCZXgHCDUsCouqv-OiX32xA6eFFCKIUH9M5Vzk,1591
|
|
230
230
|
letta_client/core/api_error.py,sha256=RE8LELok2QCjABadECTvtDp7qejA1VmINCh6TbqPwSE,426
|
|
231
|
-
letta_client/core/client_wrapper.py,sha256=
|
|
231
|
+
letta_client/core/client_wrapper.py,sha256=gOYaT-CORQRDv2gfUHFlXVEYmHIZl8W-M2dli_2kP54,1997
|
|
232
232
|
letta_client/core/datetime_utils.py,sha256=nBys2IsYrhPdszxGKCNRPSOCwa-5DWOHG95FB8G9PKo,1047
|
|
233
233
|
letta_client/core/file.py,sha256=d4NNbX8XvXP32z8KpK2Xovv33nFfruIrpz0QWxlgpZk,2663
|
|
234
234
|
letta_client/core/http_client.py,sha256=Z77OIxIbL4OAB2IDqjRq_sYa5yNYAWfmdhdCSSvh6Y4,19552
|
|
@@ -463,8 +463,8 @@ letta_client/tools/__init__.py,sha256=XsuAkxHDA-Z98gLNNW_fiEwFP3fP4XQipflrK2bHl8
|
|
|
463
463
|
letta_client/tools/client.py,sha256=m_GRTYbqESVr21FuQ3WtpRcShqDPt8nupQu06aIJCLY,76942
|
|
464
464
|
letta_client/tools/types/__init__.py,sha256=R11LYBi6lxkud_DRyaHFUHtlnbfnEI93-SEo7FL4tzs,478
|
|
465
465
|
letta_client/tools/types/add_mcp_server_request.py,sha256=EieZjfOT95sjkpxXdqy7glpxF4J4J3fm6tlaHFnYk84,265
|
|
466
|
-
letta_client/tools/types/add_mcp_server_response_item.py,sha256=
|
|
467
|
-
letta_client/tools/types/delete_mcp_server_response_item.py,sha256=
|
|
466
|
+
letta_client/tools/types/add_mcp_server_response_item.py,sha256=TWdsKqGb1INhYtpGnAckz0Pw4nZShumSp4pfocRfxCA,270
|
|
467
|
+
letta_client/tools/types/delete_mcp_server_response_item.py,sha256=MeZObU-7tMSCd-S5yuUjNDse6A1hUz1LLjbko0pXaro,273
|
|
468
468
|
letta_client/tools/types/list_mcp_servers_response_value.py,sha256=AIoXu4bO8QNSU7zjL1jj0Rg4313wVtPaTt13W0aevLQ,273
|
|
469
469
|
letta_client/types/__init__.py,sha256=TWfCMqSPdEGEfBWiy5EVmqL2tRr8vMPSWZzU_pgtqm4,18454
|
|
470
470
|
letta_client/types/action_model.py,sha256=y1e2XMv3skFaNJIBdYoBKgiORzGh05aOVvu-qVR9uHg,1240
|
|
@@ -676,6 +676,6 @@ letta_client/voice/__init__.py,sha256=ZrZEuXIukVGhsfM-i0dIFfqjeSOBMPeEgDva7Vvnip
|
|
|
676
676
|
letta_client/voice/client.py,sha256=O38dLq__WTwLPlFTtvw1hgqaPYK9alds_ft12Bnp5fs,6475
|
|
677
677
|
letta_client/voice/types/__init__.py,sha256=hBLJcrom99DkDxxsVRU2ni8kPx6SsCy8gtAJvNOz26w,199
|
|
678
678
|
letta_client/voice/types/create_voice_chat_completions_request.py,sha256=K4__83rXRCshfdobyAmH-5fUDJQ_PeSQetTUeC4Abk0,381
|
|
679
|
-
letta_client-0.1.
|
|
680
|
-
letta_client-0.1.
|
|
681
|
-
letta_client-0.1.
|
|
679
|
+
letta_client-0.1.73.dist-info/METADATA,sha256=KJfnDcTUv1L4JJx3KHGIchhVltZQ-GWo7aXwH6Qf7Uo,5041
|
|
680
|
+
letta_client-0.1.73.dist-info/WHEEL,sha256=Zb28QaM1gQi8f4VCBhsUklF61CTlNYfs9YAZn-TOGFk,88
|
|
681
|
+
letta_client-0.1.73.dist-info/RECORD,,
|
|
File without changes
|