diff options
author | Bryan Newbold <bnewbold@archive.org> | 2021-10-27 16:29:35 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2021-10-27 16:29:39 -0700 |
commit | b9f43f58be717ab56bb3c07691c422e88da997c9 (patch) | |
tree | 07113024c75e673517c98055e9e5e61d7af97613 | |
parent | 0cbfab6b85d1f098686edd62381ffffc901daece (diff) | |
download | fuzzycat-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.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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", |