Skip to content

Commit

Permalink
[Requirements] freeze aiohttp
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeDSM committed Aug 2, 2024
1 parent c6a36fc commit 3b8ba9e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ supafunc==0.2.3 # Supabase functions calls (required by supabase and enforced
postgrest==0.10.8 # Supabase posgres calls (required by supabase and enforced to allow direct import)
realtime==1.0.0 # Supabase realtime lib (required by supabase and enforced to allow direct import)

# async http requests
# avoid v3.10.0 as it is failing CI (<class 'RuntimeError'>: aiodns needs a SelectorEventLoop on Windows. See more: https://github.com/saghul/aiodns/issues/86)
aiohttp==3.9.5

# Experimental to prevent httpx.PoolTimeout
httpcore==0.17.3 # to up to at least 1.0.2 (prevent default version when installing httpx which creates httpx.PoolTimeout)
anyio==4.0.0 #

0 comments on commit 3b8ba9e

Please sign in to comment.