Skip to content

Commit bcb27dd

Browse files
Update and pin package dependency ranges (#119)
Loosen restriction on `tenacity` and `tabulate` to make it easier to integrate.
1 parent 6c7f16e commit bcb27dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ pyyaml
33
coloredlogs
44
redis>=5.0.0
55
pydantic>=2,<3
6-
tenacity==8.2.2
7-
tabulate==0.9.0
6+
tenacity>=8.2.2
7+
tabulate>=0.9.0,<1

0 commit comments

Comments
 (0)