From 28383193e597c1a0e09a6beeb3ad94de00241c1b Mon Sep 17 00:00:00 2001 From: mmz-001 <70096033+mmz-001@users.noreply.github.com> Date: Sun, 2 Jul 2023 09:17:35 +0530 Subject: [PATCH] bump openai to 0.27.8 --- poetry.lock | 9 +++++---- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 6abe114f..e923da24 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1502,12 +1502,13 @@ files = [ [[package]] name = "openai" -version = "0.26.2" +version = "0.27.8" description = "Python client library for the OpenAI API" optional = false python-versions = ">=3.7.1" files = [ - {file = "openai-0.26.2.tar.gz", hash = "sha256:1cb73dd13b4878e35205639f6ba0b637bc2cc926ff78efedfb21f79c7dbc212d"}, + {file = "openai-0.27.8-py3-none-any.whl", hash = "sha256:e0a7c2f7da26bdbe5354b03c6d4b82a2f34bd4458c7a17ae1a7092c3e397e03c"}, + {file = "openai-0.27.8.tar.gz", hash = "sha256:2483095c7db1eee274cebac79e315a986c4e55207bb4fa7b82d185b3a2ed9536"}, ] [package.dependencies] @@ -1518,7 +1519,7 @@ tqdm = "*" [package.extras] datalib = ["numpy", "openpyxl (>=3.0.7)", "pandas (>=1.2.3)", "pandas-stubs (>=1.1.0.11)"] dev = ["black (>=21.6b0,<22.0)", "pytest (==6.*)", "pytest-asyncio", "pytest-mock"] -embeddings = ["matplotlib", "numpy", "openpyxl (>=3.0.7)", "pandas (>=1.2.3)", "pandas-stubs (>=1.1.0.11)", "plotly", "scikit-learn (>=1.0.2)", "sklearn", "tenacity (>=8.0.1)"] +embeddings = ["matplotlib", "numpy", "openpyxl (>=3.0.7)", "pandas (>=1.2.3)", "pandas-stubs (>=1.1.0.11)", "plotly", "scikit-learn (>=1.0.2)", "scipy", "tenacity (>=8.0.1)"] wandb = ["numpy", "openpyxl (>=3.0.7)", "pandas (>=1.2.3)", "pandas-stubs (>=1.1.0.11)", "wandb"] [[package]] @@ -3010,4 +3011,4 @@ testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools" [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "99f1076d333e9c1abdacedd97215a27fb9b2e93dff9269af52908df216a5bfb2" +content-hash = "6f38a9a55592c191d5f91a289986adb4012027ddea6e0ea28dec5340ec309452" diff --git a/pyproject.toml b/pyproject.toml index 17c187db..12177939 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ streamlit = "^1.24.0" langchain = "^0.0.220" cohere = "^3.2.1" faiss-cpu = "^1.7.3" -openai = "^0.26.2" +openai = "^0.27.8" docx2txt = "^0.8" pillow = "^9.4.0" pypdf = "^3.3.0"