From fd45c0305eb1919fdc69d0d59a4e87afb4c6192d Mon Sep 17 00:00:00 2001 From: Paillat Date: Thu, 17 Apr 2025 00:40:12 +0200 Subject: [PATCH] :pushpin: Update py-cord dependency to allow for newer versions (#17) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e1433c0..53fed71 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ keywords = ["discord", "bot", "rest", "pycord"] dependencies = [ "fastapi>=0.115.11", "orjson>=3.10.15", - "py-cord==2.6.1", + "py-cord>=2.6.1", "pynacl>=1.5.0", "uvicorn>=0.34.0", ]