Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
[stubsabot] Bump fpdf2 to 2.8.5
Release: https://pypi.org/pypi/fpdf2/2.8.5
Homepage: https://py-pdf.github.io/fpdf2/
Repository: https://github.com/PyFPDF/fpdf2
Typeshed stubs: https://github.com/python/typeshed/tree/main/stubs/fpdf2
Diff: py-pdf/fpdf2@2.8.4...2.8.5

Stubsabot analysis of the diff between the two releases:
 - 5 public Python files have been added: `fpdf/data/__init__.py`, `fpdf/data/color_profiles/__init__.py`, `fpdf/drawing_primitives.py`, `fpdf/font_type_3.py`, `test/color_font/__init__.py`.
 - 0 files included in typeshed's stubs have been deleted.
 - 20 files included in typeshed's stubs have been modified or renamed.
 - Total lines of Python code added: 11767.
 - Total lines of Python code deleted: 3639.

If stubtest fails for this PR:
- Leave this PR open (as a reminder, and to prevent stubsabot from opening another PR)
- Fix stubtest failures in another PR, then close this PR

Note that you will need to close and re-open the PR in order to trigger CI
  • Loading branch information
stubsabot committed Oct 30, 2025
commit 9a88cbcde58c0d8bc08a65f5326afe7f9df1a852
2 changes: 1 addition & 1 deletion stubs/fpdf2/METADATA.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = "2.8.4"
version = "2.8.5"
upstream_repository = "https://github.com/PyFPDF/fpdf2"
requires = ["Pillow>=10.3.0"]

Expand Down
Loading