Skip to content

Commit 7e0a2ad

Browse files
committed
chore: Update uvicorn for Conda.
1 parent e91b59f commit 7e0a2ad

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

py/conda/conda_build_config.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
python_version:
2-
- 3.6.1
3-
- 3.7
2+
- 3.7.1
43
- 3.8
54
- 3.9

py/conda/meta.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@ requirements:
2222
- wheel
2323
- Click
2424
- httpx==0.16.1
25-
- uvicorn==0.12.2
25+
- uvicorn==0.17.6
2626
- starlette==0.13.8
2727

2828
run:
2929
- python={{ python_version }}
3030
- Click
3131
- httpx==0.16.1
32-
- uvicorn==0.12.2
32+
- uvicorn==0.17.6
3333
- starlette==0.13.8
3434

3535
source:

0 commit comments

Comments
 (0)