From b9f43f58be717ab56bb3c07691c422e88da997c9 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Wed, 27 Oct 2021 16:29:35 -0700 Subject: bump fatcat-openapi-client version to 0.4.0 There isn't any new feature required in the new version of the client library, but feels like we should aggressively update everywhere when possible. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 51b5008..040bbc6 100644 --- a/setup.py +++ b/setup.py @@ -30,7 +30,7 @@ with open("README.md", "r") as fh: "dynaconf>=3", "elasticsearch>=7.8.0,<7.14.0", "elasticsearch-dsl>=7.0.0,<8.0.0", - "fatcat-openapi-client>=0.3.3", # https://pypi.org/project/fatcat-openapi-client/ + "fatcat-openapi-client>=0.4.0", # https://pypi.org/project/fatcat-openapi-client/ "ftfy", "glom", "jellyfish", -- cgit v1.2.3