chore: remove pydantic pin

This commit is contained in:
psychedelicious
2025-03-31 15:52:09 +10:00
parent a5966c3197
commit bcd50ed688
2 changed files with 2 additions and 2 deletions

View File

@@ -64,7 +64,7 @@ dependencies = [
"fastapi",
"huggingface-hub",
"pydantic-settings",
"pydantic<2.9",
"pydantic",
"python-socketio",
"uvicorn[standard]",

2
uv.lock generated
View File

@@ -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" },