Skip to content

Commit

Permalink
upgrade dependencies with uvicorn constrained
Browse files Browse the repository at this point in the history
We are affected by encode/uvicorn#1345

Until this is resolved we need uvicorn to stay below version 0.17
  • Loading branch information
Steffen Wittkamp committed Feb 1, 2022
1 parent b6d8279 commit 49d83a0
Show file tree
Hide file tree
Showing 6 changed files with 433 additions and 797 deletions.
3 changes: 0 additions & 3 deletions demo-adapter-python/requirements-dev.txt
Expand Up @@ -69,7 +69,6 @@ coverage[toml]==6.3 \
--hash=sha256:3c4ce3b647bd1792d4394f5690d9df6dc035b00bcdbc5595099c01282a59ae01 \
--hash=sha256:433b99f7b0613bdcdc0b00cc3d39ed6d756797e3b078d2c43f8a38288520aec6 \
--hash=sha256:4578728c36de2801c1deb1c6b760d31883e62e33f33c7ba8f982e609dc95167d \
--hash=sha256:509c68c3e2015022aeda03b003dd68fa19987cdcf64e9d4edc98db41cfc45d30 \
--hash=sha256:51372e24b1f7143ee2df6b45cff6a721f3abe93b1e506196f3ffa4155c2497f7 \
--hash=sha256:5d008e0f67ac800b0ca04d7914b8501312c8c6c00ad8c7ba17754609fae1231a \
--hash=sha256:649df3641eb351cdfd0d5533c92fc9df507b6b2bf48a7ef8c71ab63cbc7b5c3c \
Expand All @@ -94,9 +93,7 @@ coverage[toml]==6.3 \
--hash=sha256:c8582e9280f8d0f38114fe95a92ae8d0790b56b099d728cc4f8a2e14b1c4a18c \
--hash=sha256:ca29c352389ea27a24c79acd117abdd8a865c6eb01576b6f0990cd9a4e9c9f48 \
--hash=sha256:ce443a3e6df90d692c38762f108fc4c88314bf477689f04de76b3f252e7a351c \
--hash=sha256:d1675db48490e5fa0b300f6329ecb8a9a37c29b9ab64fa9c964d34111788ca2d \
--hash=sha256:da1a428bdbe71f9a8c270c7baab29e9552ac9d0e0cba5e7e9a4c9ee6465d258d \
--hash=sha256:e4ff163602c5c77e7bb4ea81ba5d3b793b4419f8acd296aae149370902cf4e92 \
--hash=sha256:e67ccd53da5958ea1ec833a160b96357f90859c220a00150de011b787c27b98d \
--hash=sha256:e8071e7d9ba9f457fc674afc3de054450be2c9b195c470147fbbc082468d8ff7 \
--hash=sha256:fff16a30fdf57b214778eff86391301c4509e327a65b877862f7c929f10a4253
Expand Down
2 changes: 1 addition & 1 deletion demo-adapter-python/requirements.in
@@ -1,5 +1,5 @@
fastapi>=0.65.2
uvicorn
uvicorn<0.17
uvloop
gunicorn
httptools
Expand Down
12 changes: 6 additions & 6 deletions demo-adapter-python/requirements.txt
Expand Up @@ -120,9 +120,9 @@ h11==0.12.0 \
# via
# httpcore
# uvicorn
httpcore==0.14.5 \
--hash=sha256:2621ee769d0236574df51b305c5f4c69ca8f0c7b215221ad247b1ee42a9a9de1 \
--hash=sha256:435ab519628a6e2393f67812dea3ca5c6ad23b457412cd119295d9f906d96a2b
httpcore==0.14.6 \
--hash=sha256:508401ab24060cfa1e959feda1c38eaa09ccf9074c928f9c3d2864f8921373ce \
--hash=sha256:d1ba9926a7b761bfb92d171df81ac9f87f549533cc8fcbcffca6943d3fccabf7
# via httpx
httptools==0.3.0 \
--hash=sha256:04114db99605c9b56ea22a8ec4d7b1485b908128ed4f4a8f6438489c428da794 \
Expand Down Expand Up @@ -303,9 +303,9 @@ typing-extensions==4.0.1 \
--hash=sha256:4ca091dea149f945ec56afb48dae714f21e8692ef22a395223bcd328961b6a0e \
--hash=sha256:7f001e5ac290a0c0401508864c7ec868be4e701886d5b573a9528ed3973d9d3b
# via pydantic
uvicorn==0.17.1 \
--hash=sha256:8b16d9ecb76500f7804184f182835fe8a2b54716d3b0b6bb2da0b2b192f62c73 \
--hash=sha256:dffbacb8cc25d924d68d231d2c478c4fe6727c36537d8de21e5de591b37afc41
uvicorn==0.16.0 \
--hash=sha256:d8c839231f270adaa6d338d525e2652a0b4a5f4c2430b5c4ef6ae4d11776b0d2 \
--hash=sha256:eacb66afa65e0648fcbce5e746b135d09722231ffffc61883d4fac2b62fbea8d
# via -r requirements.in
uvloop==0.16.0 \
--hash=sha256:04ff57aa137230d8cc968f03481176041ae789308b4d5079118331ab01112450 \
Expand Down

0 comments on commit 49d83a0

Please sign in to comment.