Skip to content

Commit

Permalink
fix for the `UserWarning: Importing BasePromptTemplate from langchain…
Browse files Browse the repository at this point in the history
… root module is no longer supported.` (run-llama#7862)
  • Loading branch information
kambleakash0 authored Sep 28, 2023
1 parent 0c6c704 commit 9d343d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
- Fix async streaming with azure (#7856)
- Avoid `NotImplementedError()` in sub question generator (#7855)
- Patch predibase initialization (#7859)
- Bumped min langchain version and changed prompt imports from langchain (#7862)

## [0.8.35] - 2023-09-27

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
install_requires = [
"tiktoken",
"dataclasses_json",
"langchain>=0.0.293",
"langchain>=0.0.303",
"sqlalchemy>=2.0.15",
"numpy",
"tenacity>=8.2.0,<9.0.0",
Expand Down

0 comments on commit 9d343d1

Please sign in to comment.