⬆️ chore(pyproject.toml): update langchain version to ~0.0.338 and openai version to ^1.3.4 for compatibility and bug fixes

⬆️ chore(pyproject.toml): update huggingface-hub version to ^0.19.0 and rich version to ^13.7.0 for improved functionality and features
This commit is contained in:
Gabriel Luiz Freitas Almeida 2023-11-22 08:22:48 -03:00
commit 8de2dc3d46
2 changed files with 932 additions and 739 deletions

1663
poetry.lock generated

File diff suppressed because it is too large Load diff

View file

@ -35,12 +35,12 @@ google-search-results = "^2.4.1"
google-api-python-client = "^2.79.0"
typer = "^0.9.0"
gunicorn = "^21.2.0"
langchain = "~0.0.327"
openai = "^0.27.8"
langchain = "~0.0.338"
openai = "^1.3.4"
pandas = "2.0.3"
chromadb = "^0.4.0"
huggingface-hub = { version = "^0.16.0", extras = ["inference"] }
rich = "^13.6.0"
huggingface-hub = { version = "^0.19.0", extras = ["inference"] }
rich = "^13.7.0"
llama-cpp-python = { version = "~0.2.0", optional = true }
networkx = "^3.1"
unstructured = "^0.10.0"