Skip to content

Commit f2029d2

Browse files
committed
chore: update package dependencies and configurations
- Updated `datasets` dependency version in `extralit-server/pyproject.toml` to `>=3.6.0`. - Added local `extralit` package dependency for OCR jobs in `extralit-server/pyproject.toml`. - Removed the `llama-index-embeddings-openai` dependency from `extralit/pyproject.toml`. - Updated `bibtexparser` version to `1.4.4` in `uv.lock` and removed `beautifulsoup4` entry. - Added `black` package with version `26.3.1` to `uv.lock`.
1 parent b1695e7 commit f2029d2

4 files changed

Lines changed: 199 additions & 957 deletions

File tree

extralit-server/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ dependencies = [
6161
# For Webhooks
6262
"standardwebhooks>=1.0.0",
6363
# For HF dataset import
64-
"datasets ~= 3.0.2",
64+
"datasets>=3.6.0",
6565
"pillow>=10.1.0",
6666
# NumPy 2.x compatibility
6767
"numpy>=2.0.0,<3.0.0",

0 commit comments

Comments
 (0)