From ec817131cdc85ebd39945dfd2ab6f91e280c554a Mon Sep 17 00:00:00 2001 From: UesleiDev <63914812+uesleibros@users.noreply.github.com> Date: Mon, 15 May 2023 13:48:38 -0300 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 13c8ea8..e66001a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "opengpt4" -version = "0.1.7" -description = "" +version = "0.1.8" +description = "OpenGPT 3.5/4 is a project aimed at providing practical and user-friendly APIs. The APIs allow for easy integration with various applications, making it simple for developers to incorporate the natural language processing capabilities of GPT into their projects." authors = [] license = "GPL-3.0" readme = "README.md" @@ -9,10 +9,10 @@ packages = [{ include = "opengpt"}] [tool.poetry.dependencies] python = "^3.7" -requests = "2.29.0" -tls-client = "^0.2" -fake-useragent = "^1.1.3" -pydantic = "^1.10.7" +requests = "2.28.2" +tls-client = "0.2" +fake-useragent = "1.1.3" +pydantic = "1.10.7" PyYAML = "6.0" [build-system]