Skip to content

Commit 0a54ca9

Browse files
chore(deps): update dependency mypy to v1.17.0
| datasource | package | from | to | | ---------- | ------- | ------ | ------ | | pypi | mypy | 1.15.0 | 1.17.0 |
1 parent 870de2e commit 0a54ca9

File tree

2 files changed

+82
-70
lines changed

2 files changed

+82
-70
lines changed

poetry.lock

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

pyproject.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[project]
22
name = "dreadnode"
3-
version = "1.10.0"
3+
version = "1.0.7"
44
description = "Dreadnode SDK"
55
requires-python = ">=3.10,<3.14"
66

77
[tool.poetry]
88
name = "dreadnode"
9-
version = "1.10.0"
9+
version = "1.0.7"
1010
description = "Dreadnode SDK"
1111
authors = ["Nick Landers <[email protected]>"]
1212
repository = "https://github.com/dreadnode/sdk"
@@ -25,14 +25,12 @@ fsspec = { version = ">=2023.1.0,<=2025.3.0", extras = [
2525
] } # Pinned for datasets compatibility
2626

2727
transformers = { version = "^4.41.0", optional = true }
28-
soundfile = { version = "^0.13.1", optional = true }
29-
moviepy = { version = "^2.1.2", optional = true }
30-
pillow = { version = "^11.2.1", optional = true }
28+
soundfile = "^0.13.1"
29+
moviepy = "^2.1.2"
30+
pydub = "^0.25.1"
3131

3232
[tool.poetry.extras]
3333
training = ["transformers"]
34-
multimodal = ["pillow", "soundfile", "moviepy"]
35-
all = ["multimodal", "training"]
3634

3735
[tool.poetry.group.dev.dependencies]
3836
mypy = "^1.8.0"
@@ -45,6 +43,8 @@ pandas-stubs = "^2.2.3.250308"
4543
types-requests = "^2.32.0.20250306"
4644
rigging = "^2.3.0"
4745
typer = "^0.15.2"
46+
pydub = "^0.25.1"
47+
moviepy = "^2.1.2"
4848
datasets = "^3.5.0"
4949
pyarrow = "^19.0.1"
5050

0 commit comments

Comments
 (0)