We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f28b248 commit 44c5170Copy full SHA for 44c5170
1 file changed
src/ContentProcessorAPI/requirements.txt
@@ -174,11 +174,9 @@ filelock==3.17.0 \
174
--hash=sha256:533dc2f7ba78dc2f0f531fc6c4940addf7b70a481e269a5a3b93be94ffbe8338 \
175
--hash=sha256:ee4e77401ef576ebb38cd7f13b9b28893194acc20a8e68e18730ba9c0e54660e
176
# via virtualenv
177
-h11==0.16.0 \
178
- --hash=sha256:63cf8bbe7522de3bf65932fda1d9c2772064ffb3dae62d55932da54b31cb6c86
179
- # via
180
- # httpcore
181
- # uvicorn
+h11>=0.13,<0.15 \
+ # pinned to satisfy httpcore's requirement (httpcore 1.0.7 requires h11<0.15 and >=0.13)
+ # changed from h11==0.16.0 to avoid dependency conflict with httpcore
182
httpcore==1.0.7 \
183
--hash=sha256:8551cb62a169ec7162ac7be8d4817d561f60e08eaa485234898414bb5a8a0b4c \
184
--hash=sha256:a3fff8f43dc260d5bd363d9f9cf1830fa3a458b332856f34282de498ed420edd
0 commit comments