diff --git a/python/push-status/pyproject.toml b/python/push-status/pyproject.toml index e9ec31a..9d9225b 100644 --- a/python/push-status/pyproject.toml +++ b/python/push-status/pyproject.toml @@ -7,7 +7,7 @@ license = "Apache-2.0" readme = "README.md" [tool.poetry.dependencies] -python = "^3.11" +python = "^3.9" diskcache = "^5.6.3" retry = "^0.9.2" uptime-kuma-api = "^1.2.1"