Skip to content

Commit

Permalink
chore: update packages (#300)
Browse files Browse the repository at this point in the history
* chore: update packages

* chore: update ci
  • Loading branch information
shreyashankar authored Jan 31, 2025
1 parent 93b49ac commit 2b61ad1
Show file tree
Hide file tree
Showing 4 changed files with 550 additions and 487 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.9", "3.10", "3.11"]
python-version: ["3.10", "3.11", "3.12"]
env:
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}

Expand Down
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 2b61ad1

Please sign in to comment.