Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion backend/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ dependencies = [
"tomli>=2.0.1,<3.0.0",
"pydantic>=2.7.2,<3",
"python-dotenv>=1.0.0,<2.0.0",
"watchfiles>=0.20.0,<1.0.0",
"watchfiles>=0.20.0,<2.0.0",
"filetype>=1.2.0,<2.0.0",
"lazify>=0.4.0,<0.5.0",
"packaging>=23.1",
Expand Down
Loading