mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-01-15 00:58:02 -05:00
chore: remove pydantic pin
This commit is contained in:
@@ -64,7 +64,7 @@ dependencies = [
|
||||
"fastapi",
|
||||
"huggingface-hub",
|
||||
"pydantic-settings",
|
||||
"pydantic<2.9",
|
||||
"pydantic",
|
||||
"python-socketio",
|
||||
"uvicorn[standard]",
|
||||
|
||||
|
||||
2
uv.lock
generated
2
uv.lock
generated
@@ -1440,7 +1440,7 @@ requires-dist = [
|
||||
{ name = "pre-commit", marker = "extra == 'test'" },
|
||||
{ name = "prompt-toolkit" },
|
||||
{ name = "pudb", marker = "extra == 'dev'" },
|
||||
{ name = "pydantic", specifier = "<2.9" },
|
||||
{ name = "pydantic" },
|
||||
{ name = "pydantic-settings" },
|
||||
{ name = "pympler" },
|
||||
{ name = "pypatchmatch" },
|
||||
|
||||
Reference in New Issue
Block a user