harukins commited on
Commit
9661983
1 Parent(s): ef7343a

Update requirements.txt

Browse files

A possible fix to the following error, according to https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/13840:
TypeError: AsyncConnectionPool.__init__() got an unexpected keyword argument 'socket_options'

Files changed (1) hide show
  1. requirements.txt +1 -0
requirements.txt CHANGED
@@ -14,3 +14,4 @@ huggingface_hub
14
  einops
15
  pydantic
16
  fire
 
 
14
  einops
15
  pydantic
16
  fire
17
+ httpx==0.24.1