Skip to content

Commit f03c528

Browse files
committed
Add minimum version for pydantic-settings
1 parent f6835a3 commit f03c528

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ dependencies = [
4141
"numpy",
4242
"pillow",
4343
"piq",
44-
"pydantic-settings<2.6.0",
44+
"pydantic-settings>=2.6.1",
4545
"requests",
4646
"responses",
4747
"torch",

0 commit comments

Comments
 (0)