From 3a3487dc26b2cc774a7958473595dd6225387e0d Mon Sep 17 00:00:00 2001 From: Gabriel Luiz Freitas Almeida Date: Fri, 16 Jun 2023 14:31:33 -0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A5=20chore(pyproject.toml):=20remove?= =?UTF-8?q?=20dill=20package=20The=20dill=20package=20is=20no=20longer=20n?= =?UTF-8?q?eeded=20and=20has=20been=20removed=20from=20the=20project=20dep?= =?UTF-8?q?endencies.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- poetry.lock | 2 +- pyproject.toml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/poetry.lock b/poetry.lock index 0955413fd..829384794 100644 --- a/poetry.lock +++ b/poetry.lock @@ -6416,4 +6416,4 @@ deploy = ["langchain-serve"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.12" -content-hash = "b84e47b1304e36d2a8aa1bcedc86dcd0dff7f18b7181a22c19be4730a06dd01d" +content-hash = "e3a7355edeae80f8330e6e71fd5acbc446fd287397cf7d8d027ab6b450569f28" diff --git a/pyproject.toml b/pyproject.toml index 2f5523801..a59859d0b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"