Skip to content

Commit

Permalink
chore: Update uvicorn for Conda.
Browse files Browse the repository at this point in the history
  • Loading branch information
mturoci committed Apr 13, 2022
1 parent e91b59f commit 427031a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion py/conda/conda_build_config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
python_version:
- 3.6.1
- 3.7
- 3.8
- 3.9
4 changes: 2 additions & 2 deletions py/conda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@ requirements:
- wheel
- Click
- httpx==0.16.1
- uvicorn==0.12.2
- uvicorn==0.17.6
- starlette==0.13.8

run:
- python={{ python_version }}
- Click
- httpx==0.16.1
- uvicorn==0.12.2
- uvicorn==0.17.6
- starlette==0.13.8

source:
Expand Down

0 comments on commit 427031a

Please sign in to comment.