We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1323381 commit 67d046aCopy full SHA for 67d046a
CHANGELOG.md
@@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
11
12
- Upgrade to support only Python 3.14 (#266)
13
- Switch `yt-dlp` to `yt-dlp[default]` to install required JS dependency (#268)
14
+- Upgrade dependencies (#xxx)
15
16
## [5.2.0] - 2025-10-02
17
pyproject.toml
@@ -26,7 +26,7 @@ dependencies = [
26
"regex>=2020.7.14",
27
"pymupdf>=1.24.0,<2.0",
28
"CairoSVG>=2.2.0,<3.0",
29
- "beartype>=0.19,<0.22",
+ "beartype>=0.19,<0.23",
30
# youtube-dl should be updated as frequently as possible
31
"yt-dlp[default]",
32
"pillow>=7.0.0,<12.0",
0 commit comments