Skip to content

Commit b30f32e

Browse files
Merge pull request #2408 from VWS-Python/limit-pydantic-settings
Cap pydantic-settings version
2 parents e1c6a57 + f1492f9 commit b30f32e

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
@@ -44,7 +44,7 @@ dependencies = [
4444
"numpy<2.0.0",
4545
"pillow",
4646
"piq",
47-
"pydantic-settings",
47+
"pydantic-settings<2.6.0",
4848
"requests",
4949
"responses",
5050
"torch",

0 commit comments

Comments
 (0)