From fe8b62537ed5c17849a27359c67eba09ee125d78 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Thu, 14 Jan 2021 15:23:22 -0800 Subject: pipenv: bump elasticsearch to 7.8+ (for async) and fatcat client to 0.3.3+ --- Pipfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Pipfile') diff --git a/Pipfile b/Pipfile index c86c579..af103b4 100644 --- a/Pipfile +++ b/Pipfile @@ -9,10 +9,10 @@ babel = "*" bs4 = "*" confluent-kafka = "*" dynaconf = ">=3" -elasticsearch = ">=7.0.0,<8.0.0" +elasticsearch = { version = ">=7.8.0,<8.0.0", extras = ["async"] } elasticsearch-dsl = ">=7.0.0,<8.0.0" fastapi = "*" -fatcat-openapi-client = ">=0.3.2" +fatcat-openapi-client = ">=0.3.3" ftfy = "*" gunicorn = "*" httptools = "*" -- cgit v1.2.3