Skip to content

Commit 099c373

Browse files
authored
Update FastAPI to 0.100.1 in preparation for Pydantic v2 support (vocodedev#335)
1 parent 4e07578 commit 099c373

File tree

2 files changed

+8
-10
lines changed

2 files changed

+8
-10
lines changed

poetry.lock

Lines changed: 7 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ azure-cognitiveservices-speech = "^1.27.0"
1717
websockets = "^11.0.2"
1818
requests = "^2.28.2"
1919
uvicorn = "^0.21.1"
20-
fastapi = "^0.95.1"
20+
fastapi = "^0.100.1"
2121
jinja2 = "^3.1.2"
2222
python-multipart = "^0.0.6"
2323
six = "^1.16.0"

0 commit comments

Comments
 (0)