|
|
@ -2932,22 +2932,23 @@ sympy = "*"
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "openai"
|
|
|
|
name = "openai"
|
|
|
|
version = "1.3.0"
|
|
|
|
version = "1.13.3"
|
|
|
|
description = "The official Python library for the openai API"
|
|
|
|
description = "The official Python library for the openai API"
|
|
|
|
optional = false
|
|
|
|
optional = false
|
|
|
|
python-versions = ">=3.7.1"
|
|
|
|
python-versions = ">=3.7.1"
|
|
|
|
files = [
|
|
|
|
files = [
|
|
|
|
{file = "openai-1.3.0-py3-none-any.whl", hash = "sha256:b4cde12417ab7a9d5e9326ca285f1833dd31c68ac05a68d24f95f93312ef9e82"},
|
|
|
|
{file = "openai-1.13.3-py3-none-any.whl", hash = "sha256:5769b62abd02f350a8dd1a3a242d8972c947860654466171d60fb0972ae0a41c"},
|
|
|
|
{file = "openai-1.3.0.tar.gz", hash = "sha256:51d9ccd0611fd8567ff595e8a58685c20a4710763d42f6bd968e1fb630993f25"},
|
|
|
|
{file = "openai-1.13.3.tar.gz", hash = "sha256:ff6c6b3bc7327e715e4b3592a923a5a1c7519ff5dd764a83d69f633d49e77a7b"},
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
[package.dependencies]
|
|
|
|
anyio = ">=3.5.0,<4"
|
|
|
|
anyio = ">=3.5.0,<5"
|
|
|
|
distro = ">=1.7.0,<2"
|
|
|
|
distro = ">=1.7.0,<2"
|
|
|
|
httpx = ">=0.23.0,<1"
|
|
|
|
httpx = ">=0.23.0,<1"
|
|
|
|
pydantic = ">=1.9.0,<3"
|
|
|
|
pydantic = ">=1.9.0,<3"
|
|
|
|
|
|
|
|
sniffio = "*"
|
|
|
|
tqdm = ">4"
|
|
|
|
tqdm = ">4"
|
|
|
|
typing-extensions = ">=4.5,<5"
|
|
|
|
typing-extensions = ">=4.7,<5"
|
|
|
|
|
|
|
|
|
|
|
|
[package.extras]
|
|
|
|
[package.extras]
|
|
|
|
datalib = ["numpy (>=1)", "pandas (>=1.2.3)", "pandas-stubs (>=1.1.0.11)"]
|
|
|
|
datalib = ["numpy (>=1)", "pandas (>=1.2.3)", "pandas-stubs (>=1.1.0.11)"]
|
|
|
@ -6082,4 +6083,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p
|
|
|
|
[metadata]
|
|
|
|
[metadata]
|
|
|
|
lock-version = "2.0"
|
|
|
|
lock-version = "2.0"
|
|
|
|
python-versions = ">=3.10,<3.12"
|
|
|
|
python-versions = ">=3.10,<3.12"
|
|
|
|
content-hash = "77949326ebd57425f0f6dcab3b6d26c95bd657eb61be7bd50dac144d479ee9f4"
|
|
|
|
content-hash = "2d1a24ae3729b0f041da5f495583bd194bf685266508b0cdbed9224ffb37701e"
|
|
|
|