Skip to content

Commit

Permalink
chore(deps): update dependency langchain-community to v0.3.1
Browse files Browse the repository at this point in the history
| datasource | package             | from   | to    |
| ---------- | ------------------- | ------ | ----- |
| pypi       | langchain-community | 0.2.11 | 0.3.1 |
  • Loading branch information
renovate[bot] authored Oct 3, 2024
1 parent 81ff6a3 commit dcab3bd
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 @@ -17,7 +17,7 @@ dependencies = [
"leapfrogai_sdk",
"supabase == 2.6.0",
"langchain == 0.2.12",
"langchain-community == 0.2.11",
"langchain-community ==0.3.1",
"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
Expand Down

0 comments on commit dcab3bd

Please sign in to comment.