Skip to content

Commit 2aedf18

Browse files
authored
chore: bump watchfiles (#2733)
We can't upgrade to python 3.14 because the `watchfiles` dependency was pinned below 1.0.0 and support was added in 1.1.0. This was attempted to be fixed in #2680 but they're unresponsive so this will supersede that PR.
1 parent f8294fb commit 2aedf18

File tree

2 files changed

+98
-60
lines changed

2 files changed

+98
-60
lines changed

backend/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ dependencies = [
4848
"tomli>=2.0.1,<3.0.0",
4949
"pydantic>=2.7.2,<3",
5050
"python-dotenv>=1.0.0,<2.0.0",
51-
"watchfiles>=0.20.0,<1.0.0",
51+
"watchfiles>=1.1.1,<2.0.0",
5252
"filetype>=1.2.0,<2.0.0",
5353
"lazify>=0.4.0,<0.5.0",
5454
"packaging>=23.1",

0 commit comments

Comments
 (0)