diff --git a/poetry.lock b/poetry.lock index b02c7231..281d2242 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2932,22 +2932,23 @@ sympy = "*" [[package]] name = "openai" -version = "1.3.0" +version = "1.13.3" description = "The official Python library for the openai API" optional = false python-versions = ">=3.7.1" files = [ - {file = "openai-1.3.0-py3-none-any.whl", hash = "sha256:b4cde12417ab7a9d5e9326ca285f1833dd31c68ac05a68d24f95f93312ef9e82"}, - {file = "openai-1.3.0.tar.gz", hash = "sha256:51d9ccd0611fd8567ff595e8a58685c20a4710763d42f6bd968e1fb630993f25"}, + {file = "openai-1.13.3-py3-none-any.whl", hash = "sha256:5769b62abd02f350a8dd1a3a242d8972c947860654466171d60fb0972ae0a41c"}, + {file = "openai-1.13.3.tar.gz", hash = "sha256:ff6c6b3bc7327e715e4b3592a923a5a1c7519ff5dd764a83d69f633d49e77a7b"}, ] [package.dependencies] -anyio = ">=3.5.0,<4" +anyio = ">=3.5.0,<5" distro = ">=1.7.0,<2" httpx = ">=0.23.0,<1" pydantic = ">=1.9.0,<3" +sniffio = "*" tqdm = ">4" -typing-extensions = ">=4.5,<5" +typing-extensions = ">=4.7,<5" [package.extras] 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] lock-version = "2.0" python-versions = ">=3.10,<3.12" -content-hash = "77949326ebd57425f0f6dcab3b6d26c95bd657eb61be7bd50dac144d479ee9f4" +content-hash = "2d1a24ae3729b0f041da5f495583bd194bf685266508b0cdbed9224ffb37701e" diff --git a/pyproject.toml b/pyproject.toml index 1d560a02..3259d4c9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ classifiers = [ python = ">=3.10,<3.12" torch = "2.1.1" transformers = "4.38.1" -openai = "1.3.0" +openai = "1.13.3" langchain = "0.0.333" asyncio = "3.4.3" einops = "0.7.0"