Skip to content

Commit

Permalink
Merge pull request #490 from parea-ai/fix-constant-import
Browse files Browse the repository at this point in the history
fix import
  • Loading branch information
jalexanderII committed Feb 21, 2024
2 parents d1fefed + b21564f commit 14e58d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions parea/utils/trace_integrations/langchain.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
from typing import Union

from uuid import UUID

from langchain_core.tracers import BaseTracer
from langchain_core.tracers.schemas import ChainRun, LLMRun, Run, ToolRun

from parea.client import TURN_OFF_PAREA_LOGGING
from parea.constants import TURN_OFF_PAREA_LOGGING
from parea.parea_logger import parea_logger
from parea.schemas.log import TraceIntegrations

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.79"
version = "0.2.80"
description = "Parea python sdk"
readme = "README.md"
authors = ["joel-parea-ai <[email protected]>"]
Expand Down

0 comments on commit 14e58d8

Please sign in to comment.