letta-nightly 0.6.29.dev20250221104040__py3-none-any.whl → 0.6.30.dev20250221221134__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-nightly might be problematic. Click here for more details.

letta/__init__.py CHANGED
@@ -1,4 +1,4 @@
1
- __version__ = "0.6.29"
1
+ __version__ = "0.6.30"
2
2
 
3
3
  # import clients
4
4
  from letta.client.client import LocalClient, RESTClient, create_client
letta/orm/identity.py CHANGED
@@ -2,7 +2,7 @@ import uuid
2
2
  from typing import List, Optional
3
3
 
4
4
  from sqlalchemy import String, UniqueConstraint
5
- from sqlalchemy.dialects.postgresql import JSONB
5
+ from sqlalchemy.dialects.postgresql import JSON
6
6
  from sqlalchemy.orm import Mapped, mapped_column, relationship
7
7
 
8
8
  from letta.orm.mixins import OrganizationMixin
@@ -21,7 +21,7 @@ class Identity(SqlalchemyBase, OrganizationMixin):
21
21
  "identifier_key",
22
22
  "project_id",
23
23
  "organization_id",
24
- name="unique_identifier_without_project",
24
+ name="unique_identifier_key_project_id_organization_id",
25
25
  postgresql_nulls_not_distinct=True,
26
26
  ),
27
27
  )
@@ -32,7 +32,7 @@ class Identity(SqlalchemyBase, OrganizationMixin):
32
32
  identity_type: Mapped[str] = mapped_column(nullable=False, doc="The type of the identity.")
33
33
  project_id: Mapped[Optional[str]] = mapped_column(nullable=True, doc="The project id of the identity.")
34
34
  properties: Mapped[List["IdentityProperty"]] = mapped_column(
35
- JSONB, nullable=False, default=list, doc="List of properties associated with the identity"
35
+ JSON, nullable=False, default=list, doc="List of properties associated with the identity"
36
36
  )
37
37
 
38
38
  # relationships
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: letta-nightly
3
- Version: 0.6.29.dev20250221104040
3
+ Version: 0.6.30.dev20250221221134
4
4
  Summary: Create LLM agents with long-term memory and custom tools
5
5
  License: Apache License
6
6
  Author: Letta Team
@@ -1,4 +1,4 @@
1
- letta/__init__.py,sha256=AszTrvA12qPiq-KNlJEZgwz6FiVOZcYLcHlO3LEPyrs,918
1
+ letta/__init__.py,sha256=dlHvGBhoECXz-ilQqDA5ZjeYKe4QTUoQIGnUfu_nMlc,918
2
2
  letta/__main__.py,sha256=6Hs2PV7EYc5Tid4g4OtcLXhqVHiNYTGzSBdoOnW2HXA,29
3
3
  letta/agent.py,sha256=cHbzAFuqSGS3-H0qODtjyQXvuBZwgAwvDv1TYGHtRX4,60694
4
4
  letta/benchmark/benchmark.py,sha256=ebvnwfp3yezaXOQyGXkYCDYpsmre-b9hvNtnyx4xkG0,3701
@@ -105,7 +105,7 @@ letta/orm/enums.py,sha256=g4qbX_6a1NQpCt3rScAySbwSbkwqGmnOEaNbkMmCWF4,474
105
105
  letta/orm/errors.py,sha256=Se0Guz-gqi-D36NUWSh7AP9zTVCSph9KgZh_trwng4o,734
106
106
  letta/orm/file.py,sha256=7_p7LxityP3NQZVURQYG0kgcZhEkVuMN0Fj4h9YOe1w,1780
107
107
  letta/orm/identities_agents.py,sha256=cfIQ6UsbwmjxtGVmFt1ArK2zbKr9k6VWoELuISDnLSc,502
108
- letta/orm/identity.py,sha256=a5KjfSUVbpz3UDJlIacs3w-8fYA4bebSN0uhQGYzBj0,2462
108
+ letta/orm/identity.py,sha256=jGg7A2hjlH9qWGOJDy7zsFugdshfiPyNRLDK68wNm70,2475
109
109
  letta/orm/job.py,sha256=G2P-xUpTapD4lhU2FwMZET1b5QR4ju9WOB3uiTKD_mw,2157
110
110
  letta/orm/job_messages.py,sha256=SgwaYPYwwAC3dBtl9Xye_TWUl9H_-m95S95TTcfPyOg,1245
111
111
  letta/orm/message.py,sha256=qY5lhSq5JDOSGKnEnLryKr2bHYLr60pk2LqYBxGeONQ,2718
@@ -258,8 +258,8 @@ letta/streaming_utils.py,sha256=jLqFTVhUL76FeOuYk8TaRQHmPTf3HSRc2EoJwxJNK6U,1194
258
258
  letta/system.py,sha256=dnOrS2FlRMwijQnOvfrky0Lg8wEw-FUq2zzfAJOUSKA,8477
259
259
  letta/tracing.py,sha256=0uCH8j2ipTpS8Vt7bFl74sG5ckgBHy9fu-cyG9SBSsc,7464
260
260
  letta/utils.py,sha256=AdHrQ2OQ3V4XhJ1LtYwbLUO71j2IJY37cIUxXPgaaRY,32125
261
- letta_nightly-0.6.29.dev20250221104040.dist-info/LICENSE,sha256=mExtuZ_GYJgDEI38GWdiEYZizZS4KkVt2SF1g_GPNhI,10759
262
- letta_nightly-0.6.29.dev20250221104040.dist-info/METADATA,sha256=RFUNd3xwKbHKRpepkpwsWnE53_-d_fQjpuNP5TsUog8,22752
263
- letta_nightly-0.6.29.dev20250221104040.dist-info/WHEEL,sha256=FMvqSimYX_P7y0a7UY-_Mc83r5zkBZsCYPm7Lr0Bsq4,88
264
- letta_nightly-0.6.29.dev20250221104040.dist-info/entry_points.txt,sha256=2zdiyGNEZGV5oYBuS-y2nAAgjDgcC9yM_mHJBFSRt5U,40
265
- letta_nightly-0.6.29.dev20250221104040.dist-info/RECORD,,
261
+ letta_nightly-0.6.30.dev20250221221134.dist-info/LICENSE,sha256=mExtuZ_GYJgDEI38GWdiEYZizZS4KkVt2SF1g_GPNhI,10759
262
+ letta_nightly-0.6.30.dev20250221221134.dist-info/METADATA,sha256=dGNKtJRo7BihfRnh7lV_bW-_b4CK49TAs0eDt0NU8uI,22752
263
+ letta_nightly-0.6.30.dev20250221221134.dist-info/WHEEL,sha256=FMvqSimYX_P7y0a7UY-_Mc83r5zkBZsCYPm7Lr0Bsq4,88
264
+ letta_nightly-0.6.30.dev20250221221134.dist-info/entry_points.txt,sha256=2zdiyGNEZGV5oYBuS-y2nAAgjDgcC9yM_mHJBFSRt5U,40
265
+ letta_nightly-0.6.30.dev20250221221134.dist-info/RECORD,,