From 997a9c4f589ed52d4ae5c87d02e011f08d261cef Mon Sep 17 00:00:00 2001 From: Antonio Cheong Date: Thu, 8 Dec 2022 21:41:49 +0800 Subject: [PATCH] Bump OpenAIAuth version --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index b01950996d..b472423e61 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name="revChatGPT", - version="0.0.33.2", + version="0.0.33.3", license="GNU General Public License v2.0", author="Antonio Cheong", author_email="acheong@student.dalat.org", @@ -15,7 +15,7 @@ install_requires=[ "requests", "httpx[http2]", - "OpenAIAuth", + "OpenAIAuth>=0.0.4", ], long_description=open("README.md", encoding="utf-8").read(), long_description_content_type="text/markdown",