Commit 5bd84d8
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 <[email protected]>
Signed-off-by: dalthecow <[email protected]>1 parent bed1282 commit 5bd84d8
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| |||
0 commit comments