Skip to content

Commit ff9aac4

Browse files
authored
chore(deps): pin av<14 to avoid breaking changes (#495)
* chore(deps): Pin `av<14` to avoid breaking changes Closes #494 * chore(docs): syntax
1 parent 16d9d32 commit ff9aac4

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2323
- Allow multiple slide reverses by going backward [@PeculiarProgrammer](https://github.com/PeculiarProgrammer).
2424
[#488](https://github.com/jeertmans/manim-slides/pull/488)
2525

26+
(unreleased-fixed)=
27+
### Fixed
28+
29+
- Fixed PyAV issue by pinning its version to `<14`.
30+
A future release will contain a fix that supports both `av>=14`
31+
and `av<14`, as their syntax differ, but the former doesn't
32+
provide binary wheels for Python 3.9.
33+
[#494](https://github.com/jeertmans/manim-slides/pull/494)
34+
2635
(v5.1.9)=
2736
## [v5.1.9](https://github.com/jeertmans/manim-slides/compare/v5.1.8...v5.1.9)
2837

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ classifiers = [
1717
"Topic :: Scientific/Engineering",
1818
]
1919
dependencies = [
20-
"av>=9.0.0",
20+
"av>=9.0.0,<14",
2121
"beautifulsoup4>=4.12.3",
2222
"click>=8.1.3",
2323
"click-default-group>=1.2.2",

uv.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)