Bump pydantic minimum version to 1.8.2 for CVE patch - #51
Merged
Conversation
CVE-2021-29510 (HIGH, CVSS 7.5): pydantic 1.8.1 hangs with 100% CPU when 'infinity', 'inf' or float('inf') (or their negatives) is passed to a datetime or date field. Fixed in pydantic 1.8.2. The lockfile already resolves to pydantic 2.13.4 (not vulnerable), but the published constraint floor of >=1.8.1 allowed downstream consumers to install the vulnerable version. Raise the floor to >=1.8.2 and refresh the lockfile content-hash (resolution unchanged). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01NEnZuV4bRRKaHsHoWLzgTb
RoiGlinik
approved these changes
Aug 30, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Updated the minimum required version of pydantic from 1.8.1 to 1.8.2 to address a known security vulnerability.
Changes
>=1.8.1,<3to>=1.8.2,<3Details
This is a patch-level version bump that ensures all installations use a pydantic version with the CVE-2021-29510 vulnerability patched. The change maintains backward compatibility while improving security posture.
https://claude.ai/code/session_01NEnZuV4bRRKaHsHoWLzgTb