Skip to content

Commit

Permalink
chore(deps): update dependency unstructured to v0.15.13
Browse files Browse the repository at this point in the history
| datasource | package      | from   | to      |
| ---------- | ------------ | ------ | ------- |
| pypi       | unstructured | 0.15.9 | 0.15.13 |
  • Loading branch information
renovate[bot] authored Sep 23, 2024
1 parent 2ca0b70 commit e768b1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/leapfrogai_api/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies = [
"supabase == 2.6.0",
"langchain == 0.2.12",
"langchain-community == 0.2.11",
"unstructured[md,xlsx,pptx] == 0.15.9", # Only specify necessary filetypes to prevent package bloat (e.g. 130MB vs 6GB)
"unstructured[md,xlsx,pptx] ==0.15.13", # Only specify necessary filetypes to prevent package bloat (e.g. 130MB vs 6GB)
"nltk == 3.9.1", # Required for pickled code containing .pptx parsing dependencies
"pylibmagic == 0.5.0", # Resolves issue with libmagic not being bundled with OS - https://github.com/ahupp/python-magic/issues/233, may not be needed after this is merged https://github.com/ahupp/python-magic/pull/294
"python-magic == 0.4.27",
Expand Down

0 comments on commit e768b1e

Please sign in to comment.