Skip to content

Commit a506f52

Browse files
authored
Merge pull request #773 from parea-ai/PAI-1049-public-api-get-list-of-experiment-uui-ds-by-filtering-on-one-of-the-following-items-metadata-key-matches-value-or-experiment-run-name-contains-string
feat: list experiment uuids
2 parents a49acb7 + c315b4d commit a506f52

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

parea/client.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,12 @@
2727
ExperimentStatsSchema,
2828
FeedbackRequest,
2929
FinishExperimentRequestSchema,
30+
ListExperimentUUIDsFilters,
3031
ProjectSchema,
3132
TestCaseCollection,
3233
TraceLog,
3334
UseDeployedPrompt,
34-
UseDeployedPromptResponse, ListExperimentUUIDsFilters,
35+
UseDeployedPromptResponse,
3536
)
3637
from parea.utils.trace_utils import get_current_trace_id, get_root_trace_id, logger_all_possible, logger_record_log, trace_data
3738

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "poetry.core.masonry.api"
66
[tool.poetry]
77
name = "parea-ai"
88
packages = [{ include = "parea" }]
9-
version = "0.2.132"
9+
version = "0.2.133"
1010
description = "Parea python sdk"
1111
readme = "README.md"
1212
authors = ["joel-parea-ai <[email protected]>"]

0 commit comments

Comments
 (0)