dependabot[bot] opened a new pull request, #12849: URL: https://github.com/apache/iceberg/pull/12849
Bumps [datamodel-code-generator](https://github.com/koxudaxi/datamodel-code-generator) from 0.28.5 to 0.30.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.30.0</h2> <h2>What's Changed</h2> <ul> <li>feat: add new option --parent-scoped-naming to avoid name collisions by <a href="https://github.com/gjcarneiro"><code>@gjcarneiro</code></a> in <a href="https://redirect.github.com/koxudaxi/datamodel-code-generator/pull/2373">koxudaxi/datamodel-code-generator#2373</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/koxudaxi/datamodel-code-generator/compare/0.29.0...0.30.0">https://github.com/koxudaxi/datamodel-code-generator/compare/0.29.0...0.30.0</a></p> <h2>0.29.0</h2> <h2>What's Changed</h2> <ul> <li>Fix shadowed import errors by aliasing conflicting symbols in generated models by <a href="https://github.com/sternakt"><code>@sternakt</code></a> in <a href="https://redirect.github.com/koxudaxi/datamodel-code-generator/pull/2379">koxudaxi/datamodel-code-generator#2379</a></li> <li>fix: Pass encoding parameter to parser in init.generate() by <a href="https://github.com/koxudaxi"><code>@koxudaxi</code></a> in <a href="https://redirect.github.com/koxudaxi/datamodel-code-generator/pull/2367">koxudaxi/datamodel-code-generator#2367</a></li> <li>Bump upper version limit on the inflect library from 6 to 8 by <a href="https://github.com/gothicVI"><code>@gothicVI</code></a> in <a href="https://redirect.github.com/koxudaxi/datamodel-code-generator/pull/2375">koxudaxi/datamodel-code-generator#2375</a></li> <li>feat: save memory in pydantic2 by avoiding simple aliasing empty classes by <a href="https://github.com/gjcarneiro"><code>@gjcarneiro</code></a> in <a href="https://redirect.github.com/koxudaxi/datamodel-code-generator/pull/2376">koxudaxi/datamodel-code-generator#2376</a></li> <li>[pre-commit.ci] pre-commit autoupdate by <a href="https://github.com/pre-commit-ci"><code>@pre-commit-ci</code></a> in <a href="https://redirect.github.com/koxudaxi/datamodel-code-generator/pull/2372">koxudaxi/datamodel-code-generator#2372</a></li> <li>fix: capitalize_enum_members not recognized in pyproject.toml by <a href="https://github.com/LordFckHelmchen"><code>@LordFckHelmchen</code></a> in <a href="https://redirect.github.com/koxudaxi/datamodel-code-generator/pull/2363">koxudaxi/datamodel-code-generator#2363</a></li> <li>fix(parser): ignore discriminator in collapsed list fields by <a href="https://github.com/rcarriga"><code>@rcarriga</code></a> in <a href="https://redirect.github.com/koxudaxi/datamodel-code-generator/pull/2378">koxudaxi/datamodel-code-generator#2378</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/LordFckHelmchen"><code>@LordFckHelmchen</code></a> made their first contribution in <a href="https://redirect.github.com/koxudaxi/datamodel-code-generator/pull/2363">koxudaxi/datamodel-code-generator#2363</a></li> <li><a href="https://github.com/rcarriga"><code>@rcarriga</code></a> made their first contribution in <a href="https://redirect.github.com/koxudaxi/datamodel-code-generator/pull/2378">koxudaxi/datamodel-code-generator#2378</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/koxudaxi/datamodel-code-generator/compare/0.28.5...0.29.0">https://github.com/koxudaxi/datamodel-code-generator/compare/0.28.5...0.29.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/koxudaxi/datamodel-code-generator/commit/e771adae837d096aa46c0c6fbd9d58f9f219644f"><code>e771ada</code></a> feat: add new option --parent-scoped-naming to avoid name collisions (<a href="https://redirect.github.com/koxudaxi/datamodel-code-generator/issues/2373">#2373</a>)</li> <li><a href="https://github.com/koxudaxi/datamodel-code-generator/commit/b0d910971cde8417d7a33d23e3453fa148b63ba0"><code>b0d9109</code></a> fix(parser): ignore discriminator in collapsed list fields (<a href="https://redirect.github.com/koxudaxi/datamodel-code-generator/issues/2378">#2378</a>)</li> <li><a href="https://github.com/koxudaxi/datamodel-code-generator/commit/c51d5e7fa1a46ba5e370bceffbf6648bacc88e35"><code>c51d5e7</code></a> fix: capitalize_enum_members not recognized in pyproject.toml (<a href="https://redirect.github.com/koxudaxi/datamodel-code-generator/issues/2363">#2363</a>)</li> <li><a href="https://github.com/koxudaxi/datamodel-code-generator/commit/1f00e0aaf3d862d2293ffcbee068f6c1a3ce5f18"><code>1f00e0a</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://redirect.github.com/koxudaxi/datamodel-code-generator/issues/2372">#2372</a>)</li> <li><a href="https://github.com/koxudaxi/datamodel-code-generator/commit/a37f6a1596ec3d903b85e5c935af6128dccc0c01"><code>a37f6a1</code></a> feat: save memory in pydantic2 by avoiding simple aliasing empty classes (<a href="https://redirect.github.com/koxudaxi/datamodel-code-generator/issues/2376">#2376</a>)</li> <li><a href="https://github.com/koxudaxi/datamodel-code-generator/commit/5d20d9e611df513b8bf9f9932ac6f669e7e6a952"><code>5d20d9e</code></a> Bump upper version limit on the inflect library from 6 to 8 (<a href="https://redirect.github.com/koxudaxi/datamodel-code-generator/issues/2375">#2375</a>)</li> <li><a href="https://github.com/koxudaxi/datamodel-code-generator/commit/f17fb1d344f3c751ac4a34fa6d644bc26bd041ab"><code>f17fb1d</code></a> fix: Pass encoding parameter to parser in init.generate() (<a href="https://redirect.github.com/koxudaxi/datamodel-code-generator/issues/2367">#2367</a>)</li> <li><a href="https://github.com/koxudaxi/datamodel-code-generator/commit/975511d2c1e2d249133bc080c993ec2f544f7ae7"><code>975511d</code></a> Fix shadowed import errors by aliasing conflicting symbols in generated model...</li> <li>See full diff in <a href="https://github.com/koxudaxi/datamodel-code-generator/compare/0.28.5...0.30.0">compare view</a></li> </ul> </details> <br /> [](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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@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]
