aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@archive.org>2021-10-27 16:29:35 -0700
committerBryan Newbold <bnewbold@archive.org>2021-10-27 16:29:39 -0700
commitb9f43f58be717ab56bb3c07691c422e88da997c9 (patch)
tree07113024c75e673517c98055e9e5e61d7af97613
parent0cbfab6b85d1f098686edd62381ffffc901daece (diff)
downloadfuzzycat-b9f43f58be717ab56bb3c07691c422e88da997c9.tar.gz
fuzzycat-b9f43f58be717ab56bb3c07691c422e88da997c9.zip
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.
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
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",