chore: track letta version in tracing and nightly versions (#2491)

This commit is contained in:
Andy Li
2025-05-28 12:50:52 -07:00
committed by GitHub
parent 729414e7a9
commit f2b9ec64e0
4 changed files with 18 additions and 2 deletions

View File

@@ -1,5 +1,11 @@
import os
__version__ = "0.7.14"
if os.environ.get("LETTA_VERSION"):
__version__ = os.environ["LETTA_VERSION"]
# import clients
from letta.client.client import RESTClient