Skip to content

deps(dependabot): bump the all-dependencies group across 1 directory with 2 updates#10

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/main/all-dependencies-adad2f1431
Open

deps(dependabot): bump the all-dependencies group across 1 directory with 2 updates#10
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/main/all-dependencies-adad2f1431

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 6, 2026

Copy link
Copy Markdown

Updates the requirements on camelot-py and setuptools to permit the latest version.
Updates camelot-py to 2.0.0

Release notes

Sourced from camelot-py's releases.

v2.0.0

[2.0.0] — 2026-06-04

The 2.0 release rolls up a substantial backend migration, the resulting performance work, an optional neural (Table Transformer) backend for borderless and scanned tables, and a handful of small but user-visible breaking changes. Heads-up if upgrading from 1.0.x — see the migration guide:

Breaking

  • Dropped Python 3.9 (EOL October 2025). Minimum supported is now Python 3.10. (#740)
  • flavor="lattice" default line_scale changed from 40 to 15 to match the long-standing implementation (the CLI and read_pdf docstring used to say 40 but the Lattice parser always defaulted to 15). Tables that relied on the documented-but-unimplemented 40 will need read_pdf(..., line_scale=40) explicitly. (#709)
  • Table.to_excel now defaults to index=False, header=False to match Table.to_csv. Excel exports no longer carry the pandas auto-generated row index / column header by default. Opt back in with table.to_excel(path, index=True, header=True). (#711)
  • TableList constructor materialises its iterable input to a list immediately, so bool() and len() work on TableList(generator()) inputs. A generator passed in will be exhausted at construction time rather than at first access. (#710)
  • PDFHandler.pages is a property (was an attribute). Reads work unchanged; the value is now resolved lazily on first access. No callers in the wild set it, but if you subclassed and overrode it as an attribute, that no longer works. (#732)
  • PDF backend swapped from pypdf + pdfminer.six to playa-pdf. The dependency install set is smaller, encrypted-PDF handling is more accurate, and parser hot paths shed several layers of per-page-temp-PDF dance. Pure import camelot callers should see no API change.

Added

  • Optional neural flavor="ml" backend (Table Transformer / TATR). A neural model supplies the row/column/spanning-cell structure while cell text is filled from the PDF's own text layer — the model never emits cell text, so it cannot hallucinate or alter a value. Aimed at borderless tables, where the heuristic parsers plateau: on the FinTabNet borderless benchmark it roughly doubles TEDS (~0.20 → ~0.37) over network/hybrid. Heavy dependencies are optional and imported lazily — pip install "camelot-py[ml]" — so import camelot and the other flavors never load PyTorch. The box→grid post-processing and image→PDF mapping are pure (torch-free) and unit-tested. (#809)
  • flavor="ml" reads scanned / image-only PDFs via optional OCR. With no text layer (ocr="auto", the default) — or always with ocr=True — cell

... (truncated)

Changelog

Sourced from camelot-py's changelog.

[2.0.0] — 2026-06-04

The 2.0 release rolls up a substantial backend migration, the resulting performance work, an optional neural (Table Transformer) backend for borderless and scanned tables, and a handful of small but user-visible breaking changes. Heads-up if upgrading from 1.0.x — see the migration guide:

Breaking

  • Dropped Python 3.9 (EOL October 2025). Minimum supported is now Python 3.10. (#740)
  • flavor="lattice" default line_scale changed from 40 to 15 to match the long-standing implementation (the CLI and read_pdf docstring used to say 40 but the Lattice parser always defaulted to 15). Tables that relied on the documented-but-unimplemented 40 will need read_pdf(..., line_scale=40) explicitly. (#709)
  • Table.to_excel now defaults to index=False, header=False to match Table.to_csv. Excel exports no longer carry the pandas auto-generated row index / column header by default. Opt back in with table.to_excel(path, index=True, header=True). (#711)
  • TableList constructor materialises its iterable input to a list immediately, so bool() and len() work on TableList(generator()) inputs. A generator passed in will be exhausted at construction time rather than at first access. (#710)
  • PDFHandler.pages is a property (was an attribute). Reads work unchanged; the value is now resolved lazily on first access. No callers in the wild set it, but if you subclassed and overrode it as an attribute, that no longer works. (#732)
  • PDF backend swapped from pypdf + pdfminer.six to playa-pdf. The dependency install set is smaller, encrypted-PDF handling is more accurate, and parser hot paths shed several layers of per-page-temp-PDF dance. Pure import camelot callers should see no API change.

Added

  • Optional neural flavor="ml" backend (Table Transformer / TATR). A neural model supplies the row/column/spanning-cell structure while cell text is filled from the PDF's own text layer — the model never emits cell text, so it cannot hallucinate or alter a value. Aimed at borderless tables, where the heuristic parsers plateau: on the FinTabNet borderless benchmark it roughly doubles TEDS (~0.20 → ~0.37) over network/hybrid. Heavy dependencies are optional and imported lazily — pip install "camelot-py[ml]" — so import camelot and the other flavors never load PyTorch. The box→grid post-processing and image→PDF mapping are pure (torch-free) and unit-tested. (#809)
  • flavor="ml" reads scanned / image-only PDFs via optional OCR. With no text layer (ocr="auto", the default) — or always with ocr=True — cell text comes from OCR of the rendered page instead of the PDF text layer;

... (truncated)

Commits
  • eef30ac chore(release): prepare 2.0.0 (#816)
  • 42f74e3 fix(utils): content-aware text_in_bbox dedup (#288, #625) (#814)
  • 3906822 docs(comparison): verified camelot-vs-tablers head-to-head (ICDAR-2013) (#813)
  • c227afd fix(release): --clobber the GitHub-release asset upload (unblocks PyPI publis...
  • 40497a3 chore(release): prepare 2.0.0rc1 (version, CHANGELOG, migration guide) (#811)
  • 9f71cf4 docs: parser-selection guide + reflect the ml/ocr backend (benchmark, compari...
  • 15b57ed feat(ml): optional flavor='ml' Table Transformer (TATR) backend — borderless ...
  • f28d479 docs: add the missing text-elements plot to the Network section (#577) (#808)
  • 87bf13a fix(hybrid): default lattice half to engine='combined' (#807)
  • b3c2af1 feat(hybrid): render-free vector+network hybrid (engine='vector') (#806)
  • Additional commits viewable in compare view

Updates setuptools to 83.0.0

Changelog

Sourced from setuptools's changelog.

v83.0.0

Features

  • Require Python 3.10 or later.

Bugfixes

  • MANIFEST.in matching (via FileList) is now insensitive to Unicode normalization form. A pattern authored in one form (e.g. NFC, as typically saved by editors) now matches a file whose name is stored on disk in another (e.g. NFD, as produced by macOS APFS/HFS+). Previously an exclude, global-exclude, recursive-exclude, or prune rule could silently fail to drop a non-ASCII-named file from the source distribution, publishing it despite the exclusion -- see GHSA-h35f-9h28-mq5c.

Deprecations and Removals

  • pypa/distutils#334

v82.0.1

Bugfixes

  • Fix the loading of launcher manifest.xml file. (#5047)
  • Replaced deprecated json.__version__ with fixture in tests. (#5186)

Improved Documentation

  • Add advice about how to improve predictability when installing sdists. (#5168)

Misc

v82.0.0

... (truncated)

Commits
  • 6519f72 Bump version: 82.0.1 → 83.0.0
  • d1151b1 Merge pull request #5250 from pypa/feature/distutils-d7633fbed
  • a2df31e Capture removal of dry_run parameter in changelog.
  • 00144dc Moved newsfragment to the release where it occurred.
  • a4a5a2b Add news fragment.
  • 77470c2 Merge https://github.com/pypa/distutils into feature/distutils-d7633fbed
  • 3c43897 Merge pull request #5247 from pypa/copilot/fix-pypy-version-issue
  • bb6ea66 Bump PyPy from 3.10 to 3.11 in CI workflow
  • a2bc3ac Fix broken intersphinx reference to build's installation docs
  • 2d6a739 Use stacked parametrize decorators instead of itertools.product
  • Additional commits viewable in compare view

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 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

…with 2 updates

Updates the requirements on [camelot-py](https://github.com/camelot-dev/camelot) and [setuptools](https://github.com/pypa/setuptools) to permit the latest version.

Updates `camelot-py` to 2.0.0
- [Release notes](https://github.com/camelot-dev/camelot/releases)
- [Changelog](https://github.com/camelot-dev/camelot/blob/master/CHANGELOG.md)
- [Commits](camelot-dev/camelot@v1.0.9...v2.0.0)

Updates `setuptools` to 83.0.0
- [Release notes](https://github.com/pypa/setuptools/releases)
- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst)
- [Commits](pypa/setuptools@v82.0.1...v83.0.0)

---
updated-dependencies:
- dependency-name: camelot-py
  dependency-version: 2.0.0
  dependency-type: direct:development
  dependency-group: all-dependencies
- dependency-name: setuptools
  dependency-version: 83.0.0
  dependency-type: direct:development
  dependency-group: all-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Jul 6, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants