Skip to content

Lock pydantic to latest version #229

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 15, 2025

Conversation

jaredoconnell
Copy link
Collaborator

@jaredoconnell jaredoconnell commented Jul 14, 2025

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>
@jaredoconnell jaredoconnell merged commit eef5c46 into vllm-project:main Jul 15, 2025
18 checks passed
@jaredoconnell jaredoconnell deleted the pydantic-version branch July 15, 2025 14:56
DaltheCow pushed a commit that referenced this pull request Jul 15, 2025
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>
Signed-off-by: dalthecow <dalcowboiz@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Input should be a valid dictionary or instance of StatusBreakdown
2 participants