Skip to content

Commit d7f463c

Browse files
authored
fix(video): upgrade to pyav 12.3.0 (#868)
Fixes #862
1 parent 25d7271 commit d7f463c

File tree

2 files changed

+52
-48
lines changed

2 files changed

+52
-48
lines changed

poetry.lock

Lines changed: 51 additions & 47 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ spacy-transformers = "^1.2.5"
8686
boto3 = "^1.28.30"
8787
botocore = "^1.31.30"
8888
easyocr = "^1.7.0"
89-
av = "^11.0.0"
9089
spacy-curated-transformers = "^0.2.0"
9190
anthropic = "^0.19.2"
9291
orjson = "^3.9.15"
@@ -107,6 +106,7 @@ posthog = "^3.5.0"
107106

108107
wheel = "^0.43.0"
109108
cython = "^3.0.10"
109+
av = "^12.3.0"
110110
[tool.pytest.ini_options]
111111
filterwarnings = [
112112
# suppress warnings starting from "setuptools>=67.3"

0 commit comments

Comments
 (0)