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/4366
**Author:** [@dependabot[bot]](https://github.com/apps/dependabot)
**Created:** 8/5/2024
**Status:** ✅ Merged
**Merged:** 8/5/2024
**Merged by:** [@tjbck](https://github.com/tjbck)
**Base:** `dev` ← **Head:** `dependabot/pip/backend/dev/pypdf-4.3.1`
---
### 📝 Commits (1)
- [`637f0c6`](https://github.com/open-webui/open-webui/commit/637f0c6fb2a63c4d2c28d9514be412b9eca7d149) chore(deps): bump pypdf from 4.2.0 to 4.3.1 in /backend
### 📊 Changes
**1 file changed** (+1 additions, -1 deletions)
<details>
<summary>View changed files</summary>
📝 `backend/requirements.txt` (+1 -1)
</details>
### 📄 Description
Bumps [pypdf](https://github.com/py-pdf/pypdf) from 4.2.0 to 4.3.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/py-pdf/pypdf/releases">pypdf's releases</a>.</em></p>
<blockquote>
<h2>Version 4.3.1, 2024-07-21</h2>
<h3>Bug Fixes (BUG)</h3>
<ul>
<li>Cope with Matrix entry in field annotations (<a href="https://redirect.github.com/py-pdf/pypdf/issues/2736">#2736</a>)</li>
</ul>
<h3>Robustness (ROB)</h3>
<ul>
<li>Cope with fields with upside down box/rectangle (<a href="https://redirect.github.com/py-pdf/pypdf/issues/2729">#2729</a>)</li>
</ul>
<h3>Maintenance (MAINT)</h3>
<ul>
<li>Add deprecate_with_replacement to StreamObject.initializeFromD… (<a href="https://redirect.github.com/py-pdf/pypdf/issues/2728">#2728</a>)</li>
<li>Deal with cryptography>=43 moving ARC4 (<a href="https://redirect.github.com/py-pdf/pypdf/issues/2765">#2765</a>)</li>
</ul>
<p><a href="https://github.com/py-pdf/pypdf/compare/4.3.0...4.3.1">Full Changelog</a></p>
<h2>Version 4.3.0, 2024-07-14</h2>
<h2>What's new</h2>
<h3>New Features (ENH)</h3>
<ul>
<li>Accept ETen-B5 and UniCNS-UTF16 encodings (<a href="https://redirect.github.com/py-pdf/pypdf/issues/2721">#2721</a>) by <a href="https://github.com/pubpub-zz"><code>@pubpub-zz</code></a></li>
<li>Add decode_as_image() to ContentStreams (<a href="https://redirect.github.com/py-pdf/pypdf/issues/2615">#2615</a>) by <a href="https://github.com/pubpub-zz"><code>@pubpub-zz</code></a></li>
<li>context manager for PdfReader (<a href="https://redirect.github.com/py-pdf/pypdf/issues/2666">#2666</a>) by <a href="https://github.com/tibor-reiss"><code>@tibor-reiss</code></a></li>
<li>Add capability to set font and size in fields (<a href="https://redirect.github.com/py-pdf/pypdf/issues/2636">#2636</a>) by <a href="https://github.com/pubpub-zz"><code>@pubpub-zz</code></a></li>
<li>Allow to pass input file without named argument (<a href="https://redirect.github.com/py-pdf/pypdf/issues/2576">#2576</a>) by <a href="https://github.com/pubpub-zz"><code>@pubpub-zz</code></a></li>
</ul>
<h3>Bug Fixes (BUG)</h3>
<ul>
<li>Fix deprecation for Ressources when using old constants (<a href="https://redirect.github.com/py-pdf/pypdf/issues/2705">#2705</a>) by <a href="https://github.com/stefan6419846"><code>@stefan6419846</code></a></li>
<li>Fix images issue 4 bits encoding and LUT starting with UTF16_BOM (<a href="https://redirect.github.com/py-pdf/pypdf/issues/2675">#2675</a>) by <a href="https://github.com/pubpub-zz"><code>@pubpub-zz</code></a></li>
<li>Reading large compressed images takes huge time to process (<a href="https://redirect.github.com/py-pdf/pypdf/issues/2644">#2644</a>) by <a href="https://github.com/snanda85"><code>@snanda85</code></a></li>
<li>Highlighted Text Cannot Be Printed (<a href="https://redirect.github.com/py-pdf/pypdf/issues/2604">#2604</a>) by <a href="https://github.com/Nifury"><code>@Nifury</code></a></li>
<li>Fix UnboundLocalError on malformed pdf (<a href="https://redirect.github.com/py-pdf/pypdf/issues/2619">#2619</a>) by <a href="https://github.com/farjasju"><code>@farjasju</code></a></li>
</ul>
<h3>Documentation (DOC)</h3>
<ul>
<li>Various improvements on docstrings and examples by <a href="https://github.com/j-t-1"><code>@j-t-1</code></a></li>
</ul>
<h3>Robustness (ROB)</h3>
<ul>
<li>Cope with missing Standard 14 fonts in fields (<a href="https://redirect.github.com/py-pdf/pypdf/issues/2677">#2677</a>) by <a href="https://github.com/pubpub-zz"><code>@pubpub-zz</code></a></li>
<li>Improve inline image extraction (<a href="https://redirect.github.com/py-pdf/pypdf/issues/2622">#2622</a>) by <a href="https://github.com/pubpub-zz"><code>@pubpub-zz</code></a></li>
<li>Cope with loops in Fields tree (<a href="https://redirect.github.com/py-pdf/pypdf/issues/2656">#2656</a>) by <a href="https://github.com/pubpub-zz"><code>@pubpub-zz</code></a></li>
<li>Discard /I in choice fields for compatibility with Acrobat (<a href="https://redirect.github.com/py-pdf/pypdf/issues/2614">#2614</a>) by <a href="https://github.com/pubpub-zz"><code>@pubpub-zz</code></a></li>
<li>Cope with some issues in pillow (<a href="https://redirect.github.com/py-pdf/pypdf/issues/2595">#2595</a>) by <a href="https://github.com/pubpub-zz"><code>@pubpub-zz</code></a></li>
<li>Cope with some image extraction issues (<a href="https://redirect.github.com/py-pdf/pypdf/issues/2591">#2591</a>) by <a href="https://github.com/pubpub-zz"><code>@pubpub-zz</code></a></li>
</ul>
<h3>Maintenance (MAINT)</h3>
<ul>
<li>Deprecate interiour_color with replacement interior_color (<a href="https://redirect.github.com/py-pdf/pypdf/issues/2706">#2706</a>) by <a href="https://github.com/j-t-1"><code>@j-t-1</code></a></li>
<li>Add deprecate_with_replacement to PdfWriter.find_bookmark (<a href="https://redirect.github.com/py-pdf/pypdf/issues/2674">#2674</a>) by <a href="https://github.com/j-t-1"><code>@j-t-1</code></a></li>
</ul>
<h3>Code Style (STY)</h3>
<ul>
<li>Change Link to be a non-markup annotation (<a href="https://redirect.github.com/py-pdf/pypdf/issues/2714">#2714</a>) by <a href="https://github.com/j-t-1"><code>@j-t-1</code></a></li>
</ul>
<p><a href="https://github.com/py-pdf/pypdf/compare/4.2.0...4.3.0">Full Changelog</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/py-pdf/pypdf/blob/main/CHANGELOG.md">pypdf's changelog</a>.</em></p>
<blockquote>
<h2>Version 4.3.1, 2024-07-21</h2>
<h3>Bug Fixes (BUG)</h3>
<ul>
<li>Cope with Matrix entry in field annotations (<a href="https://redirect.github.com/py-pdf/pypdf/issues/2736">#2736</a>)</li>
</ul>
<h3>Robustness (ROB)</h3>
<ul>
<li>Cope with fields with upside down box/rectangle (<a href="https://redirect.github.com/py-pdf/pypdf/issues/2729">#2729</a>)</li>
</ul>
<h3>Maintenance (MAINT)</h3>
<ul>
<li>Add deprecate_with_replacement to StreamObject.initializeFromD… (<a href="https://redirect.github.com/py-pdf/pypdf/issues/2728">#2728</a>)</li>
<li>Deal with cryptography>=43 moving ARC4 (<a href="https://redirect.github.com/py-pdf/pypdf/issues/2765">#2765</a>)</li>
</ul>
<p><a href="https://github.com/py-pdf/pypdf/compare/4.3.0...4.3.1">Full Changelog</a></p>
<h2>Version 4.3.0, 2024-06-23</h2>
<h3>New Features (ENH)</h3>
<ul>
<li>Accept ETen-B5 and UniCNS-UTF16 encodings (<a href="https://redirect.github.com/py-pdf/pypdf/issues/2721">#2721</a>)</li>
<li>Add decode_as_image() to ContentStreams (<a href="https://redirect.github.com/py-pdf/pypdf/issues/2615">#2615</a>)</li>
<li>context manager for PdfReader (<a href="https://redirect.github.com/py-pdf/pypdf/issues/2666">#2666</a>)</li>
<li>Add capability to set font and size in fields (<a href="https://redirect.github.com/py-pdf/pypdf/issues/2636">#2636</a>)</li>
<li>Allow to pass input file without named argument (<a href="https://redirect.github.com/py-pdf/pypdf/issues/2576">#2576</a>)</li>
</ul>
<h3>Bug Fixes (BUG)</h3>
<ul>
<li>Fix deprecation for Ressources when using old constants (<a href="https://redirect.github.com/py-pdf/pypdf/issues/2705">#2705</a>)</li>
<li>Fix images issue 4 bits encoding and LUT starting with UTF16_BOM (<a href="https://redirect.github.com/py-pdf/pypdf/issues/2675">#2675</a>)</li>
<li>Reading large compressed images takes huge time to process (<a href="https://redirect.github.com/py-pdf/pypdf/issues/2644">#2644</a>)</li>
<li>Highlighted Text Cannot Be Printed (<a href="https://redirect.github.com/py-pdf/pypdf/issues/2604">#2604</a>)</li>
<li>Fix UnboundLocalError on malformed pdf (<a href="https://redirect.github.com/py-pdf/pypdf/issues/2619">#2619</a>)</li>
</ul>
<h3>Robustness (ROB)</h3>
<ul>
<li>Cope with missing Standard 14 fonts in fields (<a href="https://redirect.github.com/py-pdf/pypdf/issues/2677">#2677</a>)</li>
<li>Improve inline image extraction (<a href="https://redirect.github.com/py-pdf/pypdf/issues/2622">#2622</a>)</li>
<li>Cope with loops in Fields tree (<a href="https://redirect.github.com/py-pdf/pypdf/issues/2656">#2656</a>)</li>
<li>Discard /I in choice fields for compatibility with Acrobat (<a href="https://redirect.github.com/py-pdf/pypdf/issues/2614">#2614</a>)</li>
<li>Cope with some issues in pillow (<a href="https://redirect.github.com/py-pdf/pypdf/issues/2595">#2595</a>)</li>
<li>Cope with some image extraction issues (<a href="https://redirect.github.com/py-pdf/pypdf/issues/2591">#2591</a>)</li>
</ul>
<h3>Documentation (DOC)</h3>
<ul>
<li>Various improvements on docstrings and examples</li>
</ul>
<h3>Maintenance (MAINT)</h3>
<ul>
<li>Deprecate interiour_color with replacement interior_color (<a href="https://redirect.github.com/py-pdf/pypdf/issues/2706">#2706</a>)</li>
<li>Add deprecate_with_replacement to PdfWriter.find_bookmark (<a href="https://redirect.github.com/py-pdf/pypdf/issues/2674">#2674</a>)</li>
</ul>
<h3>Code Style (STY)</h3>
<ul>
<li>Change Link to be a non-markup annotation (<a href="https://redirect.github.com/py-pdf/pypdf/issues/2714">#2714</a>)</li>
</ul>
<p><a href="https://github.com/py-pdf/pypdf/compare/4.2.0...4.3.0">Full Changelog</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/py-pdf/pypdf/commit/8f621201210bad8fcd56bd50a037e1e9fe79c500"><code>8f62120</code></a> REL: 4.3.1</li>
<li><a href="https://github.com/py-pdf/pypdf/commit/926fa7f6fdae7b0b663ba827a5be7a94301e0b81"><code>926fa7f</code></a> MAINT: Deal with cryptography>=43 moving ARC4 (<a href="https://redirect.github.com/py-pdf/pypdf/issues/2765">#2765</a>)</li>
<li><a href="https://github.com/py-pdf/pypdf/commit/4a41c5341f69a513f1a0b45463e7eb18cc3db5fa"><code>4a41c53</code></a> FIX: Cope with Matrix entry in field annotations (<a href="https://redirect.github.com/py-pdf/pypdf/issues/2736">#2736</a>)</li>
<li><a href="https://github.com/py-pdf/pypdf/commit/fe33cf64580ed007d2047102fbb5e31bbc6109bf"><code>fe33cf6</code></a> DOC: Update Link Documentation Example (<a href="https://redirect.github.com/py-pdf/pypdf/issues/2759">#2759</a>)</li>
<li><a href="https://github.com/py-pdf/pypdf/commit/5f57d1f5d5cafa92c569c2a56852fecdaa73af71"><code>5f57d1f</code></a> DOC: Make table consistent with pdf-version-support.md (<a href="https://redirect.github.com/py-pdf/pypdf/issues/2758">#2758</a>)</li>
<li><a href="https://github.com/py-pdf/pypdf/commit/0da2f5d18090ea606a5fbb685bfaeb218b2890e8"><code>0da2f5d</code></a> DOC: Add feature support by pypdf (<a href="https://redirect.github.com/py-pdf/pypdf/issues/2738">#2738</a>)</li>
<li><a href="https://github.com/py-pdf/pypdf/commit/f6cdd7c7ab6cff762bed567d69e71d9f4f84894b"><code>f6cdd7c</code></a> DOC: Move JavaScript example (<a href="https://redirect.github.com/py-pdf/pypdf/issues/2746">#2746</a>)</li>
<li><a href="https://github.com/py-pdf/pypdf/commit/8e025805a65de2fe7fc83df5fa43e3e7fa0d21e0"><code>8e02580</code></a> DOC: Added example for downloading a PDF from Google Cloud Storage (<a href="https://redirect.github.com/py-pdf/pypdf/issues/2745">#2745</a>)</li>
<li><a href="https://github.com/py-pdf/pypdf/commit/6ef6d7e06f5269cced8aaa5896664cb4a06f8a6a"><code>6ef6d7e</code></a> DOC: Miscellaneous tiny changes (<a href="https://redirect.github.com/py-pdf/pypdf/issues/2744">#2744</a>)</li>
<li><a href="https://github.com/py-pdf/pypdf/commit/4fab353c8a6aa4d3bf15cdcea16fbea33cc94da6"><code>4fab353</code></a> STY: Change argument type (<a href="https://redirect.github.com/py-pdf/pypdf/issues/2741">#2741</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/py-pdf/pypdf/compare/4.2.0...4.3.1">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>
---
<sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/4366
Author: @dependabot[bot]
Created: 8/5/2024
Status: ✅ Merged
Merged: 8/5/2024
Merged by: @tjbck
Base:
dev← Head:dependabot/pip/backend/dev/pypdf-4.3.1📝 Commits (1)
637f0c6chore(deps): bump pypdf from 4.2.0 to 4.3.1 in /backend📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝
backend/requirements.txt(+1 -1)📄 Description
Bumps pypdf from 4.2.0 to 4.3.1.
Release notes
Sourced from pypdf's releases.
Changelog
Sourced from pypdf's changelog.
Commits
8f62120REL: 4.3.1926fa7fMAINT: Deal with cryptography>=43 moving ARC4 (#2765)4a41c53FIX: Cope with Matrix entry in field annotations (#2736)fe33cf6DOC: Update Link Documentation Example (#2759)5f57d1fDOC: Make table consistent with pdf-version-support.md (#2758)0da2f5dDOC: Add feature support by pypdf (#2738)f6cdd7cDOC: Move JavaScript example (#2746)8e02580DOC: Added example for downloading a PDF from Google Cloud Storage (#2745)6ef6d7eDOC: Miscellaneous tiny changes (#2744)4fab353STY: Change argument type (#2741)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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.