Skip to content

Commit

Permalink
Bump sentencepiece from 0.1.97 to 0.1.98
Browse files Browse the repository at this point in the history
Bumps [sentencepiece](https://github.com/google/sentencepiece) from 0.1.97 to 0.1.98.
- [Release notes](https://github.com/google/sentencepiece/releases)
- [Commits](google/sentencepiece@v0.1.97...v0.1.98)

---
updated-dependencies:
- dependency-name: sentencepiece
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 25, 2023
1 parent d6d1de4 commit 29029d9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ dependencies = [
"llama-index==0.5.23",
"PyPDF2==3.0.1",
"youtube_transcript_api==0.5.0",
"sentencepiece==0.1.97",
"sentencepiece==0.1.98",
"protobuf==3.20.2",
"python-pptx==0.6.21",
"langchain==0.0.148",
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ flask==2.2.3
llama-index==0.5.23
PyPDF2==3.0.1
youtube_transcript_api==0.5.0
sentencepiece==0.1.97
sentencepiece==0.1.98
protobuf==3.20.2
python-pptx==0.6.21
sentence-transformers==2.2.2
Expand Down
2 changes: 1 addition & 1 deletion requirements_base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ flask==2.2.3
llama-index==0.5.23
PyPDF2==3.0.1
youtube_transcript_api==0.5.0
sentencepiece==0.1.97
sentencepiece==0.1.98
protobuf==3.20.2
python-pptx==0.6.21
langchain==0.0.148
Expand Down

0 comments on commit 29029d9

Please sign in to comment.