[PR #6631] [MERGED] build(deps): bump python-multipart from 0.0.9 to 0.0.17 in /backend #8720

Closed
opened 2025-11-11 18:04:04 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/6631
Author: @dependabot[bot]
Created: 11/1/2024
Status: Merged
Merged: 11/3/2024
Merged by: @tjbck

Base: devHead: dependabot/pip/backend/dev/python-multipart-0.0.17


📝 Commits (1)

  • 705316a build(deps): bump python-multipart from 0.0.9 to 0.0.17 in /backend

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 backend/requirements.txt (+1 -1)

📄 Description

Bumps python-multipart from 0.0.9 to 0.0.17.

Release notes

Sourced from python-multipart's releases.

Version 0.0.17

What's Changed


Full Changelog: https://github.com/Kludex/python-multipart/compare/0.0.16...0.0.17

Version 0.0.16

What's Changed


Full Changelog: https://github.com/Kludex/python-multipart/compare/0.0.15...0.0.16

Version 0.0.15

What's Changed

  • Replace FutureWarning to PendingDeprecationWarning #174.
  • Add missing files to SDist #171.

Full Changelog: https://github.com/Kludex/python-multipart/compare/0.0.14...0.0.15

Version 0.0.14

What's Changed

Full Changelog: https://github.com/Kludex/python-multipart/compare/0.0.13...0.0.14

Version 0.0.13

What's Changed

New Contributors

Full Changelog: https://github.com/Kludex/python-multipart/compare/0.0.12...0.0.13

Version 0.0.12

What's Changed


... (truncated)

Changelog

Sourced from python-multipart's changelog.

0.0.17 (2024-10-31)

  • Handle PermissionError in fallback code for old import name #182.

0.0.16 (2024-10-27)

  • Add dunder attributes to multipart package #177.

0.0.15 (2024-10-27)

  • Replace FutureWarning to PendingDeprecationWarning #174.
  • Add missing files to SDist #171.

0.0.14 (2024-10-24)

  • Fix import scheme for multipart module (#168).

0.0.13 (2024-10-20)

  • Rename import to python_multipart #166.

0.0.12 (2024-09-29)

  • Improve error message when boundary character does not match #124.
  • Add mypy strict typing #140.
  • Enforce 100% coverage #159.

0.0.11 (2024-09-28)

  • Improve performance, especially in data with many CR-LF #137.
  • Handle invalid CRLF in header name #141.

0.0.10 (2024-09-21)

  • Support on_header_begin #103.
  • Improve type hints on FormParser #104.
  • Fix OnFileCallback type #106.
  • Improve type hints #110.
  • Improve type hints on File #111.
  • Add type hint to helper functions #112.
  • Minor fix for Field.repr #114.
  • Fix use of chunk_size parameter #136.
  • Allow digits and valid token chars in headers #134.
  • Fix headers being carried between parts #135.
Commits

Dependabot compatibility score

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 commands and options

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)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/open-webui/open-webui/pull/6631 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 11/1/2024 **Status:** ✅ Merged **Merged:** 11/3/2024 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `dev` ← **Head:** `dependabot/pip/backend/dev/python-multipart-0.0.17` --- ### 📝 Commits (1) - [`705316a`](https://github.com/open-webui/open-webui/commit/705316aef3d64f1f661b2ff628f1fb611fdb43ac) build(deps): bump python-multipart from 0.0.9 to 0.0.17 in /backend ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `backend/requirements.txt` (+1 -1) </details> ### 📄 Description Bumps [python-multipart](https://github.com/Kludex/python-multipart) from 0.0.9 to 0.0.17. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/Kludex/python-multipart/releases">python-multipart's releases</a>.</em></p> <blockquote> <h2>Version 0.0.17</h2> <h2>What's Changed</h2> <ul> <li>Handle PermissionError in fallback code for old import name by <a href="https://github.com/defnull"><code>@​defnull</code></a> in <a href="https://redirect.github.com/Kludex/python-multipart/pull/182">Kludex/python-multipart#182</a></li> </ul> <hr /> <p><strong>Full Changelog</strong>: <a href="https://github.com/Kludex/python-multipart/compare/0.0.16...0.0.17">https://github.com/Kludex/python-multipart/compare/0.0.16...0.0.17</a></p> <h2>Version 0.0.16</h2> <h2>What's Changed</h2> <ul> <li>Add dunder attributes to <code>multipart</code> package by <a href="https://github.com/Kludex"><code>@​Kludex</code></a> in <a href="https://redirect.github.com/Kludex/python-multipart/pull/177">Kludex/python-multipart#177</a></li> </ul> <hr /> <p><strong>Full Changelog</strong>: <a href="https://github.com/Kludex/python-multipart/compare/0.0.15...0.0.16">https://github.com/Kludex/python-multipart/compare/0.0.15...0.0.16</a></p> <h2>Version 0.0.15</h2> <h2>What's Changed</h2> <ul> <li>Replace <code>FutureWarning</code> to <code>PendingDeprecationWarning</code> <a href="https://redirect.github.com/Kludex/python-multipart/pull/174">#174</a>.</li> <li>Add missing files to SDist <a href="https://redirect.github.com/Kludex/python-multipart/pull/171">#171</a>.</li> </ul> <hr /> <p><strong>Full Changelog</strong>: <a href="https://github.com/Kludex/python-multipart/compare/0.0.14...0.0.15">https://github.com/Kludex/python-multipart/compare/0.0.14...0.0.15</a></p> <h2>Version 0.0.14</h2> <h2>What's Changed</h2> <ul> <li>fix: use alternate scheme for importing multipart by <a href="https://github.com/henryiii"><code>@​henryiii</code></a> in <a href="https://redirect.github.com/Kludex/python-multipart/pull/168">Kludex/python-multipart#168</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/Kludex/python-multipart/compare/0.0.13...0.0.14">https://github.com/Kludex/python-multipart/compare/0.0.13...0.0.14</a></p> <h2>Version 0.0.13</h2> <h2>What's Changed</h2> <ul> <li>Rename import to python_multipart by <a href="https://github.com/henryiii"><code>@​henryiii</code></a> in <a href="https://redirect.github.com/Kludex/python-multipart/pull/166">Kludex/python-multipart#166</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/henryiii"><code>@​henryiii</code></a> made their first contribution in <a href="https://redirect.github.com/Kludex/python-multipart/pull/166">Kludex/python-multipart#166</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/Kludex/python-multipart/compare/0.0.12...0.0.13">https://github.com/Kludex/python-multipart/compare/0.0.12...0.0.13</a></p> <h2>Version 0.0.12</h2> <h2>What's Changed</h2> <ul> <li>Enforce 100% coverage by <a href="https://github.com/Kludex"><code>@​Kludex</code></a> in <a href="https://redirect.github.com/Kludex/python-multipart/pull/159">Kludex/python-multipart#159</a></li> <li>Add mypy strict typing by <a href="https://github.com/jhnstrk"><code>@​jhnstrk</code></a> in <a href="https://redirect.github.com/Kludex/python-multipart/pull/140">Kludex/python-multipart#140</a></li> <li>Improve error message when boundary character does not match by <a href="https://github.com/yecril23pl"><code>@​yecril23pl</code></a> in <a href="https://redirect.github.com/Kludex/python-multipart/pull/124">Kludex/python-multipart#124</a></li> </ul> <hr /> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/Kludex/python-multipart/blob/master/CHANGELOG.md">python-multipart's changelog</a>.</em></p> <blockquote> <h2>0.0.17 (2024-10-31)</h2> <ul> <li>Handle PermissionError in fallback code for old import name <a href="https://redirect.github.com/Kludex/python-multipart/pull/182">#182</a>.</li> </ul> <h2>0.0.16 (2024-10-27)</h2> <ul> <li>Add dunder attributes to <code>multipart</code> package <a href="https://redirect.github.com/Kludex/python-multipart/pull/177">#177</a>.</li> </ul> <h2>0.0.15 (2024-10-27)</h2> <ul> <li>Replace <code>FutureWarning</code> to <code>PendingDeprecationWarning</code> <a href="https://redirect.github.com/Kludex/python-multipart/pull/174">#174</a>.</li> <li>Add missing files to SDist <a href="https://redirect.github.com/Kludex/python-multipart/pull/171">#171</a>.</li> </ul> <h2>0.0.14 (2024-10-24)</h2> <ul> <li>Fix import scheme for <code>multipart</code> module (<a href="https://redirect.github.com/Kludex/python-multipart/pull/168">#168</a>).</li> </ul> <h2>0.0.13 (2024-10-20)</h2> <ul> <li>Rename import to <code>python_multipart</code> <a href="https://redirect.github.com/Kludex/python-multipart/pull/166">#166</a>.</li> </ul> <h2>0.0.12 (2024-09-29)</h2> <ul> <li>Improve error message when boundary character does not match <a href="https://redirect.github.com/Kludex/python-multipart/pull/124">#124</a>.</li> <li>Add mypy strict typing <a href="https://redirect.github.com/Kludex/python-multipart/pull/140">#140</a>.</li> <li>Enforce 100% coverage <a href="https://redirect.github.com/Kludex/python-multipart/pull/159">#159</a>.</li> </ul> <h2>0.0.11 (2024-09-28)</h2> <ul> <li>Improve performance, especially in data with many CR-LF <a href="https://redirect.github.com/Kludex/python-multipart/pull/137">#137</a>.</li> <li>Handle invalid CRLF in header name <a href="https://redirect.github.com/Kludex/python-multipart/pull/141">#141</a>.</li> </ul> <h2>0.0.10 (2024-09-21)</h2> <ul> <li>Support <code>on_header_begin</code> <a href="https://redirect.github.com/Kludex/python-multipart/pull/103">#103</a>.</li> <li>Improve type hints on <code>FormParser</code> <a href="https://redirect.github.com/Kludex/python-multipart/pull/104">#104</a>.</li> <li>Fix <code>OnFileCallback</code> type <a href="https://redirect.github.com/Kludex/python-multipart/pull/106">#106</a>.</li> <li>Improve type hints <a href="https://redirect.github.com/Kludex/python-multipart/pull/110">#110</a>.</li> <li>Improve type hints on <code>File</code> <a href="https://redirect.github.com/Kludex/python-multipart/pull/111">#111</a>.</li> <li>Add type hint to helper functions <a href="https://redirect.github.com/Kludex/python-multipart/pull/112">#112</a>.</li> <li>Minor fix for Field.<strong>repr</strong> <a href="https://redirect.github.com/Kludex/python-multipart/pull/114">#114</a>.</li> <li>Fix use of chunk_size parameter <a href="https://redirect.github.com/Kludex/python-multipart/pull/136">#136</a>.</li> <li>Allow digits and valid token chars in headers <a href="https://redirect.github.com/Kludex/python-multipart/pull/134">#134</a>.</li> <li>Fix headers being carried between parts <a href="https://redirect.github.com/Kludex/python-multipart/pull/135">#135</a>.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Kludex/python-multipart/commit/616b81e72fe67ce67e332c446513ef89b9d816dc"><code>616b81e</code></a> Version 0.0.17 (<a href="https://redirect.github.com/Kludex/python-multipart/issues/183">#183</a>)</li> <li><a href="https://github.com/Kludex/python-multipart/commit/ca52662eda368bd61fbb9508bfaffb0fc4af6028"><code>ca52662</code></a> Handle PermissionError in fallback code for old import name (<a href="https://redirect.github.com/Kludex/python-multipart/issues/182">#182</a>)</li> <li><a href="https://github.com/Kludex/python-multipart/commit/876406774d9b98c7b3afa24c3a0c901215f87029"><code>8764067</code></a> Version 0.0.16 (<a href="https://redirect.github.com/Kludex/python-multipart/issues/177">#177</a>)</li> <li><a href="https://github.com/Kludex/python-multipart/commit/ce85154ff138227654e19d5a47eea6b316bba427"><code>ce85154</code></a> Version 0.0.15 (<a href="https://redirect.github.com/Kludex/python-multipart/issues/175">#175</a>)</li> <li><a href="https://github.com/Kludex/python-multipart/commit/73fb55d1f8fec576759fcc3c11cc0807d246af00"><code>73fb55d</code></a> ci: check-sdist (<a href="https://redirect.github.com/Kludex/python-multipart/issues/172">#172</a>)</li> <li><a href="https://github.com/Kludex/python-multipart/commit/c06830d2b7d0dc4060f1cac6e53f49cc887b6e71"><code>c06830d</code></a> fix: add missing files to SDist (<a href="https://redirect.github.com/Kludex/python-multipart/issues/171">#171</a>)</li> <li><a href="https://github.com/Kludex/python-multipart/commit/5578583c8c9b0c58ed60fc82a5d0d861103b4c2b"><code>5578583</code></a> fix: reduce visibility of warning for next release (<a href="https://redirect.github.com/Kludex/python-multipart/issues/174">#174</a>)</li> <li><a href="https://github.com/Kludex/python-multipart/commit/6e0a3d89ab78e64356ce7b1eaac4a8993cab39e4"><code>6e0a3d8</code></a> Version 0.0.14 (<a href="https://redirect.github.com/Kludex/python-multipart/issues/169">#169</a>)</li> <li><a href="https://github.com/Kludex/python-multipart/commit/0c04f4ecdc9209da7b054b9a22c4c89316494391"><code>0c04f4e</code></a> fix: use alternate scheme for importing multipart (<a href="https://redirect.github.com/Kludex/python-multipart/issues/168">#168</a>)</li> <li><a href="https://github.com/Kludex/python-multipart/commit/72e30eabb9ec4440c9b420700bee799953810150"><code>72e30ea</code></a> Version 0.0.13 (<a href="https://redirect.github.com/Kludex/python-multipart/issues/167">#167</a>)</li> <li>Additional commits viewable in <a href="https://github.com/Kludex/python-multipart/compare/0.0.9...0.0.17">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=python-multipart&package-manager=pip&previous-version=0.0.9&new-version=0.0.17)](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> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-11 18:04:04 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#8720