Skip to content

Commit eef5c46

Browse files
Lock pydantic to latest version (#229)
Based on #221, there are pydantic bugs that affect the use of GuideLLM. This PR sets PyDantic to the latest major and patch version because that is the version that is least likely to cause problems for users. If there is a specific reason to use a lower version, more time would need to be spent testing old versions and figuring out what version fixed the problem demonstrated in #221 I checked and this version still supports Python 3.9+. Closes #221 Signed-off-by: Jared O'Connell <joconnel@redhat.com>
1 parent 0d9a539 commit eef5c46

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
@@ -51,7 +51,7 @@ dependencies = [
5151
"numpy",
5252
"pillow",
5353
"protobuf",
54-
"pydantic>=2.0.0",
54+
"pydantic>=2.11.7",
5555
"pydantic-settings>=2.0.0",
5656
"pyyaml>=6.0.0",
5757
"rich",

0 commit comments

Comments
 (0)