dependabot[bot] opened a new pull request, #16805:
URL: https://github.com/apache/iceberg/pull/16805

   Bumps 
[datamodel-code-generator](https://github.com/koxudaxi/datamodel-code-generator)
 from 0.59.0 to 0.60.0.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/koxudaxi/datamodel-code-generator/releases";>datamodel-code-generator's
 releases</a>.</em></p>
   <blockquote>
   <h2>0.60.0</h2>
   <h2>Breaking Changes</h2>
   <ul>
   <li>Avro record field defaults are no longer emitted as generated Python 
defaults. Avro defaults describe reader behavior, not Python model construction 
defaults, so generated Avro model fields now stay required even when the Avro 
schema has <code>default</code>. This also applies to Avro schemas embedded in 
AsyncAPI multi-format schemas. (<a 
href="https://redirect.github.com/koxudaxi/datamodel-code-generator/issues/3256";>#3256</a>)</li>
   <li>XML Schema datatype mappings were corrected. <code>xs:decimal</code> now 
generates <code>Decimal</code> instead of <code>float</code>; 
<code>xs:dateTime</code> defaults to standard-library <code>datetime</code> 
because XML Schema allows values without a timezone; 
<code>xs:dateTimeStamp</code> remains <code>AwareDatetime</code>; 
<code>xs:duration</code> and <code>xs:yearMonthDuration</code> now generate 
<code>str</code>, while <code>xs:dayTimeDuration</code> still generates 
<code>timedelta</code>. (<a 
href="https://redirect.github.com/koxudaxi/datamodel-code-generator/issues/3248";>#3248</a>)</li>
   <li>GraphQL input fields with schema defaults are now generated as optional 
fields with defaults. For example, non-null list inputs declared with <code>= 
[]</code> can now be omitted when constructing the generated model. (<a 
href="https://redirect.github.com/koxudaxi/datamodel-code-generator/issues/3255";>#3255</a>)</li>
   <li>Protobuf <code>bytes</code> defaults are now generated as bytes literals 
instead of strings, including escaped byte sequences. (<a 
href="https://redirect.github.com/koxudaxi/datamodel-code-generator/issues/3252";>#3252</a>)</li>
   <li>XML Schema default and fixed values are parsed according to their XSD 
lexical types. This affects list defaults, union defaults, non-finite float 
values, temporal defaults, boolean defaults with XML Schema whitespace, and 
fixed decimal values. (<a 
href="https://redirect.github.com/koxudaxi/datamodel-code-generator/issues/3258";>#3258</a>,
 <a 
href="https://redirect.github.com/koxudaxi/datamodel-code-generator/issues/3260";>#3260</a>,
 <a 
href="https://redirect.github.com/koxudaxi/datamodel-code-generator/issues/3261";>#3261</a>,
 <a 
href="https://redirect.github.com/koxudaxi/datamodel-code-generator/issues/3263";>#3263</a>,
 <a 
href="https://redirect.github.com/koxudaxi/datamodel-code-generator/issues/3267";>#3267</a>,
 <a 
href="https://redirect.github.com/koxudaxi/datamodel-code-generator/issues/3268";>#3268</a>)</li>
   </ul>
   <h2>Notes</h2>
   <ul>
   <li><code>--output-datetime-class</code> is respected for XML Schema 
<code>xs:dateTime</code> and <code>xs:dateTimeStamp</code> when explicitly 
provided. Without the option, the XML Schema defaults above are used. (<a 
href="https://redirect.github.com/koxudaxi/datamodel-code-generator/issues/3266";>#3266</a>)</li>
   <li>Enum member defaults remain opt-in through 
<code>--set-default-enum-member</code>. The default behavior is not changed to 
force enum member references. (<a 
href="https://redirect.github.com/koxudaxi/datamodel-code-generator/issues/3264";>#3264</a>)</li>
   <li>JSON Schema and OpenAPI <code>const</code> values are not treated as 
generated Python defaults unless the schema also defines a default. XML Schema 
<code>fixed</code> keeps its XSD value-constraint behavior. (<a 
href="https://redirect.github.com/koxudaxi/datamodel-code-generator/issues/3268";>#3268</a>)</li>
   </ul>
   <h2>What's Changed</h2>
   <ul>
   <li>Update CHANGELOG for 0.59.1 by <a 
href="https://github.com/dcg-generated-docs";><code>@​dcg-generated-docs</code></a>[bot]
 in <a 
href="https://redirect.github.com/koxudaxi/datamodel-code-generator/pull/3239";>koxudaxi/datamodel-code-generator#3239</a></li>
   <li>Fix release notification duplicates by <a 
href="https://github.com/koxudaxi";><code>@​koxudaxi</code></a> in <a 
href="https://redirect.github.com/koxudaxi/datamodel-code-generator/pull/3240";>koxudaxi/datamodel-code-generator#3240</a></li>
   <li>Respect OpenAPI 3.2 feature gates by <a 
href="https://github.com/koxudaxi";><code>@​koxudaxi</code></a> in <a 
href="https://redirect.github.com/koxudaxi/datamodel-code-generator/pull/3243";>koxudaxi/datamodel-code-generator#3243</a></li>
   <li>Enforce assert helper usage by <a 
href="https://github.com/koxudaxi";><code>@​koxudaxi</code></a> in <a 
href="https://redirect.github.com/koxudaxi/datamodel-code-generator/pull/3244";>koxudaxi/datamodel-code-generator#3244</a></li>
   <li>Sync generated docs by <a 
href="https://github.com/dcg-generated-docs";><code>@​dcg-generated-docs</code></a>[bot]
 in <a 
href="https://redirect.github.com/koxudaxi/datamodel-code-generator/pull/3246";>koxudaxi/datamodel-code-generator#3246</a></li>
   <li>Fix PyPI badge rendering by <a 
href="https://github.com/koxudaxi";><code>@​koxudaxi</code></a> in <a 
href="https://redirect.github.com/koxudaxi/datamodel-code-generator/pull/3247";>koxudaxi/datamodel-code-generator#3247</a></li>
   <li>Preserve AsyncAPI Avro defaults by <a 
href="https://github.com/koxudaxi";><code>@​koxudaxi</code></a> in <a 
href="https://redirect.github.com/koxudaxi/datamodel-code-generator/pull/3242";>koxudaxi/datamodel-code-generator#3242</a>
 (superseded by <a 
href="https://redirect.github.com/koxudaxi/datamodel-code-generator/issues/3256";>#3256</a>
 before release)</li>
   <li>Fix XML Schema datatypes by <a 
href="https://github.com/koxudaxi";><code>@​koxudaxi</code></a> in <a 
href="https://redirect.github.com/koxudaxi/datamodel-code-generator/pull/3248";>koxudaxi/datamodel-code-generator#3248</a></li>
   <li>Fix Avro field defaults by <a 
href="https://github.com/koxudaxi";><code>@​koxudaxi</code></a> in <a 
href="https://redirect.github.com/koxudaxi/datamodel-code-generator/pull/3256";>koxudaxi/datamodel-code-generator#3256</a></li>
   <li>Fix GraphQL input defaults by <a 
href="https://github.com/koxudaxi";><code>@​koxudaxi</code></a> in <a 
href="https://redirect.github.com/koxudaxi/datamodel-code-generator/pull/3255";>koxudaxi/datamodel-code-generator#3255</a></li>
   <li>Fix Protobuf bytes defaults by <a 
href="https://github.com/koxudaxi";><code>@​koxudaxi</code></a> in <a 
href="https://redirect.github.com/koxudaxi/datamodel-code-generator/pull/3252";>koxudaxi/datamodel-code-generator#3252</a></li>
   <li>Fix Protobuf enum defaults by <a 
href="https://github.com/koxudaxi";><code>@​koxudaxi</code></a> in <a 
href="https://redirect.github.com/koxudaxi/datamodel-code-generator/pull/3253";>koxudaxi/datamodel-code-generator#3253</a></li>
   <li>Fix XML Schema list defaults by <a 
href="https://github.com/koxudaxi";><code>@​koxudaxi</code></a> in <a 
href="https://redirect.github.com/koxudaxi/datamodel-code-generator/pull/3258";>koxudaxi/datamodel-code-generator#3258</a></li>
   <li>Fix XML Schema union defaults by <a 
href="https://github.com/koxudaxi";><code>@​koxudaxi</code></a> in <a 
href="https://redirect.github.com/koxudaxi/datamodel-code-generator/pull/3260";>koxudaxi/datamodel-code-generator#3260</a></li>
   <li>Fix XML Schema float defaults by <a 
href="https://github.com/koxudaxi";><code>@​koxudaxi</code></a> in <a 
href="https://redirect.github.com/koxudaxi/datamodel-code-generator/pull/3261";>koxudaxi/datamodel-code-generator#3261</a></li>
   <li>Fix complex const defaults by <a 
href="https://github.com/koxudaxi";><code>@​koxudaxi</code></a> in <a 
href="https://redirect.github.com/koxudaxi/datamodel-code-generator/pull/3259";>koxudaxi/datamodel-code-generator#3259</a>
 (narrowed by <a 
href="https://redirect.github.com/koxudaxi/datamodel-code-generator/issues/3268";>#3268</a>
 before release)</li>
   <li>Fix GraphQL enum defaults by <a 
href="https://github.com/koxudaxi";><code>@​koxudaxi</code></a> in <a 
href="https://redirect.github.com/koxudaxi/datamodel-code-generator/pull/3262";>koxudaxi/datamodel-code-generator#3262</a>
 (default enum-member behavior restored by <a 
href="https://redirect.github.com/koxudaxi/datamodel-code-generator/issues/3264";>#3264</a>
 before release)</li>
   <li>Restore enum default option behavior by <a 
href="https://github.com/koxudaxi";><code>@​koxudaxi</code></a> in <a 
href="https://redirect.github.com/koxudaxi/datamodel-code-generator/pull/3264";>koxudaxi/datamodel-code-generator#3264</a></li>
   <li>Add conversion diagram by <a 
href="https://github.com/koxudaxi";><code>@​koxudaxi</code></a> in <a 
href="https://redirect.github.com/koxudaxi/datamodel-code-generator/pull/3257";>koxudaxi/datamodel-code-generator#3257</a></li>
   <li>Sync generated docs by <a 
href="https://github.com/dcg-generated-docs";><code>@​dcg-generated-docs</code></a>[bot]
 in <a 
href="https://redirect.github.com/koxudaxi/datamodel-code-generator/pull/3265";>koxudaxi/datamodel-code-generator#3265</a></li>
   <li>Fix XML Schema datetime class override by <a 
href="https://github.com/koxudaxi";><code>@​koxudaxi</code></a> in <a 
href="https://redirect.github.com/koxudaxi/datamodel-code-generator/pull/3266";>koxudaxi/datamodel-code-generator#3266</a></li>
   <li>Fix XML Schema temporal defaults by <a 
href="https://github.com/koxudaxi";><code>@​koxudaxi</code></a> in <a 
href="https://redirect.github.com/koxudaxi/datamodel-code-generator/pull/3263";>koxudaxi/datamodel-code-generator#3263</a></li>
   <li>Fix XML Schema boolean whitespace by <a 
href="https://github.com/koxudaxi";><code>@​koxudaxi</code></a> in <a 
href="https://redirect.github.com/koxudaxi/datamodel-code-generator/pull/3267";>koxudaxi/datamodel-code-generator#3267</a></li>
   <li>Fix const default scope by <a 
href="https://github.com/koxudaxi";><code>@​koxudaxi</code></a> in <a 
href="https://redirect.github.com/koxudaxi/datamodel-code-generator/pull/3268";>koxudaxi/datamodel-code-generator#3268</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/koxudaxi/datamodel-code-generator/compare/0.59.1...0.60.0";>https://github.com/koxudaxi/datamodel-code-generator/compare/0.59.1...0.60.0</a></p>
   <h2>0.59.1</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>Update CHANGELOG for 0.59.0 by <a 
href="https://github.com/dcg-generated-docs";><code>@​dcg-generated-docs</code></a>[bot]
 in <a 
href="https://redirect.github.com/koxudaxi/datamodel-code-generator/pull/3216";>koxudaxi/datamodel-code-generator#3216</a></li>
   <li>Update supported input formats by <a 
href="https://github.com/koxudaxi";><code>@​koxudaxi</code></a> in <a 
href="https://redirect.github.com/koxudaxi/datamodel-code-generator/pull/3219";>koxudaxi/datamodel-code-generator#3219</a></li>
   <li>Fix docs preview deploy by <a 
href="https://github.com/koxudaxi";><code>@​koxudaxi</code></a> in <a 
href="https://redirect.github.com/koxudaxi/datamodel-code-generator/pull/3218";>koxudaxi/datamodel-code-generator#3218</a></li>
   <li>Update zensical by <a 
href="https://github.com/koxudaxi";><code>@​koxudaxi</code></a> in <a 
href="https://redirect.github.com/koxudaxi/datamodel-code-generator/pull/3220";>koxudaxi/datamodel-code-generator#3220</a></li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/koxudaxi/datamodel-code-generator/blob/main/CHANGELOG.md";>datamodel-code-generator's
 changelog</a>.</em></p>
   <blockquote>
   <h2><a 
href="https://github.com/koxudaxi/datamodel-code-generator/releases/tag/0.60.0";>0.60.0</a>
 - 2026-06-04</h2>
   <h2>Breaking Changes</h2>
   <ul>
   <li>Avro record field defaults are no longer emitted as generated Python 
defaults. Avro defaults describe reader behavior, not Python model construction 
defaults, so generated Avro model fields now stay required even when the Avro 
schema has <code>default</code>. This also applies to Avro schemas embedded in 
AsyncAPI multi-format schemas. (<a 
href="https://redirect.github.com/koxudaxi/datamodel-code-generator/issues/3256";>#3256</a>)</li>
   <li>XML Schema datatype mappings were corrected. <code>xs:decimal</code> now 
generates <code>Decimal</code> instead of <code>float</code>; 
<code>xs:dateTime</code> defaults to standard-library <code>datetime</code> 
because XML Schema allows values without a timezone; 
<code>xs:dateTimeStamp</code> remains <code>AwareDatetime</code>; 
<code>xs:duration</code> and <code>xs:yearMonthDuration</code> now generate 
<code>str</code>, while <code>xs:dayTimeDuration</code> still generates 
<code>timedelta</code>. (<a 
href="https://redirect.github.com/koxudaxi/datamodel-code-generator/issues/3248";>#3248</a>)</li>
   <li>GraphQL input fields with schema defaults are now generated as optional 
fields with defaults. For example, non-null list inputs declared with <code>= 
[]</code> can now be omitted when constructing the generated model. (<a 
href="https://redirect.github.com/koxudaxi/datamodel-code-generator/issues/3255";>#3255</a>)</li>
   <li>Protobuf <code>bytes</code> defaults are now generated as bytes literals 
instead of strings, including escaped byte sequences. (<a 
href="https://redirect.github.com/koxudaxi/datamodel-code-generator/issues/3252";>#3252</a>)</li>
   <li>XML Schema default and fixed values are parsed according to their XSD 
lexical types. This affects list defaults, union defaults, non-finite float 
values, temporal defaults, boolean defaults with XML Schema whitespace, and 
fixed decimal values. (<a 
href="https://redirect.github.com/koxudaxi/datamodel-code-generator/issues/3258";>#3258</a>,
 <a 
href="https://redirect.github.com/koxudaxi/datamodel-code-generator/issues/3260";>#3260</a>,
 <a 
href="https://redirect.github.com/koxudaxi/datamodel-code-generator/issues/3261";>#3261</a>,
 <a 
href="https://redirect.github.com/koxudaxi/datamodel-code-generator/issues/3263";>#3263</a>,
 <a 
href="https://redirect.github.com/koxudaxi/datamodel-code-generator/issues/3267";>#3267</a>,
 <a 
href="https://redirect.github.com/koxudaxi/datamodel-code-generator/issues/3268";>#3268</a>)</li>
   </ul>
   <h2>Notes</h2>
   <ul>
   <li><code>--output-datetime-class</code> is respected for XML Schema 
<code>xs:dateTime</code> and <code>xs:dateTimeStamp</code> when explicitly 
provided. Without the option, the XML Schema defaults above are used. (<a 
href="https://redirect.github.com/koxudaxi/datamodel-code-generator/issues/3266";>#3266</a>)</li>
   <li>Enum member defaults remain opt-in through 
<code>--set-default-enum-member</code>. The default behavior is not changed to 
force enum member references. (<a 
href="https://redirect.github.com/koxudaxi/datamodel-code-generator/issues/3264";>#3264</a>)</li>
   <li>JSON Schema and OpenAPI <code>const</code> values are not treated as 
generated Python defaults unless the schema also defines a default. XML Schema 
<code>fixed</code> keeps its XSD value-constraint behavior. (<a 
href="https://redirect.github.com/koxudaxi/datamodel-code-generator/issues/3268";>#3268</a>)</li>
   </ul>
   <h2>What's Changed</h2>
   <ul>
   <li>Update CHANGELOG for 0.59.1 by <a 
href="https://github.com/dcg-generated-docs";><code>@​dcg-generated-docs</code></a>[bot]
 in <a 
href="https://redirect.github.com/koxudaxi/datamodel-code-generator/pull/3239";>koxudaxi/datamodel-code-generator#3239</a></li>
   <li>Fix release notification duplicates by <a 
href="https://github.com/koxudaxi";><code>@​koxudaxi</code></a> in <a 
href="https://redirect.github.com/koxudaxi/datamodel-code-generator/pull/3240";>koxudaxi/datamodel-code-generator#3240</a></li>
   <li>Respect OpenAPI 3.2 feature gates by <a 
href="https://github.com/koxudaxi";><code>@​koxudaxi</code></a> in <a 
href="https://redirect.github.com/koxudaxi/datamodel-code-generator/pull/3243";>koxudaxi/datamodel-code-generator#3243</a></li>
   <li>Enforce assert helper usage by <a 
href="https://github.com/koxudaxi";><code>@​koxudaxi</code></a> in <a 
href="https://redirect.github.com/koxudaxi/datamodel-code-generator/pull/3244";>koxudaxi/datamodel-code-generator#3244</a></li>
   <li>Sync generated docs by <a 
href="https://github.com/dcg-generated-docs";><code>@​dcg-generated-docs</code></a>[bot]
 in <a 
href="https://redirect.github.com/koxudaxi/datamodel-code-generator/pull/3246";>koxudaxi/datamodel-code-generator#3246</a></li>
   <li>Fix PyPI badge rendering by <a 
href="https://github.com/koxudaxi";><code>@​koxudaxi</code></a> in <a 
href="https://redirect.github.com/koxudaxi/datamodel-code-generator/pull/3247";>koxudaxi/datamodel-code-generator#3247</a></li>
   <li>Preserve AsyncAPI Avro defaults by <a 
href="https://github.com/koxudaxi";><code>@​koxudaxi</code></a> in <a 
href="https://redirect.github.com/koxudaxi/datamodel-code-generator/pull/3242";>koxudaxi/datamodel-code-generator#3242</a>
 (superseded by <a 
href="https://redirect.github.com/koxudaxi/datamodel-code-generator/issues/3256";>#3256</a>
 before release)</li>
   <li>Fix XML Schema datatypes by <a 
href="https://github.com/koxudaxi";><code>@​koxudaxi</code></a> in <a 
href="https://redirect.github.com/koxudaxi/datamodel-code-generator/pull/3248";>koxudaxi/datamodel-code-generator#3248</a></li>
   <li>Fix Avro field defaults by <a 
href="https://github.com/koxudaxi";><code>@​koxudaxi</code></a> in <a 
href="https://redirect.github.com/koxudaxi/datamodel-code-generator/pull/3256";>koxudaxi/datamodel-code-generator#3256</a></li>
   <li>Fix GraphQL input defaults by <a 
href="https://github.com/koxudaxi";><code>@​koxudaxi</code></a> in <a 
href="https://redirect.github.com/koxudaxi/datamodel-code-generator/pull/3255";>koxudaxi/datamodel-code-generator#3255</a></li>
   <li>Fix Protobuf bytes defaults by <a 
href="https://github.com/koxudaxi";><code>@​koxudaxi</code></a> in <a 
href="https://redirect.github.com/koxudaxi/datamodel-code-generator/pull/3252";>koxudaxi/datamodel-code-generator#3252</a></li>
   <li>Fix Protobuf enum defaults by <a 
href="https://github.com/koxudaxi";><code>@​koxudaxi</code></a> in <a 
href="https://redirect.github.com/koxudaxi/datamodel-code-generator/pull/3253";>koxudaxi/datamodel-code-generator#3253</a></li>
   <li>Fix XML Schema list defaults by <a 
href="https://github.com/koxudaxi";><code>@​koxudaxi</code></a> in <a 
href="https://redirect.github.com/koxudaxi/datamodel-code-generator/pull/3258";>koxudaxi/datamodel-code-generator#3258</a></li>
   <li>Fix XML Schema union defaults by <a 
href="https://github.com/koxudaxi";><code>@​koxudaxi</code></a> in <a 
href="https://redirect.github.com/koxudaxi/datamodel-code-generator/pull/3260";>koxudaxi/datamodel-code-generator#3260</a></li>
   <li>Fix XML Schema float defaults by <a 
href="https://github.com/koxudaxi";><code>@​koxudaxi</code></a> in <a 
href="https://redirect.github.com/koxudaxi/datamodel-code-generator/pull/3261";>koxudaxi/datamodel-code-generator#3261</a></li>
   <li>Fix complex const defaults by <a 
href="https://github.com/koxudaxi";><code>@​koxudaxi</code></a> in <a 
href="https://redirect.github.com/koxudaxi/datamodel-code-generator/pull/3259";>koxudaxi/datamodel-code-generator#3259</a>
 (narrowed by <a 
href="https://redirect.github.com/koxudaxi/datamodel-code-generator/issues/3268";>#3268</a>
 before release)</li>
   <li>Fix GraphQL enum defaults by <a 
href="https://github.com/koxudaxi";><code>@​koxudaxi</code></a> in <a 
href="https://redirect.github.com/koxudaxi/datamodel-code-generator/pull/3262";>koxudaxi/datamodel-code-generator#3262</a>
 (default enum-member behavior restored by <a 
href="https://redirect.github.com/koxudaxi/datamodel-code-generator/issues/3264";>#3264</a>
 before release)</li>
   <li>Restore enum default option behavior by <a 
href="https://github.com/koxudaxi";><code>@​koxudaxi</code></a> in <a 
href="https://redirect.github.com/koxudaxi/datamodel-code-generator/pull/3264";>koxudaxi/datamodel-code-generator#3264</a></li>
   <li>Add conversion diagram by <a 
href="https://github.com/koxudaxi";><code>@​koxudaxi</code></a> in <a 
href="https://redirect.github.com/koxudaxi/datamodel-code-generator/pull/3257";>koxudaxi/datamodel-code-generator#3257</a></li>
   <li>Sync generated docs by <a 
href="https://github.com/dcg-generated-docs";><code>@​dcg-generated-docs</code></a>[bot]
 in <a 
href="https://redirect.github.com/koxudaxi/datamodel-code-generator/pull/3265";>koxudaxi/datamodel-code-generator#3265</a></li>
   <li>Fix XML Schema datetime class override by <a 
href="https://github.com/koxudaxi";><code>@​koxudaxi</code></a> in <a 
href="https://redirect.github.com/koxudaxi/datamodel-code-generator/pull/3266";>koxudaxi/datamodel-code-generator#3266</a></li>
   <li>Fix XML Schema temporal defaults by <a 
href="https://github.com/koxudaxi";><code>@​koxudaxi</code></a> in <a 
href="https://redirect.github.com/koxudaxi/datamodel-code-generator/pull/3263";>koxudaxi/datamodel-code-generator#3263</a></li>
   <li>Fix XML Schema boolean whitespace by <a 
href="https://github.com/koxudaxi";><code>@​koxudaxi</code></a> in <a 
href="https://redirect.github.com/koxudaxi/datamodel-code-generator/pull/3267";>koxudaxi/datamodel-code-generator#3267</a></li>
   <li>Fix const default scope by <a 
href="https://github.com/koxudaxi";><code>@​koxudaxi</code></a> in <a 
href="https://redirect.github.com/koxudaxi/datamodel-code-generator/pull/3268";>koxudaxi/datamodel-code-generator#3268</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/koxudaxi/datamodel-code-generator/compare/0.59.1...0.60.0";>https://github.com/koxudaxi/datamodel-code-generator/compare/0.59.1...0.60.0</a></p>
   <hr />
   <h2><a 
href="https://github.com/koxudaxi/datamodel-code-generator/releases/tag/0.59.1";>0.59.1</a>
 - 2026-06-03</h2>
   <h2>What's Changed</h2>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/koxudaxi/datamodel-code-generator/commit/5d4094a942fb57d8c923a919f49ca01ac3b6c2a2";><code>5d4094a</code></a>
 Fix const default scope (<a 
href="https://redirect.github.com/koxudaxi/datamodel-code-generator/issues/3268";>#3268</a>)</li>
   <li><a 
href="https://github.com/koxudaxi/datamodel-code-generator/commit/e4c22c83a624352e7802d3ef06dd590ec648f469";><code>e4c22c8</code></a>
 Fix XML Schema boolean whitespace (<a 
href="https://redirect.github.com/koxudaxi/datamodel-code-generator/issues/3267";>#3267</a>)</li>
   <li><a 
href="https://github.com/koxudaxi/datamodel-code-generator/commit/392f4b0ddf8c184347fd98cb04a6318a17421f85";><code>392f4b0</code></a>
 Fix XML Schema temporal defaults (<a 
href="https://redirect.github.com/koxudaxi/datamodel-code-generator/issues/3263";>#3263</a>)</li>
   <li><a 
href="https://github.com/koxudaxi/datamodel-code-generator/commit/ed2098a825d2ccd227d7fc9ef53d5056f27fc47c";><code>ed2098a</code></a>
 Fix XML Schema datetime class override (<a 
href="https://redirect.github.com/koxudaxi/datamodel-code-generator/issues/3266";>#3266</a>)</li>
   <li><a 
href="https://github.com/koxudaxi/datamodel-code-generator/commit/9269fca8ff10e2753dfbb3478efd058be2da33a1";><code>9269fca</code></a>
 docs: sync generated docs (<a 
href="https://redirect.github.com/koxudaxi/datamodel-code-generator/issues/3265";>#3265</a>)</li>
   <li><a 
href="https://github.com/koxudaxi/datamodel-code-generator/commit/69bd0574a82ba673121ed91b7de66680eb3bb379";><code>69bd057</code></a>
 Add conversion diagram (<a 
href="https://redirect.github.com/koxudaxi/datamodel-code-generator/issues/3257";>#3257</a>)</li>
   <li><a 
href="https://github.com/koxudaxi/datamodel-code-generator/commit/3c2da8b20542f82afaffb41471b1cf9deb7d1d79";><code>3c2da8b</code></a>
 Restore enum default option behavior (<a 
href="https://redirect.github.com/koxudaxi/datamodel-code-generator/issues/3264";>#3264</a>)</li>
   <li><a 
href="https://github.com/koxudaxi/datamodel-code-generator/commit/675b2df276a30be0e2ce8d19f9545cea7a36d36a";><code>675b2df</code></a>
 Fix GraphQL enum defaults (<a 
href="https://redirect.github.com/koxudaxi/datamodel-code-generator/issues/3262";>#3262</a>)</li>
   <li><a 
href="https://github.com/koxudaxi/datamodel-code-generator/commit/166885e63a86675d820192a0a25088b8eaa748bb";><code>166885e</code></a>
 Fix complex const defaults (<a 
href="https://redirect.github.com/koxudaxi/datamodel-code-generator/issues/3259";>#3259</a>)</li>
   <li><a 
href="https://github.com/koxudaxi/datamodel-code-generator/commit/d88a8a0ca42c558b239dc7fe499d6d7482b15fec";><code>d88a8a0</code></a>
 Fix XML Schema float defaults (<a 
href="https://redirect.github.com/koxudaxi/datamodel-code-generator/issues/3261";>#3261</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/koxudaxi/datamodel-code-generator/compare/0.59.0...0.60.0";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=datamodel-code-generator&package-manager=pip&previous-version=0.59.0&new-version=0.60.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   Dependabot will resolve any conflicts with this PR as long as you don't 
alter it yourself. You can also trigger a rebase manually by commenting 
`@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   <details>
   <summary>Dependabot commands and options</summary>
   <br />
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that 
have been made to it
   - `@dependabot show <dependency name> ignore conditions` will show all of 
the ignore conditions of the specified dependency
   - `@dependabot ignore this major version` will close this PR and stop 
Dependabot creating any more for this major version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this minor version` will close this PR and stop 
Dependabot creating any more for this minor version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this dependency` will close this PR and stop 
Dependabot creating any more for this dependency (unless you reopen the PR or 
upgrade to it yourself)
   
   
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to