Skip to content

Commit 21206ba

Browse files
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.
1 parent a047bad commit 21206ba

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ dependencies = [
4646
"easing-functions",
4747
"einops",
4848
"facexlib",
49-
"fastapi~=0.103.2",
49+
"fastapi~=0.104.1",
5050
"fastapi-events~=0.9.1",
5151
"huggingface-hub~=0.16.4",
5252
"imohash",
@@ -59,7 +59,7 @@ dependencies = [
5959
"onnx",
6060
"onnxruntime",
6161
"opencv-python",
62-
"pydantic~=2.4.2",
62+
"pydantic~=2.5.0",
6363
"pydantic-settings~=2.0.3",
6464
"picklescan",
6565
"pillow",

0 commit comments

Comments
 (0)