chore: update dependencies and bump 0.6.38 (#1240)

This commit is contained in:
Sarah Wooders
2025-03-10 17:11:39 -07:00
committed by GitHub
parent 95e58a39b2
commit 8376a16492
3 changed files with 341 additions and 306 deletions

View File

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

641
poetry.lock generated

File diff suppressed because it is too large Load Diff

View File

@@ -1,6 +1,6 @@
[tool.poetry]
name = "letta"
version = "0.6.37"
version = "0.6.38"
packages = [
{include = "letta"},
]
@@ -98,9 +98,9 @@ qdrant = ["qdrant-client"]
cloud-tool-sandbox = ["e2b-code-interpreter"]
external-tools = ["docker", "langchain", "wikipedia", "langchain-community"]
tests = ["wikipedia"]
all = ["pgvector", "pg8000", "psycopg2-binary", "psycopg2", "pytest", "pytest-asyncio", "pexpect", "black", "pre-commit", "datasets", "pyright", "pytest-order", "autoflake", "isort", "websockets", "fastapi", "uvicorn", "docker", "langchain", "wikipedia", "langchain-community", "locust"]
bedrock = ["boto3"]
google = ["google-genai"]
all = ["pgvector", "pg8000", "psycopg2-binary", "psycopg2", "pytest", "pytest-asyncio", "pexpect", "black", "pre-commit", "datasets", "pyright", "pytest-order", "autoflake", "isort", "websockets", "fastapi", "uvicorn", "docker", "langchain", "wikipedia", "langchain-community", "locust", "datamodel-code-generator"]
[tool.poetry.group.dev.dependencies]
black = "^24.4.2"