From 8acd838ecd6708975ecaa0792a1d40ac534f3432 Mon Sep 17 00:00:00 2001 From: Kaveen Kumarasinghe Date: Tue, 28 Feb 2023 20:00:28 -0500 Subject: [PATCH 1/2] Revert "Bump py-cord from 2.3.2 to 2.4.0" --- pyproject.toml | 2 +- requirements.txt | 2 +- requirements_base.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 7af2f30..32e44d1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ classifiers = [ ] dependencies = [ "Pillow==9.3.0", -"py-cord==2.4.0", +"py-cord==2.3.2", "python-dotenv==0.21.0", "requests==2.28.1", "transformers==4.25.1", diff --git a/requirements.txt b/requirements.txt index 715f4a4..6b816c9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ Pillow==9.3.0 -py-cord==2.4.0 +py-cord==2.3.2 python-dotenv==0.21.0 requests==2.28.1 transformers==4.25.1 diff --git a/requirements_base.txt b/requirements_base.txt index 7e2af74..c0f641c 100644 --- a/requirements_base.txt +++ b/requirements_base.txt @@ -1,5 +1,5 @@ Pillow==9.3.0 -py-cord==2.4.0 +py-cord==2.3.2 python-dotenv==0.21.0 requests==2.28.1 transformers==4.25.1 From e774827926ead70ab2e380dead798edf7e8579f7 Mon Sep 17 00:00:00 2001 From: Kaveen Kumarasinghe Date: Tue, 28 Feb 2023 20:01:07 -0500 Subject: [PATCH 2/2] Update gpt3discord.py Signed-off-by: Kaveen Kumarasinghe --- gpt3discord.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpt3discord.py b/gpt3discord.py index a63f48b..ea182b7 100644 --- a/gpt3discord.py +++ b/gpt3discord.py @@ -31,7 +31,7 @@ from services.environment_service import EnvService from models.openai_model import Model -__version__ = "10.8.6" +__version__ = "10.8.7" PID_FILE = Path("bot.pid")