Skip to content

Commit

Permalink
Merge pull request #21 from Goldziher/pin-pypdfium2
Browse files Browse the repository at this point in the history
chore: pin pypdfium2 to v4.30.0
  • Loading branch information
Goldziher authored Mar 1, 2025
2 parents 9bb67b1 + 359bc79 commit 6bb7334
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 19 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "kreuzberg"
version = "2.1.1"
version = "2.1.2"
description = "A text extraction library supporting PDFs, images, office documents and more"
readme = "README.md"
keywords = [
Expand Down Expand Up @@ -40,7 +40,7 @@ dependencies = [
"charset-normalizer>=3.4.1",
"exceptiongroup>=1.2.2; python_version<'3.11'",
"html-to-markdown>=1.2.0",
"pypdfium2>=4.30.1",
"pypdfium2==4.30.0", # pinned due to bug in 4.30.1, until v5 is stable
"python-calamine>=0.3.1",
"python-pptx>=1.0.2",
"typing-extensions>=4.12.2; python_version<'3.10'",
Expand Down
2 changes: 1 addition & 1 deletion scripts/update_dependencies.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

import tomllib # type: ignore[import-not-found]

SKIP_DEPENDENCY_NAMES = {"en-core-web-sm"}
SKIP_DEPENDENCY_NAMES = {"pypdfium2"} # pinned version for now


def uv(subcommand: str, packages: list[str], group: str | None) -> None:
Expand Down
32 changes: 16 additions & 16 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6bb7334

Please sign in to comment.