From c28c0ca6f7b073aecaf036773111f202b10cdeaa Mon Sep 17 00:00:00 2001 From: CircuitSacul Date: Thu, 10 Oct 2024 21:05:29 -0400 Subject: [PATCH] fix: support for hikari v2 --- pyproject.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index fa4ca27..c8025aa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.black] -line-length=79 -skip-magic-trailing-comma=true +line-length = 79 +skip-magic-trailing-comma = true [tool.poetry] name = "hikari-clusters" @@ -15,8 +15,8 @@ documentation = "https://github.com/TrigonDev/hikari-clusters/wiki" keywords = ["hikari", "discord", "clustering", "bot", "ipc"] [tool.poetry.dependencies] -python = ">=3.8.0,<3.12" -hikari = "^2.0.0.dev105" +python = ">=3.9,<3.14" +hikari = "^2.0.0" websockets = "^11.0" pytest-cov = ">=3,<5"