File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -174,11 +174,9 @@ filelock==3.17.0 \
174174 --hash =sha256:533dc2f7ba78dc2f0f531fc6c4940addf7b70a481e269a5a3b93be94ffbe8338 \
175175 --hash =sha256:ee4e77401ef576ebb38cd7f13b9b28893194acc20a8e68e18730ba9c0e54660e
176176 # via virtualenv
177- h11 == 0.16.0 \
178- --hash =sha256:63cf8bbe7522de3bf65932fda1d9c2772064ffb3dae62d55932da54b31cb6c86
179- # via
180- # httpcore
181- # uvicorn
177+ h11 >= 0.13 ,< 0.15 \
178+ # pinned to satisfy httpcore's requirement (httpcore 1.0.7 requires h11<0.15 and >=0.13)
179+ # changed from h11==0.16.0 to avoid dependency conflict with httpcore
182180httpcore == 1.0.7 \
183181 --hash =sha256:8551cb62a169ec7162ac7be8d4817d561f60e08eaa485234898414bb5a8a0b4c \
184182 --hash =sha256:a3fff8f43dc260d5bd363d9f9cf1830fa3a458b332856f34282de498ed420edd
You can’t perform that action at this time.
0 commit comments