mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
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:
parent
a047bad391
commit
21206bafcf
@ -46,7 +46,7 @@ dependencies = [
|
||||
"easing-functions",
|
||||
"einops",
|
||||
"facexlib",
|
||||
"fastapi~=0.103.2",
|
||||
"fastapi~=0.104.1",
|
||||
"fastapi-events~=0.9.1",
|
||||
"huggingface-hub~=0.16.4",
|
||||
"imohash",
|
||||
@ -59,7 +59,7 @@ dependencies = [
|
||||
"onnx",
|
||||
"onnxruntime",
|
||||
"opencv-python",
|
||||
"pydantic~=2.4.2",
|
||||
"pydantic~=2.5.0",
|
||||
"pydantic-settings~=2.0.3",
|
||||
"picklescan",
|
||||
"pillow",
|
||||
|
Loading…
Reference in New Issue
Block a user