Skip to content

Commit

Permalink
chore: update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
shreyashankar committed Jan 30, 2025
1 parent 93b49ac commit e7f8221
Show file tree
Hide file tree
Showing 3 changed files with 549 additions and 486 deletions.
5 changes: 5 additions & 0 deletions docetl/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
__version__ = "0.2.2"

import warnings

# TODO: Remove after https://github.com/BerriAI/litellm/issues/7560 is fixed
warnings.filterwarnings("ignore", category=UserWarning, module="pydantic._internal._config")

from docetl.runner import DSLRunner
from docetl.optimizer import Optimizer
from docetl.apis.pd_accessors import SemanticAccessor
Expand Down
Loading

0 comments on commit e7f8221

Please sign in to comment.