diff --git a/letta/__init__.py b/letta/__init__.py index 98bc9f067c..4fd77b52cc 100644 --- a/letta/__init__.py +++ b/letta/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.6.23" +__version__ = "0.6.24" # import clients from letta.client.client import LocalClient, RESTClient, create_client diff --git a/pyproject.toml b/pyproject.toml index 95201e370e..07696ce4ed 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "letta" -version = "0.6.23" +version = "0.6.24" packages = [ {include = "letta"}, ] diff --git a/tests/test_google_embeddings.py b/tests/test_google_embeddings.py index 71570ff0aa..dcaad59663 100644 --- a/tests/test_google_embeddings.py +++ b/tests/test_google_embeddings.py @@ -8,7 +8,6 @@ import os import threading import time -import uuid import pytest from letta_client import CreateBlock