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 7e0a2ad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions 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.7.1
- 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 7e0a2ad

Please sign in to comment.