From 29245d18e21ee3cc8e8c7388ba7cc421f5ff2393 Mon Sep 17 00:00:00 2001 From: Gabriel Almeida Date: Fri, 26 May 2023 22:45:57 -0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A5=20chore(pyproject.toml):=20remove?= =?UTF-8?q?=20gptcache=20dependency=20The=20gptcache=20dependency=20is=20n?= =?UTF-8?q?o=20longer=20needed=20and=20has=20been=20removed=20from=20the?= =?UTF-8?q?=20project.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- poetry.lock | 19 +------------------ pyproject.toml | 1 - 2 files changed, 1 insertion(+), 19 deletions(-) diff --git a/poetry.lock b/poetry.lock index 6bbef00a4..f4b9b18a2 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1337,23 +1337,6 @@ protobuf = ">=3.19.5,<3.20.0 || >3.20.0,<3.20.1 || >3.20.1,<4.21.1 || >4.21.1,<4 [package.extras] grpc = ["grpcio (>=1.44.0,<2.0.0dev)"] -[[package]] -name = "gptcache" -version = "0.1.26" -description = "GPTCache, a powerful caching library that can be used to speed up and lower the cost of chat applications that rely on the LLM service. GPTCache works as a memcache for AIGC applications, similar to how Redis works for traditional applications." -category = "main" -optional = false -python-versions = ">=3.8.1" -files = [ - {file = "gptcache-0.1.26-py3-none-any.whl", hash = "sha256:878c7741ffadbb9766211768936880bd9a660cefa1ed5f3d3746eaf9db9e014c"}, - {file = "gptcache-0.1.26.tar.gz", hash = "sha256:f960a56fa6e6b0cf7c2151892714e6089ca206b067bee821ead4c1661e478f7c"}, -] - -[package.dependencies] -cachetools = "*" -numpy = "*" -requests = "*" - [[package]] name = "greenlet" version = "2.0.2" @@ -5503,4 +5486,4 @@ deploy = ["langchain-serve"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "0ab60d05d829739ee29dd813743d302353765846cefa71b64ade9778039f0c7c" +content-hash = "71a272bd7d914de11a801ecdfeaffe7d7ea63340852341c84eb1889e3e19f987" diff --git a/pyproject.toml b/pyproject.toml index 98e7aae16..82f09b294 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,6 @@ pyarrow = "^11.0.0" websockets = "^11.0.2" tiktoken = "^0.3.3" wikipedia = "^1.4.0" -gptcache = "^0.1.23" langchain-serve = { version = "^0.0.33", optional = true } [tool.poetry.group.dev.dependencies]