From 03c7e9d04b10f2bd71e86a9d28a3fd6b0fa3ba44 Mon Sep 17 00:00:00 2001 From: Austin Raney Date: Tue, 19 Sep 2023 15:00:31 -0400 Subject: [PATCH] bump aiohttp and aiohttp_client_cache version deps See #103 for background as to why aiohttp was previously pinned. In short, the issues that led to pinning aiohttp have be resolved upstream. aiohttp_client_cache >= 0.9.0 needed b.c. https://github.com/requests-cache/aiohttp-client-cache/issues/173 --- python/_restclient/setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python/_restclient/setup.cfg b/python/_restclient/setup.cfg index 0b58a71a..7dd73e52 100644 --- a/python/_restclient/setup.cfg +++ b/python/_restclient/setup.cfg @@ -30,8 +30,8 @@ packages = find_namespace: package_dir = =src install_requires = - aiohttp<=3.7.4.post0 - aiohttp_client_cache + aiohttp~=3.8 + aiohttp_client_cache[sqlite]>=0.9.0 python-forge aiosqlite pandas