Skip to content

Commit af64d80

Browse files
committed
⬆️ Allow watchfiles>1.0 in reload extra
The major release of watchfiles (1.0) should not break anything in granian (main breaking change is the drop of Python 3.8).
1 parent 22e3145 commit af64d80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ pname = [
4242
'setproctitle~=1.3.3',
4343
]
4444
reload = [
45-
'watchfiles~=0.21',
45+
'watchfiles>=0.21,<2',
4646
]
4747
lint = [
4848
'ruff~=0.5.0',

0 commit comments

Comments
 (0)