Skip to content
This repository was archived by the owner on Jul 31, 2023. It is now read-only.

Commit ec81713

Browse files
authored
Update pyproject.toml
1 parent 264792e commit ec81713

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pyproject.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
[tool.poetry]
22
name = "opengpt4"
3-
version = "0.1.7"
4-
description = ""
3+
version = "0.1.8"
4+
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."
55
authors = []
66
license = "GPL-3.0"
77
readme = "README.md"
88
packages = [{ include = "opengpt"}]
99

1010
[tool.poetry.dependencies]
1111
python = "^3.7"
12-
requests = "2.29.0"
13-
tls-client = "^0.2"
14-
fake-useragent = "^1.1.3"
15-
pydantic = "^1.10.7"
12+
requests = "2.28.2"
13+
tls-client = "0.2"
14+
fake-useragent = "1.1.3"
15+
pydantic = "1.10.7"
1616
PyYAML = "6.0"
1717

1818
[build-system]

0 commit comments

Comments
 (0)