Skip to content

Commit

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

0 comments on commit 97a3735

Please sign in to comment.