diff options
author | AUTOMATIC1111 <16777216c@gmail.com> | 2022-12-24 05:37:20 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-24 05:37:20 +0000 |
commit | 0fdf368a5472fd98407b9c525fcb78bebda05e90 (patch) | |
tree | 6244570638f827221bfa9953f7fa4d3bfb0c7790 | |
parent | 3bfc6c07ae9197bdbd9144cb0b82a137e3e94247 (diff) | |
parent | d050bb78636236338440768f871a0f2bb9f277f6 (diff) | |
download | stable-diffusion-webui-gfx803-0fdf368a5472fd98407b9c525fcb78bebda05e90.tar.gz stable-diffusion-webui-gfx803-0fdf368a5472fd98407b9c525fcb78bebda05e90.tar.bz2 stable-diffusion-webui-gfx803-0fdf368a5472fd98407b9c525fcb78bebda05e90.zip |
Merge pull request #5894 from florianchrometz/patch-1
Set httpcore version in requirements - fixes #4833
-rw-r--r-- | requirements_versions.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements_versions.txt b/requirements_versions.txt index 185cd066..7208aeba 100644 --- a/requirements_versions.txt +++ b/requirements_versions.txt @@ -26,3 +26,4 @@ inflection==0.5.1 GitPython==3.1.27
torchsde==0.2.5
safetensors==0.2.5
+httpcore<=0.15
|