Skip to content

Commit

Permalink
bump aiohttp and aiohttp_client_cache version deps
Browse files Browse the repository at this point in the history
See NOAA-OWP#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.
requests-cache/aiohttp-client-cache#173
  • Loading branch information
aaraney committed Sep 19, 2023
1 parent 1f23cd3 commit 03c7e9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/_restclient/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 03c7e9d

Please sign in to comment.