Skip to content

Commit

Permalink
Allow watchfiles>1.0 in reload extra (#496)
Browse files Browse the repository at this point in the history
The major release of watchfiles (1.0) should not break anything in granian (main breaking change is the drop of Python 3.8).
  • Loading branch information
RafaelWO authored Jan 29, 2025
1 parent e363931 commit 3e89a94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ pname = [
'setproctitle~=1.3.3',
]
reload = [
'watchfiles~=0.21',
'watchfiles>=0.21,<2',
]
lint = [
'ruff~=0.5.0',
Expand Down

0 comments on commit 3e89a94

Please sign in to comment.