We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71fdd98 commit 8e07457Copy full SHA for 8e07457
pyproject.toml
@@ -15,7 +15,6 @@ dependencies = [
15
"distro>=1.7.0, <2",
16
"sniffio",
17
"cached-property; python_version < '3.8'",
18
-
19
]
20
requires-python = ">= 3.7.1"
21
classifiers = [
@@ -36,8 +35,6 @@ classifiers = [
36
35
"License :: OSI Approved :: Apache Software License"
37
38
39
40
41
[project.urls]
42
Homepage = "https://github.com/openai/openai-python"
43
Repository = "https://github.com/openai/openai-python"
@@ -59,7 +56,6 @@ dev-dependencies = [
59
56
"dirty-equals>=0.6.0",
60
57
"importlib-metadata>=6.7.0",
61
58
"rich>=13.7.1",
62
63
64
65
[tool.rye.scripts]
0 commit comments