chore: bump pydantic and fastapi

No breaking changes for us.

Pydantic is working on its own faster JSON parser, `jiter`, and 2.5.0 starts bringing this in. See https://github.com/pydantic/jiter

There are a number of other bugfixes and minor changes in this version of pydantic.

The FastAPI update is mostly internal but let's stay up to date.
This commit is contained in:
psychedelicious 2023-11-14 14:09:44 +11:00
parent a047bad391
commit 21206bafcf

View File

@ -46,7 +46,7 @@ dependencies = [
"easing-functions", "easing-functions",
"einops", "einops",
"facexlib", "facexlib",
"fastapi~=0.103.2", "fastapi~=0.104.1",
"fastapi-events~=0.9.1", "fastapi-events~=0.9.1",
"huggingface-hub~=0.16.4", "huggingface-hub~=0.16.4",
"imohash", "imohash",
@ -59,7 +59,7 @@ dependencies = [
"onnx", "onnx",
"onnxruntime", "onnxruntime",
"opencv-python", "opencv-python",
"pydantic~=2.4.2", "pydantic~=2.5.0",
"pydantic-settings~=2.0.3", "pydantic-settings~=2.0.3",
"picklescan", "picklescan",
"pillow", "pillow",