From 7547bfd028e1821c9059d49af32ef3b009fe2ef3 Mon Sep 17 00:00:00 2001 From: Gabriel Luiz Freitas Almeida Date: Tue, 28 Nov 2023 23:58:37 -0300 Subject: [PATCH] Update dependencies in pyproject.toml --- poetry.lock | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/poetry.lock b/poetry.lock index 192dd887d..2e6a755c1 100644 --- a/poetry.lock +++ b/poetry.lock @@ -9181,4 +9181,4 @@ local = ["ctransformers", "llama-cpp-python", "sentence-transformers"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.11" -content-hash = "a0d05b525c374e67a49aa5137017cbcffbe2006b41977b6908d5ff6a525e3d92" +content-hash = "4f7673094aa261a46776cc66bf363bb35fb3bdbc78b73349dc0d7bf5ba73256e" diff --git a/pyproject.toml b/pyproject.toml index 0d4ca3b3a..ed907fe68 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ google-api-python-client = "^2.79.0" typer = "^0.9.0" gunicorn = "^21.2.0" langchain = "~0.0.342" -openai = "^1.3.4" +openai = "^1.3.6" pandas = "2.0.3" chromadb = "^0.4.0" huggingface-hub = { version = "^0.19.0", extras = ["inference"] }