diff --git a/pyproject.toml b/pyproject.toml index 99d9f6c..379e848 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ packages = [ ] [tool.poetry.dependencies] -python = "^3.11" +python = ">=3.10" tinydb = "^4.8.2" nanoid = "^2.0.0"