Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

page.get_label() gets wrong label on the first page of doc #3510

Closed
binshe opened this issue May 22, 2024 · 1 comment
Closed

page.get_label() gets wrong label on the first page of doc #3510

binshe opened this issue May 22, 2024 · 1 comment
Labels
fix developed release schedule to be determined Fixed in next release

Comments

@binshe
Copy link

binshe commented May 22, 2024

Description of the bug

>>> import pymupdf

>>> pymupdf.version
('1.24.4', '1.24.2', '20240516000001')
>>> doc = pymupdf.open("test3.pdf")

>>> doc._get_page_labels()
[(0, '<</S/A>>'), (13, '<</S/r>>'), (15, '<</S/D>>')]
>>> doc[0].get_label()
'B'

First page label supposed to be 'A' ...

Please take a look.

How to reproduce the bug

As in description

PyMuPDF version

1.24.4

Operating system

MacOS

Python version

3.9

@JorjMcKie JorjMcKie added the fix developed release schedule to be determined label May 23, 2024
@julian-smith-artifex-com
Copy link
Collaborator

Fixed in 1.24.6.

armanddidierjean pushed a commit to aeecleclair/Hyperion that referenced this issue Jul 4, 2024
Bumps the patch-dependencies group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [alembic](https://github.com/sqlalchemy/alembic) | `1.13.1` | `1.13.2`
|
| [calypsso](https://github.com/aeecleclair/CalypSSO) | `1.0.0` |
`1.0.1` |
| [icalendar](https://github.com/collective/icalendar) | `5.0.12` |
`5.0.13` |
| [pydantic](https://github.com/pydantic/pydantic) | `2.7.3` | `2.7.4` |
| [pymupdf](https://github.com/pymupdf/pymupdf) | `1.24.5` | `1.24.7` |
| [redis](https://github.com/redis/redis-py) | `5.0.5` | `5.0.7` |
| [sqlalchemy[asyncio]](https://github.com/sqlalchemy/sqlalchemy) |
`2.0.30` | `2.0.31` |

Updates `alembic` from 1.13.1 to 1.13.2
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/sqlalchemy/alembic/releases">alembic's
releases</a>.</em></p>
<blockquote>
<h1>1.13.2</h1>
<p>Released: June 26, 2024</p>
<h2>usecase</h2>
<ul>
<li>
<p><strong>[usecase] [autogenerate]</strong> Improve computed column
compare function to support multi-line expressions.
Pull request courtesy of Georg Wicke-Arndt.</p>
<p>References: <a
href="https://redirect.github.com/sqlalchemy/alembic/issues/1391">#1391</a></p>
</li>
</ul>
<h2>bug</h2>
<ul>
<li>
<p><strong>[bug] [commands]</strong> Fixed bug in alembic command stdout
where long messages were not properly
wrapping at the terminal width.   Pull request courtesy Saif Hakim.</p>
<p>References: <a
href="https://redirect.github.com/sqlalchemy/alembic/issues/1384">#1384</a></p>
</li>
<li>
<p><strong>[bug] [execution]</strong> Fixed internal issue where Alembic
would call <code>connection.execute()</code>
sending an empty tuple to indicate &quot;no params&quot;. In SQLAlchemy
2.1 this
case will be deprecated as &quot;empty sequence&quot; is ambiguous as to
its intent.</p>
<p>References: <a
href="https://redirect.github.com/sqlalchemy/alembic/issues/1394">#1394</a></p>
</li>
<li>
<p><strong>[bug] [tests]</strong> Fixes to support pytest 8.1 for the
test suite.</p>
<p>References: <a
href="https://redirect.github.com/sqlalchemy/alembic/issues/1435">#1435</a></p>
</li>
<li>
<p><strong>[bug] [autogenerate] [postgresql]</strong> Fixed the
detection of serial column in autogenerate with tables
not under default schema on PostgreSQL</p>
<p>References: <a
href="https://redirect.github.com/sqlalchemy/alembic/issues/1479">#1479</a></p>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/sqlalchemy/alembic/commits">compare
view</a></li>
</ul>
</details>
<br />

Updates `calypsso` from 1.0.0 to 1.0.1
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/aeecleclair/CalypSSO/releases">calypsso's
releases</a>.</em></p>
<blockquote>
<h2>v1.0.1</h2>
<ul>
<li><a
href="https://github.com/aeecleclair/CalypSSO/commit/b27c7ee57c6e63b85ef2a5a7bb118f5b68873787">fix:
sending password on login</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/aeecleclair/CalypSSO/compare/v1.0.0...v1.0.1">https://github.com/aeecleclair/CalypSSO/compare/v1.0.0...v1.0.1</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/aeecleclair/CalypSSO/commit/47fb01f79503a0228c3763fbc93cdc7c02daaddd"><code>47fb01f</code></a>
Release 1.0.1</li>
<li><a
href="https://github.com/aeecleclair/CalypSSO/commit/b27c7ee57c6e63b85ef2a5a7bb118f5b68873787"><code>b27c7ee</code></a>
fix: sending password on login</li>
<li>See full diff in <a
href="https://github.com/aeecleclair/CalypSSO/compare/v1.0.0...v1.0.1">compare
view</a></li>
</ul>
</details>
<br />

Updates `icalendar` from 5.0.12 to 5.0.13
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/collective/icalendar/blob/main/CHANGES.rst">icalendar's
changelog</a>.</em></p>
<blockquote>
<h2>5.0.13 (2024-06-20)</h2>
<p>Minor changes:</p>
<ul>
<li>Guide to delete the build folder before running tests</li>
<li>Add funding information</li>
<li>Make documentation build with Python 3.12</li>
<li>Update windows to olson conversion for Greenland Standard Time</li>
<li>Extend examples in Usage with alarm and recurrence</li>
<li>Document how to serve the built documentation to view with the
browser</li>
<li>Improve test coverage</li>
</ul>
<p>New features:</p>
<ul>
<li>Create GitHub releases for each tag.</li>
</ul>
<p>Bug fixes:</p>
<ul>
<li>Parse calendars with X-COMMENT properties at the end the file by
ignoring these properites</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/collective/icalendar/commit/f97722e5e7f5615aa7c7f5600d5634151387e51b"><code>f97722e</code></a>
Merge pull request <a
href="https://redirect.github.com/collective/icalendar/issues/632">#632</a>
from niccokunzmann/release</li>
<li><a
href="https://github.com/collective/icalendar/commit/39b049482992cc903a174b4a359427947bcc2a88"><code>39b0494</code></a>
version 5.0.13</li>
<li><a
href="https://github.com/collective/icalendar/commit/e7ec88de2e4836a8a63b374671b87dc7eb47c3fe"><code>e7ec88d</code></a>
Merge pull request <a
href="https://redirect.github.com/collective/icalendar/issues/622">#622</a>
from niccokunzmann/docs-error</li>
<li><a
href="https://github.com/collective/icalendar/commit/4484608c8c6d477ccb6d30e343df0255a1403dd3"><code>4484608</code></a>
Merge pull request <a
href="https://redirect.github.com/collective/icalendar/issues/621">#621</a>
from niccokunzmann/docs-py-12</li>
<li><a
href="https://github.com/collective/icalendar/commit/9862fd145bac5f9224c5434aba89c708878492f8"><code>9862fd1</code></a>
Merge pull request <a
href="https://redirect.github.com/collective/icalendar/issues/628">#628</a>
from raffifu/test/unit_prop</li>
<li><a
href="https://github.com/collective/icalendar/commit/d3e432d179aa2e60f82cd7cb3b4a51326ba037b7"><code>d3e432d</code></a>
add test case for unit prop</li>
<li><a
href="https://github.com/collective/icalendar/commit/3a54fe77a050d065fd0e5a3e74cd0b745b449ccd"><code>3a54fe7</code></a>
Merge pull request <a
href="https://redirect.github.com/collective/icalendar/issues/625">#625</a>
from niccokunzmann/docs-http-server</li>
<li><a
href="https://github.com/collective/icalendar/commit/f9dad100c537517cd9515548e0b82c4c47edb6b3"><code>f9dad10</code></a>
log changes</li>
<li><a
href="https://github.com/collective/icalendar/commit/95ccf64575b0d9d47e7ca69d742ac1c8206ef039"><code>95ccf64</code></a>
Document how to access the documentation in the browser</li>
<li><a
href="https://github.com/collective/icalendar/commit/4b5cb0034cc8f9ddd4ed1354ee06e74229221201"><code>4b5cb00</code></a>
Guide to delete the build folder before testing</li>
<li>Additional commits viewable in <a
href="https://github.com/collective/icalendar/compare/v5.0.12...v5.0.13">compare
view</a></li>
</ul>
</details>
<br />

Updates `pydantic` from 2.7.3 to 2.7.4
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/pydantic/pydantic/releases">pydantic's
releases</a>.</em></p>
<blockquote>
<h2>v2.7.4 (2024-06-12)</h2>
<h2>What's Changed</h2>
<h3>Packaging</h3>
<ul>
<li>Bump <code>pydantic.v1</code> to <code>v1.10.16</code> reference by
<a
href="https://github.com/sydney-runkle"><code>@​sydney-runkle</code></a>
in <a
href="https://redirect.github.com/pydantic/pydantic/pull/9639">#9639</a></li>
</ul>
<h3>Fixes</h3>
<ul>
<li>Specify <code>recursive_guard</code> as kwarg in
<code>FutureRef._evaluate</code> by <a
href="https://github.com/vfazio"><code>@​vfazio</code></a> in <a
href="https://redirect.github.com/pydantic/pydantic/pull/9612">#9612</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/pydantic/pydantic/compare/v2.7.3...v2.7.4">https://github.com/pydantic/pydantic/compare/v2.7.3...v2.7.4</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/pydantic/pydantic/blob/main/HISTORY.md">pydantic's
changelog</a>.</em></p>
<blockquote>
<h2>v2.7.4 (2024-06-12)</h2>
<p><a
href="https://github.com/pydantic/pydantic/releases/tag/v2.7.4">Github
release</a></p>
<h3>What's Changed</h3>
<h4>Packaging</h4>
<ul>
<li>Bump <code>pydantic.v1</code> to <code>v1.10.16</code> reference by
<a
href="https://github.com/sydney-runkle"><code>@​sydney-runkle</code></a>
in <a
href="https://redirect.github.com/pydantic/pydantic/pull/9639">#9639</a></li>
</ul>
<h4>Fixes</h4>
<ul>
<li>Specify <code>recursive_guard</code> as kwarg in
<code>FutureRef._evaluate</code> by <a
href="https://github.com/vfazio"><code>@​vfazio</code></a> in <a
href="https://redirect.github.com/pydantic/pydantic/pull/9612">#9612</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/pydantic/pydantic/commit/1ab655a54c0defdc5a2a9b13bc90feb6fba78719"><code>1ab655a</code></a>
Prep for v2.7.4 release (<a
href="https://redirect.github.com/pydantic/pydantic/issues/9642">#9642</a>)</li>
<li><a
href="https://github.com/pydantic/pydantic/commit/2e3650e4974024b2879030111f8ee0d233f14165"><code>2e3650e</code></a>
V1 bump to v1.10.16 (<a
href="https://redirect.github.com/pydantic/pydantic/issues/9639">#9639</a>)</li>
<li>See full diff in <a
href="https://github.com/pydantic/pydantic/compare/v2.7.3...v2.7.4">compare
view</a></li>
</ul>
</details>
<br />

Updates `pymupdf` from 1.24.5 to 1.24.7
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/pymupdf/pymupdf/releases">pymupdf's
releases</a>.</em></p>
<blockquote>
<h2>PyMuPDF-1.24.7 released</h2>
<p>PyMuPDF-1.24.7 has been released.</p>
<p>Wheels for Windows, Linux and MacOS, and the sdist, are available on
pypi.org and can be installed in the usual way, for example:</p>
<pre><code>python -m pip install --upgrade pymupdf
</code></pre>
<p>[Linux-aarch64 wheels will be built and uploaded later.]</p>
<p><strong>Changes in version 1.24.7 (2024-06-26)</strong></p>
<ul>
<li>
<p>Fixed issues:</p>
<ul>
<li><strong>Fixed</strong> <a
href="https://redirect.github.com/pymupdf/pymupdf/issues/3615">#3615</a></li>
<li><strong>Fixed</strong> <a
href="https://redirect.github.com/pymupdf/pymupdf/issues/3616">#3616</a></li>
</ul>
</li>
</ul>
<h2>PyMuPDF-1.24.6 released</h2>
<p>PyMuPDF-1.24.6 has been released.</p>
<p>Wheels for Windows, Linux and MacOS, and the sdist, are available on
pypi.org and can be installed in the usual way, for example:</p>
<pre><code>python -m pip install --upgrade pymupdf
</code></pre>
<p>[Linux-aarch64 wheels will be built and uploaded later.]</p>
<p><strong>Changes in version 1.24.6 (2024-06-25)</strong></p>
<ul>
<li>
<p>Fixed issues:</p>
<ul>
<li><strong>Fixed</strong> <a
href="https://redirect.github.com/pymupdf/pymupdf/issues/3599">#3599</a></li>
<li><strong>Fixed</strong> <a
href="https://redirect.github.com/pymupdf/pymupdf/issues/3594">#3594</a></li>
<li><strong>Fixed</strong> <a
href="https://redirect.github.com/pymupdf/pymupdf/issues/3591">#3591</a></li>
<li><strong>Fixed</strong> <a
href="https://redirect.github.com/pymupdf/pymupdf/issues/3561">#3561</a></li>
<li><strong>Fixed</strong> <a
href="https://redirect.github.com/pymupdf/pymupdf/issues/3559">#3559</a></li>
<li><strong>Fixed</strong> <a
href="https://redirect.github.com/pymupdf/pymupdf/issues/3539">#3539</a></li>
<li><strong>Fixed</strong> <a
href="https://redirect.github.com/pymupdf/pymupdf/issues/3519">#3519</a></li>
<li><strong>Fixed</strong> <a
href="https://redirect.github.com/pymupdf/pymupdf/issues/3510">#3510</a></li>
<li><strong>Fixed</strong> <a
href="https://redirect.github.com/pymupdf/pymupdf/issues/3494">#3494</a></li>
<li><strong>Fixed</strong> <a
href="https://redirect.github.com/pymupdf/pymupdf/issues/3470">#3470</a></li>
<li><strong>Fixed</strong> <a
href="https://redirect.github.com/pymupdf/pymupdf/issues/3400">#3400</a></li>
<li><strong>Fixed</strong> <a
href="https://redirect.github.com/pymupdf/pymupdf/issues/3347">#3347</a></li>
<li><strong>Fixed</strong> <a
href="https://redirect.github.com/pymupdf/pymupdf/issues/3237">#3237</a></li>
<li><strong>Fixed</strong> <a
href="https://redirect.github.com/pymupdf/pymupdf/issues/3493">#3493</a></li>
</ul>
</li>
<li>
<p>Other:</p>
</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/pymupdf/PyMuPDF/blob/main/changes.txt">pymupdf's
changelog</a>.</em></p>
<blockquote>
<h1>Change Log</h1>
<p><strong>Changes in version 1.24.7 (2024-06-26)</strong></p>
<ul>
<li>
<p>Fixed issues:</p>
<ul>
<li><strong>Fixed</strong> <code>3615
&lt;https://github.com/pymupdf/PyMuPDF/issues/3615&gt;</code>_:
Document.pagemode or Document.pagelayout crashes for epub files</li>
<li><strong>Fixed</strong> <code>3616
&lt;https://github.com/pymupdf/PyMuPDF/issues/3616&gt;</code>_: not last
version reported</li>
</ul>
</li>
</ul>
<p><strong>Changes in version 1.24.6 (2024-06-25)</strong></p>
<ul>
<li>
<p>Fixed issues:</p>
<ul>
<li><strong>Fixed</strong> <code>3599
&lt;https://github.com/pymupdf/PyMuPDF/issues/3599&gt;</code>_:
Story.fit_width() has a weird line</li>
<li><strong>Fixed</strong> <code>3594
&lt;https://github.com/pymupdf/PyMuPDF/issues/3594&gt;</code>_: Garbled
extraction for Amazon Sustainability Report</li>
<li><strong>Fixed</strong> <code>3591
&lt;https://github.com/pymupdf/PyMuPDF/issues/3591&gt;</code>_: 'width'
in Page.get_drawings() returns width equal as 0</li>
<li><strong>Fixed</strong> <code>3561
&lt;https://github.com/pymupdf/PyMuPDF/issues/3561&gt;</code>_:
ZeroDivisionError: float division by zero with
page.apply_redactions()</li>
<li><strong>Fixed</strong> <code>3559
&lt;https://github.com/pymupdf/PyMuPDF/issues/3559&gt;</code>_: SegFault
11 when empty H1 H2 H3 H4 etc element is used in insert_htmlbox</li>
<li><strong>Fixed</strong> <code>3539
&lt;https://github.com/pymupdf/PyMuPDF/issues/3539&gt;</code>_: Add
dotted gridline detection to table recognition</li>
<li><strong>Fixed</strong> <code>3519
&lt;https://github.com/pymupdf/PyMuPDF/issues/3519&gt;</code>_:
get_toc(simple=False) AttributeError: 'Outline' object has no attribute
'rect'</li>
<li><strong>Fixed</strong> <code>3510
&lt;https://github.com/pymupdf/PyMuPDF/issues/3510&gt;</code>_:
page.get_label() gets wrong label on the first page of doc</li>
<li><strong>Fixed</strong> <code>3494
&lt;https://github.com/pymupdf/PyMuPDF/issues/3494&gt;</code>_:
1.24.2/1.24.3: spurious characters introduced when using subset_fonts
and insert_pdf</li>
<li><strong>Fixed</strong> <code>3470
&lt;https://github.com/pymupdf/PyMuPDF/issues/3470&gt;</code>_:
subset_fonts error exit without exception/warning</li>
<li><strong>Fixed</strong> <code>3400
&lt;https://github.com/pymupdf/PyMuPDF/issues/3400&gt;</code>_: set_toc
alters link coordinates for some rotated pages on pymupdf 1.24.2</li>
<li><strong>Fixed</strong> <code>3347
&lt;https://github.com/pymupdf/PyMuPDF/issues/3347&gt;</code>_:
Incorrect links to points on pages having different heights</li>
<li><strong>Fixed</strong> <code>3237
&lt;https://github.com/pymupdf/PyMuPDF/issues/3237&gt;</code>_:
Set_metadata() does not work</li>
<li><strong>Fixed</strong> <code>3493
&lt;https://github.com/pymupdf/PyMuPDF/discussions/3493&gt;</code>_:
Isolate PyMuPDF from other libraries; issues when PyMuPDF is loaded with
other libraries like GdkPixbuf</li>
</ul>
</li>
<li>
<p>Other:</p>
<ul>
<li>
<p>Fixed concurrent use of PyMuPDF caused by use of constant temporary
filenames.</p>
</li>
<li>
<p>Add musllinux x86_64 wheels to release.</p>
</li>
<li>
<p>Added clearer version information:</p>
<ul>
<li><code>pymupdf.pymupdf_version</code>.</li>
<li><code>pymupdf.mupdf_version</code>.</li>
<li><code>pymupdf.pymupdf_date</code>.</li>
</ul>
</li>
</ul>
</li>
</ul>
<p><strong>Changes in version 1.24.5 (2024-05-30)</strong></p>
<ul>
<li>
<p>Fixed issues:</p>
<ul>
<li><strong>Fixed</strong> <code>3479
&lt;https://github.com/pymupdf/PyMuPDF/issues/3479&gt;</code>_:
regression: fill_textbox: IndexError: pop from empty list</li>
<li><strong>Fixed</strong> <code>3488
&lt;https://github.com/pymupdf/PyMuPDF/issues/3488&gt;</code>_: set_toc
method error</li>
</ul>
</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/pymupdf/PyMuPDF/commit/c1c556478ecd9f410f94ce12536bf1752ade5598"><code>c1c5564</code></a>
Update changelog, version numbers and release dates for release
1.24.7.</li>
<li><a
href="https://github.com/pymupdf/PyMuPDF/commit/c940484f43532ddf2c5471d3035837b3accf6aaf"><code>c940484</code></a>
scripts/gh_release.py: avoid pyodide build problem with old
.pyodide-xbuilden...</li>
<li><a
href="https://github.com/pymupdf/PyMuPDF/commit/35e7e0f2a3699aa4201fd17c97050d0115757f83"><code>35e7e0f</code></a>
tests/: added a test that we don't segv when treating .epub doc as a
pdf.</li>
<li><a
href="https://github.com/pymupdf/PyMuPDF/commit/c542b260926419539783d12899203b1b04894d3f"><code>c542b26</code></a>
src/<strong>init</strong>.py: improved downcasting to pdf document or
page.</li>
<li><a
href="https://github.com/pymupdf/PyMuPDF/commit/5ebf905de7c3e29cf8507f57755ce510b1263199"><code>5ebf905</code></a>
scripts/gh_release.py: fix exclusion of musllinux*aarch64.</li>
<li><a
href="https://github.com/pymupdf/PyMuPDF/commit/ef99b8aa50e761b0bc9f7d6940a796513e4d846a"><code>ef99b8a</code></a>
src/: updated version number and date, should have been done for release
of 1...</li>
<li><a
href="https://github.com/pymupdf/PyMuPDF/commit/99b414a695d4ac3565627c1d709b0b7c1425ff2d"><code>99b414a</code></a>
Update changelog, version numbers and release dates for release
1.24.6.</li>
<li><a
href="https://github.com/pymupdf/PyMuPDF/commit/972bcf3ddf79249f30a8fb6899cba4d759c8e652"><code>972bcf3</code></a>
src/ tests/: Correct links to pages with different size/rotation.</li>
<li><a
href="https://github.com/pymupdf/PyMuPDF/commit/83b36bce0e345a96c9995e40e6b0a798b62d8a33"><code>83b36bc</code></a>
tests/resources/test_1645_expected_1.25.pdf: updated to match mupdf
output.</li>
<li><a
href="https://github.com/pymupdf/PyMuPDF/commit/9df123a5406614c6b55019c53d6d2236b9ba6009"><code>9df123a</code></a>
tests/: added test for <a
href="https://redirect.github.com/pymupdf/pymupdf/issues/3594">#3594</a>.</li>
<li>Additional commits viewable in <a
href="https://github.com/pymupdf/pymupdf/compare/1.24.5...1.24.7">compare
view</a></li>
</ul>
</details>
<br />

Updates `redis` from 5.0.5 to 5.0.7
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/redis/redis-py/releases">redis's
releases</a>.</em></p>
<blockquote>
<h2>5.0.7</h2>
<h1>Changes</h1>
<h2>🐛 Bug Fixes</h2>
<ul>
<li>None UnixDomainSocket timeout (<a
href="https://redirect.github.com/redis/redis-py/issues/3293">#3293</a>)</li>
</ul>
<h2>🧰 Maintenance</h2>
<ul>
<li>Updated redis version to represent latest available build (<a
href="https://redirect.github.com/redis/redis-py/issues/3296">#3296</a>)</li>
</ul>
<h2>Contributors</h2>
<p>We'd like to thank all the contributors who worked on this
release!</p>
<p><a
href="https://github.com/vladvildanov"><code>@​vladvildanov</code></a>
<a
href="https://github.com/dmaier-redislabs"><code>@​dmaier-redislabs</code></a></p>
<h2>5.0.6</h2>
<h1>Changes</h1>
<h2>🐛 Bug Fixes</h2>
<ul>
<li>Handle lists in the response of INFO</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/redis/redis-py/commit/7b3f0d652fdd08dfbe61656f148ddc0f4f2d4fde"><code>7b3f0d6</code></a>
[5.0] Fixes CAE-333 (<a
href="https://redirect.github.com/redis/redis-py/issues/3293">#3293</a>)</li>
<li><a
href="https://github.com/redis/redis-py/commit/d2084e3ec9e62d1691e4d3f835a2e272de6a8689"><code>d2084e3</code></a>
Updated redis version to represent latest available build (<a
href="https://redirect.github.com/redis/redis-py/issues/3296">#3296</a>)</li>
<li><a
href="https://github.com/redis/redis-py/commit/a0660a6e2e04591891c694a3746244ed7df2dc99"><code>a0660a6</code></a>
Updated version of redis-stack docker image (<a
href="https://redirect.github.com/redis/redis-py/issues/3295">#3295</a>)</li>
<li><a
href="https://github.com/redis/redis-py/commit/40a90926b97593d04591f4a3a67706c2a15a2b89"><code>40a9092</code></a>
Handle lists in the response of INFO (<a
href="https://redirect.github.com/redis/redis-py/issues/3277">#3277</a>)</li>
<li>See full diff in <a
href="https://github.com/redis/redis-py/compare/v5.0.5...v5.0.7">compare
view</a></li>
</ul>
</details>
<br />

Updates `sqlalchemy[asyncio]` from 2.0.30 to 2.0.31
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/sqlalchemy/sqlalchemy/releases">sqlalchemy[asyncio]'s
releases</a>.</em></p>
<blockquote>
<h1>2.0.31</h1>
<p>Released: June 18, 2024</p>
<h2>general</h2>
<ul>
<li>
<p><strong>[general] [bug]</strong> Set up full Python 3.13 support to
the extent currently possible, repairing
issues within internal language helpers as well as the serializer
extension
module.</p>
<p>References: <a
href="https://www.sqlalchemy.org/trac/ticket/11417">#11417</a></p>
</li>
</ul>
<h2>orm</h2>
<ul>
<li>
<p><strong>[orm] [usecase]</strong> Added missing parameter
<code>_orm.with_polymorphic.name</code> that
allows specifying the name of returned
<code>_orm.AliasedClass</code>.</p>
<p>References: <a
href="https://www.sqlalchemy.org/trac/ticket/11361">#11361</a></p>
</li>
<li>
<p><strong>[orm] [bug]</strong> Fixed issue where a
<code>MetaData</code> collection would not be
serializable, if an <code>Enum</code> or <code>Boolean</code> datatype
were
present which had been adapted. This specific scenario in turn could
occur
when using the <code>Enum</code> or <code>Boolean</code> within ORM
Annotated
Declarative form where type objects frequently get copied.</p>
<p>References: <a
href="https://www.sqlalchemy.org/trac/ticket/11365">#11365</a></p>
</li>
<li>
<p><strong>[orm] [bug]</strong> Fixed issue where the
<code>_orm.selectinload()</code> and
<code>_orm.subqueryload()</code> loader options would fail to take
effect when
made against an inherited subclass that itself included a
subclass-specific
<code>_orm.Mapper.with_polymorphic</code> setting.</p>
<p>References: <a
href="https://www.sqlalchemy.org/trac/ticket/11446">#11446</a></p>
</li>
<li>
<p><strong>[orm] [bug]</strong> Fixed very old issue involving the
<code>_orm.joinedload.innerjoin</code>
parameter where making use of this parameter mixed into a query that
also
included joined eager loads along a self-referential or other cyclical
relationship, along with complicating factors like inner joins added for
secondary tables and such, would have the chance of splicing a
particular
inner join to the wrong part of the query. Additional state has been
added
to the internal method that does this splice to make a better decision
as
to where splicing should proceed.</p>
<p>References: <a
href="https://www.sqlalchemy.org/trac/ticket/11449">#11449</a></p>
</li>
<li>
<p><strong>[orm] [bug] [regression]</strong> Fixed bug in ORM
Declarative where the <code>__table__</code> directive could not be
declared as a class function with <code>_orm.declared_attr()</code> on a
superclass, including an <code>__abstract__</code> class as well as
coming from the</p>
</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/sqlalchemy/sqlalchemy/commits">compare
view</a></li>
</ul>
</details>
<br />


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 <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix developed release schedule to be determined Fixed in next release
Projects
None yet
Development

No branches or pull requests

3 participants