Skip to content

Commit 07bf0cc

Browse files
authored
Merge pull request #2023 from kili-technology/feature/lab-3996-bump-kili-formats-1.3.0
chore(LAB-3996): bump kili-formats to 1.3.0
2 parents 3d9198a + f9d2dcd commit 07bf0cc

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

pyproject.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ dependencies = [
4444
"filelock >= 3.0.0, < 4.0.0",
4545
"pip-system-certs >= 4.0.0, < 5.0.0; platform_system=='Windows'",
4646
"pyrate-limiter >= 3, < 4",
47-
"kili-formats == 1.1.0"
47+
"kili-formats == 1.3.0"
4848
]
4949
urls = { homepage = "https://github.com/kili-technology/kili-python-sdk" }
5050

@@ -79,7 +79,7 @@ dev = [
7979
"nbconvert",
8080
"ipykernel",
8181
# optional dependencies
82-
"kili-formats[all] == 1.1.0",
82+
"kili-formats[all] == 1.3.0",
8383
"opencv-python >= 4.0.0, < 5.0.0",
8484
"azure-storage-blob >= 12.0.0, < 13.0.0",
8585
# optional dependencies gis
@@ -95,7 +95,7 @@ dev = [
9595
all = [
9696
# aggregate all optional deps without dev
9797
"azure-storage-blob >= 12.0.0, < 13.0.0",
98-
"kili-formats[all] == 1.1.0",
98+
"kili-formats[all] == 1.3.0",
9999
"opencv-python >= 4.0.0, < 5.0.0",
100100
"Pillow >=9.0.0, <11.0.0",
101101
"pyproj == 3.7.1",
@@ -108,20 +108,20 @@ cli = [
108108
"tabulate >= 0.9.0, < 0.10.0"
109109
]
110110
coco = [
111-
"kili-formats[coco] == 1.1.0"
111+
"kili-formats[coco] == 1.3.0"
112112
]
113113
gis = [
114114
"pyproj == 3.7.1",
115115
"shapely >= 1.8, < 3"
116116
]
117117
image = [
118118
"Pillow >=9.0.0, <11.0.0",
119-
"kili-formats[image] == 1.1.0"
119+
"kili-formats[image] == 1.3.0"
120120
]
121121
image-utils = ["opencv-python >= 4.0.0, < 5.0.0"]
122122

123123
video = [
124-
"kili-formats[video] == 1.1.0"
124+
"kili-formats[video] == 1.3.0"
125125
]
126126
yolo = [
127127
"pyyaml >= 6.0, < 7.0"

tests/unit/services/export/fakes/fake_ffmpeg.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def filter(self, filter_name, fps, round):
4343
self.round = round
4444
return self
4545

46-
def output(self, output_path_pattern, start_number):
46+
def output(self, output_path_pattern, start_number, **kwargs):
4747
self.output_path_pattern = output_path_pattern
4848
self.start_number = start_number
4949
return self

0 commit comments

Comments
 (0)