Skip to content

Commit 8200918

Browse files
committed
added upper bound on fileformats package
1 parent 4adac59 commit 8200918

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ dependencies = [
1212
"cloudpickle >=2.0.0",
1313
"etelemetry >=0.2.2",
1414
"filelock >=3.0.0",
15-
"fileformats >=0.8",
15+
"fileformats >=0.8,<0.9",
1616
"importlib_resources >=5.7; python_version < '3.11'",
1717
"typing_extensions >=4.6.3; python_version < '3.10'",
1818
"typing_utils >=0.1.0; python_version < '3.10'",

0 commit comments

Comments
 (0)