From 511c91ee94cc98f7dce0d563c1709f3c96de27e9 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Wed, 6 Apr 2022 16:26:17 -0700 Subject: pipenv: resolve fastapi-rss dependency issue by locking to fastapi-rss==0.1.3 This older version of the package does not try to lock the fastapi version --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Pipfile') diff --git a/Pipfile b/Pipfile index e933506..82afd6f 100644 --- a/Pipfile +++ b/Pipfile @@ -14,7 +14,7 @@ dynaconf = ">=3" elasticsearch = { version = ">=7.8.0,<7.14.0", extras = ["async"] } elasticsearch-dsl = ">=7.0.0,<8.0.0" fastapi = ">=0.73" -fastapi-rss = ">=0.1" +fastapi-rss = "==0.1.3" fatcat-openapi-client = ">=0.3.3" fuzzycat = "==0.1.19" ftfy = "*" -- cgit v1.2.3