Skip to content

Commit

Permalink
Restrict version of tenacity
Browse files Browse the repository at this point in the history
A bug was discovered when the related code was in the CLI repo. We
need to restrict the version of `tenacity` pulled in by
`langhchain-text-splitters`.

Signed-off-by: Russell Bryant <[email protected]>
  • Loading branch information
russellb committed Jun 25, 2024
1 parent d395b77 commit 91c4c03
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,9 @@ jinja2
langchain-text-splitters
openai>=1.13.3,<2.0.0
rouge_score
# Note: this dependency goes along with langchain-text-splitters and mayt be
# removed once that one is removed.
# do not use 8.4.0 due to a bug in the library
# https://github.com/instructlab/instructlab/issues/1389
tenacity>=8.3.0,!=8.4.0
tqdm>=4.66.2,<5.0.0

0 comments on commit 91c4c03

Please sign in to comment.