Skip to content

Commit

Permalink
update uvicorn dependency to uvicorn[standard] for orchestration (#2451)
Browse files Browse the repository at this point in the history
* add pyyaml to orchestration

* update uvicorn to be standard

* pin fastapi to 0.112.2 to disallow breaking changes
  • Loading branch information
BobanL authored Aug 28, 2024
1 parent 3300b49 commit ed25f6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions containers/orchestration/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
../dibbs
typing_extensions>=4.8.0
pydantic==1.10.13
fastapi>=0.109.1
uvicorn
fastapi==0.112.2
uvicorn[standard]
httpx
pytest
lxml
Expand Down

0 comments on commit ed25f6f

Please sign in to comment.