The GitHub Actions job "Tests (AMD)" on 
airflow.git/get-rid-of-datamodel-generator-vulnerabilities has failed.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
9a83e9fc240c4c988e92e704c593797180953c24 / Jarek Potiuk <[email protected]>
Raise the datamodel-code-generator floor for the codegen toolchain

The codegen dependency groups pinned datamodel-code-generator==0.41.0. A
number of published advisories affect releases in that range; the highest
fix floor among them is 0.64.0, so require >=0.71.0 to resolve clear of
all of them with headroom rather than landing on the boundary release.

The newer generator no longer emits a spurious "= None" default for
fields the OpenAPI spec lists as required but nullable, so the
regenerated models now match the spec instead of silently accepting
payloads that omit those fields. This is a client-side rendering change
only -- no schema, route, or API version is touched, so no Cadwyn
migration is involved. Test fixtures that relied on the old leniency now
pass those fields explicitly; two of them were silently dropping a value
by passing "schema_=" rather than the "schema" alias.

Report URL: https://github.com/apache/airflow/actions/runs/30439298079

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to