Skip to content

Commit

Permalink
Merge pull request #630 from parea-ai/fix-missing-import
Browse files Browse the repository at this point in the history
missing import
  • Loading branch information
jalexanderII authored Mar 18, 2024
2 parents 95d28da + 918645c commit 546ee0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion parea/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
from parea.api_client import HTTPClient
from parea.cache import InMemoryCache, RedisCache
from parea.cache.cache import Cache
from parea.constants import PAREA_OS_ENV_EXPERIMENT_UUID
from parea.constants import PAREA_OS_ENV_EXPERIMENT_UUID, PAREA_BETA_LOGGING
from parea.experiment.datasets import create_test_cases, create_test_collection
from parea.helpers import gen_trace_id, serialize_metadata_values
from parea.parea_logger import parea_logger
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "poetry.core.masonry.api"
[tool.poetry]
name = "parea-ai"
packages = [{ include = "parea" }]
version = "0.2.102"
version = "0.2.103"
description = "Parea python sdk"
readme = "README.md"
authors = ["joel-parea-ai <[email protected]>"]
Expand Down

0 comments on commit 546ee0b

Please sign in to comment.