From ca0590455c395ad79abc3464180f1401132f75ed Mon Sep 17 00:00:00 2001 From: Kousuke Saruta Date: Wed, 8 Jan 2020 18:15:40 +0900 Subject: [PATCH] Update the version of cattrs from 0.9 to 1.0 to support Python 3.8 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4b14e3a6493b8..096952ed8c443 100644 --- a/setup.py +++ b/setup.py @@ -450,7 +450,7 @@ def do_setup(): 'argcomplete~=1.10', 'attrs~=19.3', 'cached_property~=1.5', - 'cattrs~=0.9', + 'cattrs~=1.0', 'colorlog==4.0.2', 'croniter>=0.3.17, <0.4', 'cryptography>=0.9.3',