diff --git a/pythonlib/pyproject.toml b/pythonlib/pyproject.toml index 1179c73..ed74351 100644 --- a/pythonlib/pyproject.toml +++ b/pythonlib/pyproject.toml @@ -27,7 +27,7 @@ classifiers = [ ] [tool.poetry.dependencies] -python = "^3.8" +python = "^3.10" click = "*" requests = "*" orjson = "*"