You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pyproject.toml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ aw-cli = "aw_cli.__main__:main"
22
22
[tool.poetry.dependencies]
23
23
python = "^3.8"
24
24
jsonschema = "^4.3"
25
-
peewee = "3.*"
25
+
peewee = ">=3.0.0,<5.0.0"
26
26
platformdirs = "3.10"# pinned due to sometimes breaking changes in minor versions: https://github.com/ActivityWatch/aw-core/pull/122#issuecomment-1768020335
27
27
iso8601 = "*"
28
28
rfc3339-validator = "^0.1.4"# needed for the date-type format in jsonschema
0 commit comments