dependabot[bot] opened a new pull request, #3116: URL: https://github.com/apache/iceberg-python/pull/3116
Bumps [joserfc](https://github.com/authlib/joserfc) from 1.4.2 to 1.6.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/authlib/joserfc/releases">joserfc's releases</a>.</em></p> <blockquote> <h2>1.6.3</h2> <h3> 🐞 Bug Fixes</h3> <ul> <li><strong>jwe</strong>: Set max value for p2c - by <a href="https://github.com/lepture"><code>@lepture</code></a> <a href="https://github.com/authlib/joserfc/commit/696a961"><!-- raw HTML omitted -->(696a9)<!-- raw HTML omitted --></a></li> </ul> <h5> <a href="https://github.com/authlib/joserfc/compare/1.6.2...1.6.3">View changes on GitHub</a></h5> <h2>1.6.2</h2> <h3> 🐞 Bug Fixes</h3> <ul> <li>Class does not need to inherit object - by <a href="https://github.com/lepture"><code>@lepture</code></a> <a href="https://github.com/authlib/joserfc/commit/4a9beda"><!-- raw HTML omitted -->(4a9be)<!-- raw HTML omitted --></a></li> <li><strong>jwe</strong>: Move size limit to DeflateZipModel - by <a href="https://github.com/lepture"><code>@lepture</code></a> <a href="https://github.com/authlib/joserfc/commit/042118c"><!-- raw HTML omitted -->(04211)<!-- raw HTML omitted --></a></li> <li><strong>jwe</strong>: Auto add kid when add_recipient - by <a href="https://github.com/lepture"><code>@lepture</code></a> <a href="https://github.com/authlib/joserfc/commit/10ac93f"><!-- raw HTML omitted -->(10ac9)<!-- raw HTML omitted --></a></li> <li><strong>jwe</strong>: Auto add kid to recipient when kid exists - by <a href="https://github.com/lepture"><code>@lepture</code></a> <a href="https://github.com/authlib/joserfc/commit/9db7e44"><!-- raw HTML omitted -->(9db7e)<!-- raw HTML omitted --></a></li> </ul> <h5> <a href="https://github.com/authlib/joserfc/compare/1.6.1...1.6.2">View changes on GitHub</a></h5> <h2>1.6.1</h2> <h3> 🐞 Bug Fixes</h3> <ul> <li>Remove duplicate code - by <a href="https://github.com/lepture"><code>@lepture</code></a> <a href="https://github.com/authlib/joserfc/commit/2c2ca5d"><!-- raw HTML omitted -->(2c2ca)<!-- raw HTML omitted --></a></li> <li>Improve base key method definition - by <a href="https://github.com/lepture"><code>@lepture</code></a> <a href="https://github.com/authlib/joserfc/commit/d78b45d"><!-- raw HTML omitted -->(d78b4)<!-- raw HTML omitted --></a></li> <li>Update for type hints - by <a href="https://github.com/lepture"><code>@lepture</code></a> <a href="https://github.com/authlib/joserfc/commit/e0d4fb5"><!-- raw HTML omitted -->(e0d4f)<!-- raw HTML omitted --></a></li> <li><strong>jwt</strong>: Remove InvalidTokenError, ExpiredTokenError based on ClaimError - by <a href="https://github.com/lepture"><code>@lepture</code></a> <a href="https://github.com/authlib/joserfc/commit/b71ca0f"><!-- raw HTML omitted -->(b71ca)<!-- raw HTML omitted --></a></li> </ul> <h5> <a href="https://github.com/authlib/joserfc/compare/1.6.0...1.6.1">View changes on GitHub</a></h5> <h2>1.6.0</h2> <h3> 🚀 Features</h3> <ul> <li>Filter_algorithms names parameter default to all algs - by <a href="https://github.com/azmeuk"><code>@azmeuk</code></a> <a href="https://github.com/authlib/joserfc/commit/1034a87"><!-- raw HTML omitted -->(1034a)<!-- raw HTML omitted --></a></li> <li>Pick_random_key algorithm parameter is optional - by <a href="https://github.com/azmeuk"><code>@azmeuk</code></a> <a href="https://github.com/authlib/joserfc/commit/ee046b2"><!-- raw HTML omitted -->(ee046)<!-- raw HTML omitted --></a></li> <li>Filter_algorithms supports KeySet objects - by <a href="https://github.com/azmeuk"><code>@azmeuk</code></a> <a href="https://github.com/authlib/joserfc/commit/775d53b"><!-- raw HTML omitted -->(775d5)<!-- raw HTML omitted --></a></li> <li><strong>jwk</strong>: Add a derive_key method for OKPKey - by <a href="https://github.com/lepture"><code>@lepture</code></a> <a href="https://github.com/authlib/joserfc/commit/04f596f"><!-- raw HTML omitted -->(04f59)<!-- raw HTML omitted --></a></li> <li><strong>jwk</strong>: Add derive_key method for ECKey - by <a href="https://github.com/lepture"><code>@lepture</code></a> <a href="https://github.com/authlib/joserfc/commit/734121d"><!-- raw HTML omitted -->(73412)<!-- raw HTML omitted --></a></li> </ul> <h3> 🐞 Bug Fixes</h3> <ul> <li>Remove backend parameter, it is deprecated - by <a href="https://github.com/lepture"><code>@lepture</code></a> <a href="https://github.com/authlib/joserfc/commit/e10e173"><!-- raw HTML omitted -->(e10e1)<!-- raw HTML omitted --></a></li> <li><strong>jwa</strong>: Improve RFC9864 check key logic - by <a href="https://github.com/lepture"><code>@lepture</code></a> <a href="https://github.com/authlib/joserfc/commit/b8434cb"><!-- raw HTML omitted -->(b8434)<!-- raw HTML omitted --></a></li> <li><strong>jwk</strong>: Improve OKPKey implementation - by <a href="https://github.com/lepture"><code>@lepture</code></a> <a href="https://github.com/authlib/joserfc/commit/7b8e373"><!-- raw HTML omitted -->(7b8e3)<!-- raw HTML omitted --></a></li> <li><strong>jwk</strong>: Allow import key from cryptography native key types - by <a href="https://github.com/lepture"><code>@lepture</code></a> <a href="https://github.com/authlib/joserfc/commit/6db656f"><!-- raw HTML omitted -->(6db65)<!-- raw HTML omitted --></a></li> <li><strong>jwk</strong>: Raise InvalidKeyCurveError when generate ECKey with invalid crv - by <a href="https://github.com/lepture"><code>@lepture</code></a> <a href="https://github.com/authlib/joserfc/commit/c7921da"><!-- raw HTML omitted -->(c7921)<!-- raw HTML omitted --></a></li> <li><strong>jwk</strong>: Improve generate_private_key on binding class - by <a href="https://github.com/lepture"><code>@lepture</code></a> <a href="https://github.com/authlib/joserfc/commit/2425793"><!-- raw HTML omitted -->(24257)<!-- raw HTML omitted --></a></li> <li><strong>jwk</strong>: Remove useless properties on OKPKey - by <a href="https://github.com/lepture"><code>@lepture</code></a> <a href="https://github.com/authlib/joserfc/commit/bf35f74"><!-- raw HTML omitted -->(bf35f)<!-- raw HTML omitted --></a></li> <li><strong>jws</strong>: Use JWSRegistry.guess_algorithm to replace JWSRegistry.guess_alg - by <a href="https://github.com/lepture"><code>@lepture</code></a> <a href="https://github.com/authlib/joserfc/commit/6b34c6b"><!-- raw HTML omitted -->(6b34c)<!-- raw HTML omitted --></a></li> <li><strong>jwt</strong>: Make BaseClaimsRegistry.essential_keys a property. - by <a href="https://github.com/lepture"><code>@lepture</code></a> <a href="https://github.com/authlib/joserfc/commit/bc13ead"><!-- raw HTML omitted -->(bc13e)<!-- raw HTML omitted --></a></li> </ul> <h5> <a href="https://github.com/authlib/joserfc/compare/1.5.0...1.6.0">View changes on GitHub</a></h5> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/authlib/joserfc/blob/main/docs/changelog.rst">joserfc's changelog</a>.</em></p> <blockquote> <h2>1.6.3</h2> <p><strong>Released on February 25, 2026</strong></p> <ul> <li><strong>JWE</strong>: Set a max value for <code>p2c</code> header.</li> </ul> <h2>1.6.2</h2> <p><strong>Released on February 16, 2026</strong></p> <ul> <li><strong>JWE</strong>: Auto add <code>kid</code> to recipient.</li> <li><strong>JWE</strong>: Use <code>DeflateZipModel.MAX_SIZE</code> to determine size limit.</li> </ul> <h2>1.6.1</h2> <p><strong>Released on December 30, 2025</strong></p> <ul> <li>Deprecate <code>InvalidTokenError</code>, please use <code>InvalidClaimError</code> instead.</li> <li>Convert <code>ExpiredTokenError</code> to inherit from <code>ClaimError</code>.</li> <li>Improve on type hints.</li> </ul> <h2>1.6.0</h2> <p><strong>Released on December 14, 2025</strong></p> <ul> <li><code>filter_algorithms</code> <code>names</code> defaults to all algorithms. :pull:<code>79</code>.</li> <li>Replace <code>JWSRegistry.guess_alg</code> with <code>JWSRegistry.guess_algorithm</code>.</li> <li><code>filter_algorithms</code> and <code>guess_alg</code> supports <code>KeySet</code> objects. :pull:<code>81</code>.</li> <li>Improve <code>generate_private_key</code> method on Key's binding class.</li> <li>Raise <code>InvalidKeyCurveError</code> when generating ECKey with an invalid curve.</li> <li>Allow import key from cryptography native key types.</li> <li>Add <code>ECKey.derive_key</code> and <code>OKPKey.derive_key</code> class methods.</li> </ul> <h2>1.5.0</h2> <p><strong>Released on November 30, 2025</strong></p> <ul> <li>Add <code>Ed25519</code> and <code>Ed448</code> algorithms per :ref:<code>rfc9864</code>, via :issue:<code>76</code>.</li> <li>Marked <code>EdDSA</code> algorithm as deprecated per :ref:<code>rfc9864</code>, via :issue:<code>76</code>.</li> <li>Add parameter <code>default_type</code> for :meth:<code>jwt.encode</code> method.</li> </ul> <h2>1.4.3</h2> <p><strong>Released on November 19, 2025</strong></p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/authlib/joserfc/commit/f06540f931b8f258806e7cb6cde68394ecbbfd9e"><code>f06540f</code></a> chore: release 1.6.3</li> <li><a href="https://github.com/authlib/joserfc/commit/696a9611ab982c45ee2190ed79ca8e1d8e09398f"><code>696a961</code></a> fix(jwe): set max value for p2c</li> <li><a href="https://github.com/authlib/joserfc/commit/52c6ffd37eca2bfc0968677a1276742290fb51cb"><code>52c6ffd</code></a> chore: release 1.6.2</li> <li><a href="https://github.com/authlib/joserfc/commit/3b36720f04b29e68a329511d306de64c81fbcd17"><code>3b36720</code></a> chore: update deps</li> <li><a href="https://github.com/authlib/joserfc/commit/91c7ecd0ba8847f96396f5778cdf556c9243294d"><code>91c7ecd</code></a> chore: update readme</li> <li><a href="https://github.com/authlib/joserfc/commit/9db7e44bd7936576ff3b6305d570b8b89ea342f4"><code>9db7e44</code></a> fix(jwe): auto add kid to recipient when kid exists</li> <li><a href="https://github.com/authlib/joserfc/commit/1330b4984c27675e3eeaaa1807aa015f21101385"><code>1330b49</code></a> docs: add a cheatsheet recipe</li> <li><a href="https://github.com/authlib/joserfc/commit/10ac93fd14334aa941c3ddd50d75e343d5f3ca80"><code>10ac93f</code></a> fix(jwe): auto add kid when add_recipient</li> <li><a href="https://github.com/authlib/joserfc/commit/224e72a27760d05492fad97b374fb1432f96c9ec"><code>224e72a</code></a> chore: remove codecov token</li> <li><a href="https://github.com/authlib/joserfc/commit/042118cc7e1986be697fbab1a464b4264df48f59"><code>042118c</code></a> fix(jwe): move size limit to DeflateZipModel</li> <li>Additional commits viewable in <a href="https://github.com/authlib/joserfc/compare/1.4.2...1.6.3">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 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) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/apache/iceberg-python/network/alerts). </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]
