diff --git a/pyproject.toml b/pyproject.toml index 241bf3ff..5bbe5ff6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ repository = "https://github.com/ExpressApp/pybotx" [tool.poetry.dependencies] -python = ">=3.9,<=3.13" +python = ">=3.9,<3.14" aiofiles = ">=0.7.0,<=24.1.0" httpx = "^0.28.0"