chore: bump version 0.6.2 + and make postgres dependencies optional (#2183)

This commit is contained in:
Sarah Wooders
2024-12-09 15:18:31 -08:00
committed by GitHub
parent 1c13e223c3
commit ca737ce49c
3 changed files with 120 additions and 119 deletions

View File

@@ -1,4 +1,4 @@
__version__ = "0.6.1"
__version__ = "0.6.2"
# import clients
from letta.client.client import LocalClient, RESTClient, create_client