🔥 chore(pyproject.toml): remove dill package

The dill package is no longer needed and has been removed from the project dependencies.
This commit is contained in:
Gabriel Luiz Freitas Almeida 2023-06-16 14:31:33 -03:00
commit 3a3487dc26
2 changed files with 1 additions and 2 deletions

2
poetry.lock generated
View file

@ -6416,4 +6416,4 @@ deploy = ["langchain-serve"]
[metadata]
lock-version = "2.0"
python-versions = ">=3.9,<3.12"
content-hash = "b84e47b1304e36d2a8aa1bcedc86dcd0dff7f18b7181a22c19be4730a06dd01d"
content-hash = "e3a7355edeae80f8330e6e71fd5acbc446fd287397cf7d8d027ab6b450569f28"

View file

@ -32,7 +32,6 @@ gunicorn = "^20.1.0"
langchain = "^0.0.200"
openai = "^0.27.8"
types-pyyaml = "^6.0.12.8"
dill = "^0.3.6"
pandas = "^1.5.3"
chromadb = "^0.3.21"
huggingface-hub = "^0.13.3"