diff --git a/pyproject.toml b/pyproject.toml index 38a0656d..8d00afdf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ repository = "https://github.com/dreadnode/sdk" readme = "README.md" [tool.poetry.dependencies] -python = ">=3.10,<3.13" +python = ">=3.13,<3.14" pydantic = "^2.9.2" httpx = "^0.27.2" ruamel-yaml = "^0.18.6"