From 420ab319f8389b72838cd7c8dc3abf582d75d94d Mon Sep 17 00:00:00 2001 From: Brandon Squizzato <35474886+bsquizz@users.noreply.github.com> Date: Tue, 5 Oct 2021 16:37:14 -0400 Subject: [PATCH] Unpin multidict (#124) --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 56c81776..0264b766 100644 --- a/setup.cfg +++ b/setup.cfg @@ -21,7 +21,7 @@ entry_points = file:entry_points.txt install_requires = cached_property chardet<4.0,>=2.0 - multidict<5.0,>=4.5 + multidict click>=7.1.2 gql==3.0.0a6 PyYAML