letta-client 1.0.0a2__py3-none-any.whl → 1.0.0a3__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.
|
@@ -24,10 +24,10 @@ class BaseClientWrapper:
|
|
|
24
24
|
|
|
25
25
|
def get_headers(self) -> typing.Dict[str, str]:
|
|
26
26
|
headers: typing.Dict[str, str] = {
|
|
27
|
-
"User-Agent": "letta-client/1.0.
|
|
27
|
+
"User-Agent": "letta-client/1.0.0a3",
|
|
28
28
|
"X-Fern-Language": "Python",
|
|
29
29
|
"X-Fern-SDK-Name": "letta-client",
|
|
30
|
-
"X-Fern-SDK-Version": "1.0.
|
|
30
|
+
"X-Fern-SDK-Version": "1.0.0a3",
|
|
31
31
|
**(self.get_custom_headers() or {}),
|
|
32
32
|
}
|
|
33
33
|
if self._project is not None:
|
|
@@ -125,7 +125,7 @@ letta_client/client_side_access_tokens/types/client_side_access_tokens_list_clie
|
|
|
125
125
|
letta_client/client_side_access_tokens/types/client_side_access_tokens_list_client_side_access_tokens_response_tokens_item_policy_data_item_access_item.py,sha256=kNHfEWFl7u71Pu8NPqutod0a2NXfvq8il05Hqm0iBB4,284
|
|
126
126
|
letta_client/core/__init__.py,sha256=tpn7rjb6C2UIkYZYIqdrNpI7Yax2jw88sXh2baxaxAI,1715
|
|
127
127
|
letta_client/core/api_error.py,sha256=44vPoTyWN59gonCIZMdzw7M1uspygiLnr3GNFOoVL2Q,614
|
|
128
|
-
letta_client/core/client_wrapper.py,sha256
|
|
128
|
+
letta_client/core/client_wrapper.py,sha256=VE_DZTnG5Ld_L4WtChyiwD28MgakVIBEb2wcGzTb8Vs,2776
|
|
129
129
|
letta_client/core/datetime_utils.py,sha256=nBys2IsYrhPdszxGKCNRPSOCwa-5DWOHG95FB8G9PKo,1047
|
|
130
130
|
letta_client/core/file.py,sha256=d4NNbX8XvXP32z8KpK2Xovv33nFfruIrpz0QWxlgpZk,2663
|
|
131
131
|
letta_client/core/force_multipart.py,sha256=awxh5MtcRYe74ehY8U76jzv6fYM_w_D3Rur7KQQzSDk,429
|
|
@@ -1110,6 +1110,6 @@ letta_client/version.py,sha256=bttKLbIhO3UonCYQlqs600zzbQgfhCCMjeXR9WRzid4,79
|
|
|
1110
1110
|
letta_client/voice/__init__.py,sha256=_VhToAyIt_5axN6CLJwtxg3-CO7THa_23pbUzqhXJa4,85
|
|
1111
1111
|
letta_client/voice/client.py,sha256=htBM9gwuGsyn3pK880QqtabE33S8eRdra1GltN08vCY,4146
|
|
1112
1112
|
letta_client/voice/raw_client.py,sha256=GQUKwqsRNTyI0N5N1R4vCqui9Qdgmi0XC3iEZPNCOn4,7190
|
|
1113
|
-
letta_client-1.0.
|
|
1114
|
-
letta_client-1.0.
|
|
1115
|
-
letta_client-1.0.
|
|
1113
|
+
letta_client-1.0.0a3.dist-info/METADATA,sha256=yt4pYlI4aHENRE0wUAoAwVm6genz8bKnkUzETVZYnG8,12235
|
|
1114
|
+
letta_client-1.0.0a3.dist-info/WHEEL,sha256=Zb28QaM1gQi8f4VCBhsUklF61CTlNYfs9YAZn-TOGFk,88
|
|
1115
|
+
letta_client-1.0.0a3.dist-info/RECORD,,
|
|
File without changes
|