Update dependencies in pyproject.toml

This commit is contained in:
Gabriel Luiz Freitas Almeida 2023-11-28 23:58:37 -03:00
commit 7547bfd028
2 changed files with 2 additions and 2 deletions

2
poetry.lock generated
View file

@ -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"

View file

@ -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"] }