Skip to content

Commit

Permalink
Merge pull request #16 from synth-laboratories/local-changes
Browse files Browse the repository at this point in the history
Local changes
  • Loading branch information
DoKu88 authored Dec 16, 2024
2 parents 009dfa4 + f652fe5 commit 6b472a8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ dependencies = [
"apropos-ai>=0.4.5",
"boto3>=1.35.71",
"botocore>=1.35.71",
"tqdm>=4.66.4"
"craftaxlm>=0.0.7",
"tqdm>=4.66.4",
"craftaxlm>=0.0.5",
]
classifiers = []

Expand Down
5 changes: 2 additions & 3 deletions synth_sdk/tracing/upload.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,9 @@
from pprint import pprint
import asyncio
import sys
from pympler import asizeof
from tqdm import tqdm
import boto3
from datetime import datetime

from dotenv import load_dotenv
from typing import Any, Dict, List

import requests
Expand All @@ -19,6 +17,7 @@
from synth_sdk.tracing.abstractions import Dataset, SystemTrace
from synth_sdk.tracing.events.store import event_store

load_dotenv()

# NOTE: This may cause memory issues in the future
def validate_json(data: dict) -> None:
Expand Down

0 comments on commit 6b472a8

Please sign in to comment.