deps: Bump datamodel-code-generator to 0.75.1 - #344
Merged
Conversation
Clears eight overdue-tomorrow Vanta findings, all HIGH and all in datamodel-code-generator 0.33.0: - CVE-2026-55415 (needs 0.64.0) - CVE-2026-55391 (needs 0.63.0) - CVE-2026-55389 (needs 0.62.0) - CVE-2026-54691, CVE-2026-54690 (need 0.61.0) - CVE-2026-54653, CVE-2026-54654 (need 0.60.2) - CVE-2026-54621 (needs 0.60.1) Regenerated with the command recorded at the top of requirements-dev.txt plus `--upgrade-package datamodel-code-generator`, so no other dev pin moved. The tool is dev-only and is not part of the published package. flag_engine/result/types.py and flag_engine/context/types.py were generated by this tool, but codegen is invoked manually and is not wired into CI, so their contents are unaffected by this bump. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
|
Minimum allowed coverage is Generated by 🐒 cobertura-action against 96e05f9 |
Zaimwa9
approved these changes
Aug 28, 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.
Changes
Bumps
datamodel-code-generatorfrom 0.33.0 to 0.75.1, clearing eightVanta findings that fall due tomorrow (2026-08-29). All eight are HIGH and
all are this one package:
0.64.0 is the highest floor, so any version at or above it clears all eight;
recompiling picked up the current release, 0.75.1.
Regenerated using the command recorded at the top of
requirements-dev.txt,with
--upgrade-package datamodel-code-generatoradded so no other dev pinmoved. The result is a 3-line diff.
Scope of the risk
Worth noting for prioritisation:
datamodel-code-generatoris a dev-onlytool listed in
requirements-dev.in, so it is not part of the publishedflagsmith-flag-enginepackage and never reaches consumers. This isdeveloper and CI tooling exposure only.
flag_engine/result/types.pyandflag_engine/context/types.pycarry# generated by datamodel-codegenheaders, but codegen is invoked manuallyand is not wired into CI, so their contents are unaffected. Regenerating them
against a codegen 42 minor versions newer would produce unrelated churn and is
deliberately left out of this PR.
How did you test this code?
mypy --strict .— success, no issues in 34 source files.pytest— 385 tests pass.