Skip to content

Commit

Permalink
[Bug Fix] Pinned version for tenacity
Browse files Browse the repository at this point in the history
A bug related to tenacity.asyncio module appeared in a new version of
tenacity (8.4). This broke the execution of `lwe`.

The bug was fixed by downgrading tenacity to: 8.3.0
More information here: langchain-ai/langchain#22972
  • Loading branch information
Juan Escamilla Molgora committed Jun 17, 2024
1 parent bb2abdc commit 68810a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,4 @@ pytest-datadir[dev]
pip-tools[dev]
flake8[dev]
black[dev]
tenacity==8.3.0

0 comments on commit 68810a5

Please sign in to comment.